DROP TABLE IF EXISTS visual_states; CREATE TABLE visual_states ( id INTEGER PRIMARY KEY, visual_state_id INTEGER NOT NULL DEFAULT 0 UNIQUE, name TEXT NOT NULL DEFAULT 'None', min_client_version INTEGER NOT NULL DEFAULT 0 ); INSERT INTO `visual_states` VALUES (1,16,'1h_sword_idle',0), (2,50,'2h_sword_enter',0), (3,52,'2h_sword_idle',0), (4,101,'bostaff_idle',0), (5,121,'bow',0), (6,125,'cackle',0), (7,126,'cast',0), (8,138,'cast_arch_circle',0), (9,139,'cast_ball',0), (10,140,'cast_bright_ring',0), (11,141,'cast_columns',0), (12,142,'cast_dark_ring',0), (13,143,'cast_dbl_bright_ring',0), (14,144,'cast_druid',0), (15,145,'cast_dustpuff',0), (16,146,'cast_heal',0), (17,147,'cast_heal_blur',0), (18,148,'cast_lightning',0), (19,149,'cast_mage',0), (20,150,'cast_mandala',0), (21,151,'cast_mesmerize',0), (22,152,'cast_necromancer',0), (23,153,'cast_nuke_mental',0), (24,154,'cast_pfx_dust_leaves_l',0), (25,155,'cast_pfx_dust_leaves_r',0), (26,158,'cast_pfx_glow_firepuff_l',0), (27,159,'cast_pfx_glow_firepuff_r',0), (28,160,'cast_pfx_glow_galv_l',0), (29,161,'cast_pfx_glow_galv_r',0), (30,162,'cast_pfx_glow_prism_l',0), (31,163,'cast_pfx_glow_prism_r',0), (32,166,'cast_pfx_l',0), (33,167,'cast_pfx_magenuke_l',0), (34,168,'cast_pfx_magenuke_r',0), (35,169,'cast_pfx_r',0), (36,172,'cast_placeholder_l',0), (37,173,'cast_placeholder_r',0), (38,174,'cast_priest',0), (39,175,'cast_rays',0), (40,176,'cast_rays_l',0), (41,177,'cast_rays_mental',0), (42,178,'cast_rays_r',0), (43,180,'cast_rings_crescent',0), (44,181,'cast_rune_ring',0), (45,182,'cast_runedraw',0), (46,183,'cast_runes_randomorbits',0), (47,184,'cast_spark_circle',0), (48,185,'cast_sparktrail_spiral',0), (49,186,'cast_spotsparks_ring',0), (50,187,'cast_swirlie',0), (51,188,'cast_vault',0), (52,189,'cast_ward',0), (53,219,'crouch_enter',0), (54,220,'crouch_exit',0), (55,221,'crouch_idle',0), (56,228,'dead',0), (57,229,'dead_enter',0), (58,267,'dual_wield_idle',0), (59,290,'fall',0), (60,298,'flourish',0), (61,308,'gag',0), (62,323,'idle',0), (63,324,'idle01',0), (64,325,'idle02',0), (65,372,'monk_idle',0), (66,396,'notworthy',0), (67,419,'pike_idle',0), (68,434,'procedural_hit',0), (69,450,'pugilist_idle',0), (70,489,'result_bash',0), (71,490,'result_buff_limbs',0), (72,491,'result_fire',0), (73,492,'result_firetrail',0), (74,493,'result_firews',0), (75,495,'result_gather_mana1',0), (76,496,'result_ghost',0), (77,497,'result_heal',0), (78,498,'result_heal11',0), (79,499,'result_heal9',0), (80,500,'result_kick',0), (81,501,'result_lightning',0), (82,502,'result_loot',0), (83,503,'result_loot_ash',0), (84,504,'result_mesmerize',0), (85,505,'result_placeholder',0), (86,506,'result_spawn',0), (87,507,'result_strike',0), (88,508,'result_stun',0), (89,509,'result_test',0), (90,510,'result_ward',0), (91,511,'result_ward1',0), (92,517,'run',0), (93,518,'rune_fire_orbiting',0), (94,538,'sit_enter',0), (95,539,'sit_exit',0), (96,540,'sit_idle',0), (97,626,'spell_placeholder',0), (98,627,'spell_root',0), (99,722,'trail',0), (100,746,'untrained_idle',0), (101,891,'yawn',0), (102,893,'cast_cloudring',0), (103,894,'cast_dblring_blend',0), (104,895,'cast_lhand_sparkle_trail',0), (105,902,'cast_mistring',0), (106,909,'cast_rhand_sparkle_trail',0), (107,968,'cast_cloudsphere',0), (108,1004,'horse_idle',0), (109,1026,'1h_sword_attack',0), (110,1027,'1h_sword_attack01',0), (111,1028,'1h_sword_attack02',0), (112,1029,'1h_sword_attack03',0), (113,1044,'cast_rays_cloud',0), (114,1045,'cast_winkers',0), (115,1053,'procedural_ouch',0), (116,1054,'result_bear',0), (117,1114,'1h_sword_death_blow',0), (118,1162,'procedural_parry',0), (119,1163,'ignite_weapon',0), (120,1181,'monk_attack',0), (121,1201,'monk_attack01',0), (122,1206,'pike_attack',0), (123,1211,'cast_orbiting_rings',0), (124,1212,'cast_spiral_trace',0), (125,1218,'cast_elec_hands',0), (126,1226,'cast_pfx_glow_trail_l',0), (127,1227,'cast_pfx_glow_trail_r',0), (128,1228,'cast_hammer_toss',0), (129,1229,'result_hammer_approaching',0), (130,1230,'result_hammer_explode',0), (131,1237,'2h_sword_attack',0), (132,1243,'dual_wield_attack',0), (133,1244,'dual_wield_attack01',0), (134,1245,'dual_wield_attack02',0), (135,1258,'cast_scimitar_toss',0), (136,1259,'cast_spark_sphere',0), (137,1261,'result_scimitar_approaching',0), (138,1262,'result_scimitar_explode',0), (139,1271,'1h_sword_dodge_backhand',0), (140,1272,'1h_sword_dodge_down',0), (141,1273,'1h_sword_dodge_forehand',0), (142,1274,'1h_sword_ouch_backhand',0), (143,1275,'1h_sword_ouch_down',0), (144,1276,'1h_sword_ouch_forehand',0), (145,1277,'1h_sword_parry_backhand',0), (146,1278,'1h_sword_parry_down',0), (147,1279,'1h_sword_parry_forehand',0), (148,1280,'cast_distort',0), (149,1281,'cast_distort_rect',0), (150,1282,'cast_trail_leftarm',0), (151,1283,'cast_trail_rightarm',0), (152,1284,'monk_attack02',0), (153,1286,'monk_dodge_backhand',0), (154,1287,'monk_dodge_down',0), (155,1295,'result_blast_cone',0), (156,1296,'result_camera_shake',0), (157,1297,'result_ground_blast',0), (158,1298,'result_lightning_bolt1',0), (159,1299,'result_lion_spirit',0), (160,1300,'result_phoenix_rising',0), (161,1302,'result_flash1',0), (162,1303,'result_lightning_bolt2',0), (163,1304,'result_lightning_bolt3',0), (164,1305,'result_spirit_of_the_wolf',0), (165,1307,'cast_runedraw_blue',0), (166,1314,'result_phoenix_descending',0), (167,1316,'cast_dustpuff_rfoot',0), (168,1317,'cast_trail_rightfoot',0), (169,1318,'cast_trail_rightshin',0), (170,1323,'1h_crush_attack',0), (171,1324,'1h_crush_attack01',0), (172,1325,'1h_crush_attack02',0), (173,1326,'1h_crush_attack03',0), (174,1332,'1h_crush_dodge_backhand',0), (175,1333,'1h_crush_dodge_down',0), (176,1334,'1h_crush_dodge_forehand',0), (177,1335,'1h_crush_dodge_thrust',0), (178,1338,'1h_crush_idle',0), (179,1339,'1h_crush_ouch_backhand',0), (180,1340,'1h_crush_ouch_down',0), (181,1341,'1h_crush_ouch_forehand',0), (182,1342,'1h_crush_ouch_thrust',0), (183,1343,'1h_crush_parry_backhand',0), (184,1344,'1h_crush_parry_down',0), (185,1345,'1h_crush_parry_forehand',0), (186,1346,'1h_crush_parry_thrust',0), (187,1350,'1h_pierce_attack',0), (188,1351,'1h_pierce_attack01',0), (189,1355,'1h_pierce_dodge_backhand',0), (190,1356,'1h_pierce_dodge_down',0), (191,1357,'1h_pierce_dodge_forehand',0), (192,1358,'1h_pierce_dodge_thrust',0), (193,1361,'1h_pierce_idle',0), (194,1362,'1h_pierce_ouch_backhand',0), (195,1363,'1h_pierce_ouch_down',0), (196,1364,'1h_pierce_ouch_forehand',0), (197,1365,'1h_pierce_ouch_thrust',0), (198,1366,'1h_pierce_parry_backhand',0), (199,1367,'1h_pierce_parry_down',0), (200,1368,'1h_pierce_parry_forehand',0), (201,1369,'1h_pierce_parry_thrust',0), (202,1373,'1h_sword_death_blow01',0), (203,1374,'1h_sword_dodge_thrust',0), (204,1375,'1h_sword_ouch_thrust',0), (205,1376,'1h_sword_parry_thrust',0), (206,1384,'cast_dustpuff_ws',0), (207,1386,'cast_glow_ring_wavyrays',0), (208,1387,'cast_glow_ring_wavyrays_l',0), (209,1388,'cast_glow_ring_wavyrays_r',0), (210,1412,'cast_sphere_lightning',0), (211,1413,'cast_sphere_lightning2',0), (212,1414,'cast_sphere_lightning_r',0), (213,1423,'result_charge',0), (214,1424,'result_ghost_shield',0), (215,1425,'result_heal_heart',0), (216,1426,'result_sparkly_swirl_flare',0), (217,1432,'cast_fighter',0), (218,1433,'cast_ghost_shield_summoned',0), (219,1439,'cast_scout',0), (220,1441,'cast_ghost_shield_summoned_sparkles',0), (221,1444,'result_glint2',0), (222,1445,'result_trail',0), (223,1453,'2h_sword_attack01',0), (224,1454,'2h_sword_attack02',0), (225,1457,'2h_sword_dodge_backhand',0), (226,1458,'2h_sword_dodge_down',0), (227,1459,'2h_sword_dodge_forehand',0), (228,1460,'2h_sword_ouch_backhand',0), (229,1461,'2h_sword_ouch_down',0), (230,1462,'2h_sword_ouch_forehand',0), (231,1472,'result_crystal_shield',0), (232,1481,'cast_snake_idling',0), (233,1482,'result_horse_running',0), (234,1483,'result_lion_attacking',0), (235,1484,'result_lion_roaring',0), (236,1485,'result_snake_striking',0), (237,1490,'result_cat_leaping',0), (238,1491,'result_cold_blast',0), (239,1492,'result_cold_breath',0), (240,1493,'state_breath_cold',0), (241,1494,'result_cold_forced_shader',0), (242,1495,'result_cold_ice_crystals',0), (243,1496,'result_poison_breath',0), (244,1497,'result_poison_cysts_growing',0), (245,1498,'result_poison_forced_shader',0), (246,1503,'cast_ball_fire',0), (247,1505,'cast_spotsparks_ring2',0), (248,1506,'cast_spotsparks_ring3',0), (249,1521,'result_poison_cysts_blast',0), (250,1523,'cast_lhand_sparkle_trail_t',0), (251,1524,'cast_poison_dragon_breath',0), (252,1525,'cast_rhand_sparkle_trail_t',0), (253,1528,'result_poison_whirlwind',0), (254,1544,'cast_distort_leftfoot',0), (255,1546,'cast_distort_weaponrootleft',0), (256,1547,'cast_distort_weaponrootright',0), (257,1548,'cast_dustpuff_lfoot',0), (258,1549,'cast_dustpuff_weaponrootleft',0), (259,1550,'cast_dustpuff_weaponrootright',0), (260,1556,'result_fire_ring_green_medium',0), (261,1557,'result_poison_cyst_vomit',0), (262,1558,'result_runes_rising',0), (263,1559,'result_teleporter_coalesce',0), (264,1563,'cast_cleric',0), (265,1564,'cast_coercer',0), (266,1566,'cast_defiler',0), (267,1567,'cast_enchanter',0), (268,1568,'cast_fury',0), (269,1569,'cast_illusionist',0), (270,1570,'cast_inquisitor',0), (271,1571,'cast_mystic',0), (272,1572,'cast_shaman',0), (273,1573,'cast_sorcerer',0), (274,1574,'cast_summoner',0), (275,1575,'cast_templar',0), (276,1576,'cast_warden',0), (277,1577,'cast_warlock',0), (278,1578,'cast_wizard',0), (279,1580,'result_bull_stomping',0), (280,1581,'cast_hammer_sparkling_floating',0), (281,1582,'cast_mist_sphere_add',0), (282,1583,'cast_mist_sphere_blend',0), (283,1584,'cast_swirlies_smoke',0), (284,1585,'cast_swirlies_smoke_blend',0), (285,1592,'result_fire_green',0), (286,1593,'result_poison_cysts_growing_giant',0), (287,1594,'cast_forced_flasher_diff_noise',0), (288,1595,'cast_forced_flasher_oceanseamless',0), (289,1596,'cast_forced_flasher_streaks',0), (290,1597,'cast_forced_flasher_tiledfoam',0), (291,1598,'cast_forced_flasher_tiledfoam2',0), (292,1599,'cast_forced_flasher_tiledfoam3',0), (293,1600,'cast_forced_flasher_tiledfoam4',0), (294,1625,'result_fire_engulf',0), (295,1630,'cast_expanding_rings',0), (296,1631,'cast_forced_flasher_fadein_diff_noise',0), (297,1644,'pugilist_attack',0), (298,1646,'pugilist_attack02',0), (299,1659,'result_fire_slam',0), (300,1660,'cast_distort_flat',0), (301,1661,'cast_mandala_blobs',0), (302,1662,'result_ground_blast_lava',0), (303,1665,'spell_root_colored',0), (304,1667,'cast_dragon_wing_dust',0), (305,1683,'result_camera_shake_wider',0), (306,1684,'result_stunned',0), (307,1686,'cast_snake_shrinking',0), (308,1727,'horse_enter',0), (309,1753,'levelup',0), (310,1756,'result_trail_lightning',0), (311,1764,'result_trail_motion',0), (312,1765,'result_tree_morph',0), (313,1766,'result_wood_forced_shader',0), (314,1767,'result_wood_spikes_growing',0), (315,1773,'cast_fire_trail',0), (316,1793,'result_cactus_spikes_growing',0), (317,1794,'result_cold_fog',0), (318,1795,'result_colored_forced_shader',0), (319,1796,'result_ghost_forced_shader',0), (320,1797,'result_snowflakes_growing',0), (321,1798,'result_snowstorm',0), (322,1799,'result_sparkles_clinging',0), (323,1800,'result_teleport_sparkle',0), (324,1801,'result_teleport_vanish',0), (325,1802,'result_wood_roots_growing',0), (326,1803,'result_teleport_appear',0), (327,1806,'cast_flasher',0), (328,1807,'cast_pfx_trace_puffs_l',0), (329,1808,'cast_pfx_trace_puffs_r',0), (330,1823,'cast_fire_whip_circling',0), (331,1832,'result_spark_burst',0), (332,1849,'cast_enthralling_fetters_circling',0), (333,1850,'cast_enthralling_fetters_circling_ghostly',0), (334,1851,'cast_testbones',0), (335,1853,'result_clay_red_forced_shader',0), (336,1854,'result_enthralling_fetters',0), (337,1855,'result_metal_rusty_forced_shader',0), (338,1859,'result_clay_chunks_dropping',0), (339,1860,'result_flash',0), (340,1861,'result_water_dripping',0), (341,1862,'result_water_forced_shader',0), (342,1863,'result_bubble_stream',0), (343,1864,'result_ghost_fish_circling',0), (344,1865,'cast_testbones_vgraph',0), (345,1866,'result_ice_blast',0), (346,1867,'result_ice_crystals_dropping',0), (347,1868,'result_icy_cage',0), (348,1869,'cast_mandala_electricity',0), (349,1870,'cast_mandala_streaks',0), (350,1871,'result_icy_cage_blast_ring',0), (351,1872,'cast_rune_ring_good',0), (352,1873,'cast_rune_ring_rotate',0), (353,1874,'result_icicles_breaking',0), (354,1875,'result_icy_comet',0), (355,1876,'result_icy_comet_exploding',0), (356,1879,'result_glacial_wall',0), (357,1880,'result_glacial_wall_sparkles',0), (358,1881,'result_ice_shields_burning',0), (359,1882,'pike_attack01',0), (360,1883,'pike_attack02',0), (361,1901,'result_clay_shields',0), (362,1902,'result_scale_skin_forced_shader',0), (363,1904,'result_color_shower',0), (364,1905,'result_dispell1_out',0), (365,1906,'result_verdant_genesis',0), (366,1907,'result_attract_bubbles',0), (367,1909,'result_offering_of_vitae',0), (368,1910,'result_sparkles_clinging_soft',0), (369,1911,'result_bestowal_of_vitae',0), (370,1912,'result_ethereal_ward',0), (371,1913,'result_dps_decrease',0), (372,1914,'result_smite',0), (373,1938,'result_ember_kite_shields_burning',0), (374,1939,'result_ice_sword_breaking',0), (375,1942,'result_charm',0), (376,1943,'result_rainbow_forced_shader',0), (377,1945,'result_ember_swords_burning',0), (378,1946,'result_ghost_sword_breaking',0), (379,1947,'result_offering_of_vitae_2',0), (380,1953,'result_smite_2',0), (381,1954,'result_tellurian_recruit',0), (382,1962,'result_expand_ring_screech',0), (383,1963,'result_grim_champion',0), (384,1964,'result_shockwave_sparkles',0), (385,1965,'result_tremor',0), (386,1966,'bostaff_attack',0), (387,1967,'bostaff_attack01',0), (388,1968,'bostaff_attack02',0), (389,1969,'bostaff_attack03',0), (390,1986,'result_bloodlust',0), (391,1987,'result_haste',0), (392,1994,'cast_forced_flasher_tiledfoam3_scroll',0), (393,1995,'cast_mage_old',0), (394,2000,'result_backdraft',0), (395,2001,'result_sanction_of_merit',0), (396,2002,'result_toxin_out',0), (397,2003,'result_white_radiance',0), (398,2017,'result_explosion_fireworks',0), (399,2018,'result_explosion_fireworks_ground',0), (400,2031,'result_distort_dot',0), (401,2032,'result_distort_hit',0), (402,2036,'result_bone_cage_1',0), (403,2037,'result_fiery_comet_descending',0), (404,2038,'result_spiral_smite',0), (405,2049,'result_weakness',0), (406,2065,'result_bloodlust_2',0), (407,2066,'result_colored_radiance',0), (408,2073,'result_poison_cloud',0), (409,2074,'result_smoke_sphere',0), (410,2082,'result_decree_of_faith',0), (411,2083,'result_dust_fall',0), (412,2084,'result_fascinate',0), (413,2085,'result_sparkle_blast',0), (414,2103,'aura_mage',0), (415,2104,'aura_priest',0), (416,2111,'result_statue',0), (417,2114,'bow_dodge_backhand',0), (418,2115,'bow_dodge_down',0), (419,2116,'bow_dodge_forehand',0), (420,2117,'bow_dodge_thrust',0), (421,2120,'bow_idle',0), (422,2121,'bow_ouch_backhand',0), (423,2122,'bow_ouch_down',0), (424,2123,'bow_ouch_forehand',0), (425,2124,'bow_ouch_thrust',0), (426,2139,'cast_pfx_glow_galv_ws_l',0), (427,2140,'cast_pfx_glow_galv_ws_r',0), (428,2141,'result_bubble_ring',0), (429,2142,'result_sparkles_out',0), (430,2145,'cast_orbiting_rings2',0), (431,2178,'cast_fuliginous',0), (432,2188,'result_enthralling_fetters_ghostly',0), (433,2198,'cast_sparkles_in',0), (434,2208,'result_swirly_column',0), (435,2228,'result_instant_lifetap',0), (436,2229,'result_ot_lifetap',0), (437,2248,'result_mouth_in',0), (438,2249,'result_sparkle_scan_up',0), (439,2250,'result_spiral_up',0), (440,2258,'cast_bard',0), (441,2259,'cast_crusader',0), (442,2260,'cast_dirge',0), (443,2261,'cast_paladin',0), (444,2263,'cast_shadowknight',0), (445,2264,'cast_troubador',0), (446,2270,'cast_sawdust',0), (447,2507,'result_lightning_shimmer',0), (448,2525,'persist_pet_air_fragment',0), (449,2526,'persist_pet_chaos_fragment',0), (450,2527,'persist_pet_earth_fragment',0), (451,2528,'persist_pet_fire_fragment',0), (452,2529,'persist_pet_fire_servant',0), (453,2530,'persist_pet_ice_servant',0), (454,2531,'persist_pet_lightning_servant',0), (455,2532,'persist_pet_water_fragment',0), (456,2536,'cast_distort_p3',0), (457,2538,'cast_explosion_p5',0), (458,2544,'result_flash_weapon_red',0), (459,2545,'result_shield',0), (460,2558,'cast_angry_burst',0), (461,2559,'cast_cold_dragon_breath',0), (462,2560,'cast_distortion_hit_minimal',0), (463,2561,'cast_glow_distort',0), (464,2563,'cast_void_dragon_breath',0), (465,2564,'result_sparks_360_p5',0), (466,2565,'result_void_whirlwind',0), (467,2588,'cast_distort_rightfoot_ws',0), (468,2589,'cast_dragon_pbae_cold',0), (469,2590,'cast_dragon_pbae_heat',0), (470,2591,'cast_dragon_pbae_mental',0), (471,2592,'cast_dragon_pbae_poison',0), (472,2593,'cast_dragon_pbae_void',0), (473,2594,'cast_dragon_tae_mental',0), (474,2595,'cast_fire_foot',0), (475,2597,'cast_spark_sphere_ws_p5',0), (476,2599,'result_circle_blast_p5',0), (477,2600,'result_cold_ice_crystals_rightfoot',0), (478,2601,'result_flash_weapon_red_min',0), (479,2602,'result_golden_glow',0), (480,2603,'result_ice_blast_rightfoot',0), (481,2604,'result_silver_glow',0), (482,2623,'cast_dark_forced_shader',0), (483,2624,'cast_expand_ring_ws',0), (484,2626,'cast_stun_stars',0), (485,2627,'cast_taunt',0), (486,2636,'cast_dragon_pbae_lightning',0), (487,2637,'cast_dragon_tae_lightning',0), (488,2642,'result_dust_black',0), (489,2643,'result_spark_burst_p3',0), (490,2644,'result_sparkle_trail_fire_shin',0), (491,2645,'result_sparkle_trail_ice_shin',0), (492,2647,'trails_lightning_rightshin',0), (493,2652,'cast_fire_weapon',0), (494,2656,'result_sparkle_trail_fire_weapon',0), (495,2659,'result_trail_lightning_red',0), (496,2668,'2h_sword_defensive_buff',0), (497,2670,'2h_sword_kick',0), (498,2674,'2h_sword_whirling_attack',0), (499,2675,'2h_sword_wild_swing',0), (500,2684,'cast_elec_feet',0), (501,2686,'cast_soothe_burst',0), (502,2687,'cast_spark_sphere_ws_red_p5',0), (503,2688,'cast_sparkle_trail_fire_head',0), (504,2702,'pike_kick',0), (505,2706,'pike_whirling_attack',0), (506,2707,'result_flash_weapon_sat_blue',0), (507,2708,'result_flash_weapon_sat_red',0), (508,2709,'result_ice_blast_weapon',0), (509,2710,'result_spark_burst_p3_gold',0), (510,2711,'result_spark_burst_p3_red',0), (511,2712,'result_spark_burst_rightfoot',0), (512,2714,'result_sparkle_trail_fire_leftshin',0), (513,2716,'result_sparkle_trail_ice_lefthand',0), (514,2717,'result_sparkle_trail_ice_leftshin',0), (515,2718,'result_sparkle_trail_ice_weapon',0), (516,2719,'result_sparkle_trail_weapon_right_glow_blue',0), (517,2720,'result_sparkle_trail_weapon_right_glow_gold',0), (518,2721,'result_sparkle_trail_weapon_right_glow_red',0), (519,2722,'result_sparks_360_blue_p5',0), (520,2723,'result_white_radiance_weapon',0), (521,2724,'result_wind_smoke_head',0), (522,2753,'cast_spark_cage',0), (523,2754,'cast_spark_shield',0), (524,2755,'cast_sparkle_trail_fire_lefthand',0), (525,2756,'cast_sparkle_trail_fire_righthand',0), (526,2757,'cast_sparkle_trail_fire_righttolefthand',0), (527,2758,'cast_statue',0), (528,2759,'cast_super_buff',0), (529,2767,'persist_divine',0), (530,2768,'persist_eidolon',0), (531,2769,'persist_energy',0), (532,2770,'persist_fire',0), (533,2771,'persist_ice',0), (534,2772,'persist_mental',0), (535,2773,'persist_mesmerize',0), (536,2774,'persist_poison',0), (537,2775,'persist_stunned',0), (538,2776,'result_spark_burst_head',0), (539,2777,'result_weapon_trail_fire',0), (540,2778,'result_wind_smoke_p3',0), (541,2782,'cast_instrument_drum',0), (542,2783,'cast_instrument_stringed',0), (543,2785,'cast_tune_guitar',0), (544,2790,'persist_damage',0), (545,2791,'persist_stone',0), (546,2792,'result_heal_heart_blue',0), (547,2793,'result_motion_lines',0), (548,2794,'result_note_circle',0), (549,2797,'cast_debuff',0), (550,2799,'cast_stun_stars_sub',0), (551,2800,'pike_wild_swing',0), (552,2801,'result_motion_lines_flasher',0), (553,2802,'result_motion_lines_sub',0), (554,2803,'result_spark_burst_p3_blue',0), (555,2808,'forestry_success',0), (556,2809,'gathering_search',0), (557,2810,'gathering_success',0), (558,2811,'mining_digging',0), (559,2812,'mining_success',0), (560,2813,'result_bard_zap',0), (561,2814,'result_motion_circles',0), (562,2815,'result_note_blast',0), (563,2837,'result_ghost_spider',0), (564,2852,'cast_anim_mesh_dragon_ps',0), (565,2871,'cast_druid_ws',0), (566,2872,'cast_frosty_hand_l',0), (567,2873,'cast_frosty_hand_r',0), (568,2900,'cast_tune_drum',0), (569,2924,'cast_priest_ws',0), (570,2925,'cast_trail_rightfoot_gold',0), (571,2926,'levelup_50',0), (572,2927,'levelup_hallmark',0), (573,2928,'result_sparkle_scan_down',0), (574,2930,'result_trail_lightning_gold',0), (575,2933,'1h_thrown_attack',0), (576,2935,'1h_thrown_dodge_backhand',0), (577,2936,'1h_thrown_dodge_down',0), (578,2937,'1h_thrown_dodge_forehand',0), (579,2938,'1h_thrown_dodge_thrust',0), (580,2939,'1h_thrown_idle',0), (581,2940,'1h_thrown_ouch_backhand',0), (582,2941,'1h_thrown_ouch_down',0), (583,2942,'1h_thrown_ouch_forehand',0), (584,2943,'1h_thrown_ouch_thrust',0), (585,2953,'bostaff_kick',0), (586,2960,'bostaff_whirling_attack',0), (587,2961,'bostaff_wild_swing',0), (588,2966,'cast_spark_burst_weaponrootright',0), (589,2983,'converse_male04',0), (590,2991,'converse_male12',0), (591,2995,'dual_wield_kick',0), (592,3002,'dual_wield_whirling_attack',0), (593,3003,'dual_wield_wild_swing',0), (594,3021,'monk_wild_swing',0), (595,3029,'pugilist_kick',0), (596,3036,'pugilist_whirling_attack',0), (597,3037,'pugilist_wild_swing',0), (598,3038,'result_spark_burst_p1',0), (599,3112,'cast_sparkle_trail_fire_lhand_neg',0), (600,3113,'cast_sparkle_trail_fire_rhand_neg',0), (601,3118,'persist_debuff',0), (602,3119,'result_fire_negative',0), (603,3120,'result_fire_objects',0), (604,3142,'result_embers_p2p',0), (605,3143,'result_fraxflame_p2p',0), (606,3144,'result_prism_hex_p2p',0), (607,3181,'result_glow_weapon_red',0), (608,3183,'trails_fire_rightshin',0), (609,3192,'cast_darkness_skull_buff_summoned',0), (610,3194,'persist_distortion_hit_minimal',0), (611,3195,'result_color_rain_damage',0), (612,3196,'result_darkness_skull_buff',0), (613,3197,'result_noxious_oozing_shield_buff',0), (614,3198,'result_swirly_column_evil',0), (615,3202,'result_icicle_rain_damage',0), (616,3203,'result_rain_damage',0), (617,3210,'cast_vines_root_control_circling',0), (618,3224,'persist_electrified',0), (619,3225,'result_bloodlust_3',0), (620,3226,'result_nature_res',0), (621,3227,'result_poison_rain_damage',0), (622,3228,'result_skull_breath_poison_damage',0), (623,3229,'result_spirit_res',0), (624,3230,'result_sword_rain_damage',0), (625,3231,'result_vines_root_control',0), (626,3236,'cast_super_lightning',0), (627,3237,'result_petrify_stun_control',0), (628,3238,'result_shadow_summon',0), (629,3243,'result_agility',0), (630,3244,'result_air_elemental_summon',0), (631,3245,'result_arch_heal',0), (632,3246,'result_electrified',0), (633,3247,'result_lifetap',0), (634,3248,'result_vitae_buff_heal',0), (635,3254,'cast_darkness_whip_circling',0), (636,3256,'cast_spark_cage_neg',0), (637,3257,'cast_spark_shield2',0), (638,3258,'cast_spark_shield_neg',0), (639,3259,'result_ice_blast_weapon_center',0), (640,3260,'result_water_elemental_summon',0), (641,3335,'cast_mandala_sub',0), (642,3337,'cast_p2p_lightning_01',0), (643,3338,'cast_p2p_lightning_02',0), (644,3340,'result_arcane_fury',0), (645,3341,'result_archaic_shackles',0), (646,3342,'result_archaic_shackles_b',0), (647,3343,'result_ice_slam',0), (648,3344,'result_skull_blast',0), (649,3345,'result_skull_buff_limbs',0), (650,3346,'result_storm_of_ancients',0), (651,3347,'result_stun_sub',0), (652,3348,'result_tricksters_grasp',0), (653,3351,'cast_p2p_fire_01',0), (654,3352,'cast_p2p_fire_02',0), (655,3354,'result_ethereal_p2p',0), (656,3358,'cast_gold_sparkletrace_l',0), (657,3359,'cast_gold_sparkletrace_r',0), (658,3360,'cast_gold_trace_l',0), (659,3361,'cast_gold_trace_r',0), (660,3363,'cast_rune_ring_rotate_persist',0), (661,3364,'cast_trace_firespikes_l',0), (662,3365,'cast_trace_firespikes_r',0), (663,3366,'cast_trace_wine_l',0), (664,3367,'cast_trace_wine_r',0), (665,3376,'cast_rainbow_rays_cloud',0), (666,3377,'cast_spark_sphere_blend',0), (667,3379,'result_crystal_ring',0), (668,3380,'result_dispell1_out_blend',0), (669,3381,'result_helmet_silver_floating',0), (670,3392,'result_ho_sphere',0), (671,3393,'result_shield_silver_floating',0), (672,3397,'ignite_weapon_big',0), (673,3398,'ignite_weapon_small',0), (674,3404,'result_dragon_flight_fetters',0), (675,3405,'result_drakota_fetters',0), (676,3406,'result_drakota_flight_fetters',0), (677,3421,'ignite_weapon_prism',0), (678,3422,'result_ancient_crucible',0), (679,3423,'result_natures_growth',0), (680,3427,'result_dripping_rain',0), (681,3428,'result_rock_chunks_dropping',0), (682,3432,'result_arcane_chalice',0), (683,3433,'result_blessing_of_faith',0), (684,3434,'result_stag_running',0), (685,3437,'cast_columns_slow',0), (686,3439,'result_cat_running',0), (687,3440,'result_chalice_of_life',0), (688,3441,'result_creature_fire_ls',0), (689,3442,'result_runes_gathering',0), (690,3443,'result_sparkle_fill',0), (691,3444,'result_weapon_trail_prism',0), (692,3448,'cast_sparkle2',0), (693,3449,'result_breaking_faith',0), (694,3450,'result_runes_falling',0), (695,3451,'result_sparkles_gathering',0), (696,3460,'cast_glow_distort2',0), (697,3464,'result_blue_whirlwind',0), (698,3465,'result_stag_running2',0), (699,3466,'result_turtle_walking',0), (700,3573,'result_breakable_wall',0), (701,3605,'result_lucks_bite',0), (702,3630,'result_bat_swarm_appear',0), (703,3631,'result_bat_swarm_attack',0), (704,3632,'result_forced_shader_electric',0), (705,3640,'result_bat_swarm_p2p',0), (706,3671,'result_rainbow_blast_p2p',0), (707,3672,'result_vampire_lifetap_p2p',0), (708,3679,'result_fire_blue_white',0), (709,3680,'result_vampire_daggers_p2p',0), (710,3681,'result_vampire_ice_daggers_p2p',0), (711,3682,'result_vampire_lifetap_heart_p2p',0), (712,3683,'result_vampire_snow_throw',0), (713,3693,'cast_instrument_flute',0), (714,3705,'persist_power_gathering',0), (715,3706,'result_bat_swarm_persist',0), (716,3707,'result_brain_leech_p2p',0), (717,3708,'result_power_fount',0), (718,3727,'result_lioness_running',0), (719,3728,'result_mana_cloak',0), (720,3729,'result_scorpion_attacking',0), (721,3730,'result_skeleton_dancing',0), (722,3734,'cast_tune_song',0), (723,3741,'result_bat_flying',0), (724,3742,'result_stance_of_the_bat',0), (725,3749,'persist_sparkles_clinging_soft_blue',0), (726,3750,'persist_sparkles_clinging_soft_gold',0), (727,3751,'persist_sparkles_clinging_soft_green',0), (728,3752,'persist_sparkles_clinging_soft_purple',0), (729,3753,'persist_sparkles_clinging_soft_red',0), (730,3754,'result_skeleton_bowing',0), (731,3755,'result_unerring_shot',0), (732,3756,'result_unerring_shot_flaming',0), (733,3757,'result_unyielding_will',0), (734,3766,'result_smoke_p2p',0), (735,3777,'cast_piercing_note',0), (736,3779,'cast_tune_flute',0), (737,3785,'persist_notes_gathering',0), (738,3786,'persist_notes_spiral_off',0), (739,3787,'result_note_swarm',0), (740,3788,'result_notes_gathering',0), (741,3789,'result_notes_spiral_off',0), (742,3790,'result_rings_rising',0), (743,3807,'result_devastation_fist_1',0), (744,3808,'result_devastation_fist_2',0), (745,3809,'result_devastation_fist_3',0), (746,3820,'persist_fear',0), (747,3821,'persist_notes_spiral_off_blue',0), (748,3822,'persist_notes_spiral_off_green',0), (749,3823,'persist_notes_spiral_off_red',0), (750,3826,'result_corruptive_symbol_p2p',0), (751,3827,'result_skeleton_attacking',0), (752,3845,'cast_tune_multichain',0), (753,3849,'result_fire_dark',0), (754,3850,'result_sparkles_explode',0), (755,3851,'result_vampire_rainbow_circle_throw',0), (756,3852,'result_vampire_whip_dark',0), (757,3859,'result_notes_spiral_chains',0), (758,3860,'result_rings_rising_noshrink',0), (759,3861,'result_umbral_trap',0), (760,3864,'cast_notes_out_song',0), (761,3869,'result_kirby_energy_p2p',0), (762,3870,'result_notes_tube_wavey',0), (763,3910,'result_mist_clingy',0), (764,3938,'design_result_lightning_bolt1',0), (765,3949,'cast_spark_cage_aoe',0), (766,3950,'cast_spark_cage_neg_aoe',0), (767,4000,'design_result_bat_swarm_attack',0), (768,4001,'design_result_tremor',0), (769,4008,'design_artifact_ap1_breath',0), (770,4009,'design_cast_inquisitor',0), (771,4010,'design_cast_vision_nek',0), (772,4011,'design_result_dispell1_out',0), (773,4012,'design_result_zombie_summon',0), (774,4030,'result_bloodlust_aoe',0), (775,4031,'result_clay_shields_aoe',0), (776,4032,'result_poison_cloud_aoe',0), (777,4065,'result_toxin_out_aoe',0), (778,4073,'result_shockwave_sparkles_aoe',0), (779,4092,'climbing_strafe_right',0), (780,4093,'climbing_walk',0), (781,4123,'cast_angry_burst_aoe',0), (782,4124,'cast_debuff_aoe',0), (783,4129,'result_fire_engulf_aoe',0), (784,4130,'result_flash_aoe',0), (785,4131,'result_motion_lines_flasher_aoe',0), (786,4132,'result_motion_lines_sub_aoe',0), (787,4140,'result_coins_falling',0), (788,4141,'result_forced_shader_rock',0), (789,4142,'result_terra_armor',0), (790,4150,'result_coalescing_vapor',0), (791,4161,'result_bone_blast',0), (792,4162,'result_bone_glow',0), (793,4163,'result_coalescing_notes',0), (794,4164,'result_dust_blast',0), (795,4172,'result_ice_blast_from_mesh',0), (796,4194,'result_rock_toss_p2p',0), (797,4195,'result_rocks_flying_from_mesh',0), (798,4203,'result_ring_of_blades',0), (799,4204,'result_ring_of_blades_scimitars',0), (800,4205,'result_ring_of_blades_swords',0), (801,4341,'result_devastation_fist_3a',0), (802,4357,'result_skeleton_hand',0), (803,4368,'cast_pfx_orbiting_rings_l',0), (804,4369,'cast_pfx_orbiting_rings_r',0), (805,4449,'cast_ring_expanding',0), (806,4493,'cast_call_of_power',0), (807,4495,'climbing_backup',0), (808,4496,'climbing_idle',0), (809,4497,'climbing_strafe_left',0), (810,4506,'monk_attack03',0), (811,4518,'result_call_of_power',0), (812,4519,'result_firespitter',0), (813,4520,'result_pet_victory',0), (814,4545,'result_morph_to_pet',0), (815,4546,'result_sparkles_radiating',0), (816,4556,'result_searing_sun',0), (817,4557,'result_smoking_mesh',0), (818,4561,'cast_bone_blast_1',0), (819,4562,'cast_bone_blast_2',0), (820,4563,'cast_bone_blast_3',0), (821,4564,'cast_morph_to_dragon',0), (822,4569,'result_cyclone_fire',0), (823,4570,'result_cyclone_snow',0), (824,4571,'result_morph_to_dragon',0), (825,4580,'result_cyclone_rocks',0), (826,4581,'result_cyclone_sand',0), (827,4582,'result_gnoll_buff',0), (828,4599,'dual_wield_attack03',0), (829,4601,'result_word_of_doom',0), (830,4602,'result_word_of_flame',0), (831,4603,'result_word_of_obedience',0), (832,4604,'result_word_of_silence',0), (833,4608,'2h_sword_ouch_thrust',0), (834,4625,'result_froglok_buff',0), (835,4626,'result_stone_hand_terraporter',0), (836,4670,'result_candlelight_vigil',0), (837,4702,'result_rock_shock_wave',0), (838,4718,'result_fire_blast',0), (839,4719,'result_rock_shock_wave_lava',0), (840,4720,'result_tears_of_druzil',0), (841,4730,'climbing_exit_up_root',0), (842,4735,'result_rock_shock_wave_ice',0), (843,4736,'result_snowflakes_radiating',0), (844,4742,'cast_bright_ring_blue',0), (845,4743,'cast_bright_ring_red',0), (846,4783,'cast_morph_to_elf',0), (847,4788,'result_morph_to_elf',0), (848,4798,'climbing_enter_down_root',0), (849,4810,'result_scintillating_tapestry',0), (850,4825,'design_cast_vision_living_tombs',0), (851,4850,'result_runes_blast',0), (852,4868,'carry_blue_flag',0), (853,4869,'carry_red_flag',0), (854,4911,'result_coalescing_sparkles',0), (855,4912,'result_coalescing_vapor_sub',0), (856,4913,'result_serpents_intent',0), (857,4914,'result_singing_sword',0), (858,4923,'result_desert_call_p2p',0), (859,4924,'result_flash_flood_wave_cross_line',0), (860,4925,'result_flash_flood_wave_spray',0), (861,4926,'result_flash_flood_wave_tube',0), (862,4995,'design_cast_vision_ap2',0), (863,4997,'result_protection_of_faith_p2p',0), (864,4998,'result_protection_of_faith_tapestry',0), (865,5020,'result_anim_mesh_genie_ps',0), (866,5069,'result_fungusman_breath_attack_p2p',0), (867,5070,'result_mushrooms_growing',0), (868,5135,'result_shadow_summon_2',0), (869,5149,'result_shadow_summon_2_aoe',0), (870,5352,'debris_flying',0), (871,5353,'debris_swimming',0), (872,5513,'result_arena_water_whirlpool',0), (873,5514,'result_arena_water_whirlpool_aoe',0), (874,5565,'horse_backup',0), (875,5566,'horse_turn_left',0), (876,5567,'horse_turn_right',0), (877,5571,'result_arena_stone_gaze',0), (878,5572,'result_arena_water_rain',0), (879,5573,'result_fogger',0), (880,5603,'result_arena_water_rain_bubbles',0), (881,5604,'result_terrorantula_attack',0), (882,5605,'result_terrorantula_attack_cocoon',0), (883,5640,'result_arena_stone_gaze_flash',0), (884,5971,'result_arena_voidbeast_attack',0), (885,5972,'result_arena_voidbeast_smoke',0), (886,5973,'result_arena_voidbeast_smoke_threads',0), (887,5983,'result_ghost_fadeout',0), (888,6012,'result_spirit_of_the_elephant',0), (889,6037,'cast_trace_prism_left',0), (890,6038,'cast_trace_prism_right',0), (891,6044,'result_prisms_hex_clinging',0), (892,6045,'result_prisms_sparkle_soul',0), (893,6046,'result_prisms_sphere',0), (894,6068,'result_ice_dagger_breath_p2p',0), (895,6090,'result_cone_lightning_p2p',0), (896,6091,'result_dragon_cone_roar',0), (897,6183,'design_result_zombie_scare',0), (898,6185,'result_zombie_scare',0), (899,6193,'result_ghost_forced_shader_4',0), (900,6269,'result_bone_glow_2',0), (901,6270,'result_fireworks_burst',0), (902,6271,'result_fireworks_ring',0), (903,6329,'result_lion_paw_trails',0), (904,6330,'result_prism_tube_trail_1',0), (905,6331,'result_prism_tube_trail_2',0), (906,6332,'result_sparkle_soul',0), (907,6410,'result_pestilence',0), (908,6435,'result_dragonbreath',0), (909,6453,'cast_dragonbreath',0), (910,6458,'persist_dragonbreath',0), (911,6459,'result_hypnosis',0), (912,6470,'cast_celtic_circle',0), (913,6473,'cast_hypnosis',0), (914,6497,'persist_juggernaut',0), (915,6498,'result_juggernaut',0), (916,6523,'result_firestrips',0), (917,6544,'result_castigate',0), (918,6605,'cast_jesters_gamble',0), (919,6674,'status_quest_completes',0), (920,6675,'status_quest_gives',0), (921,6676,'status_quest_updates',0), (922,6701,'result_crazy_tube',0), (923,6702,'result_crazy_tube_iron',0), (924,6752,'cast_call_of_storms',0), (925,6757,'result_call_of_storms',0), (926,6766,'cast_mysticism',0), (927,6771,'result_mysticism',0), (928,6776,'cast_fusion',0), (929,6786,'cast_crescent_hands_l',0), (930,6787,'cast_crescent_hands_r',0), (931,6801,'result_rift',0), (932,6802,'result_verdict',0), (933,6803,'result_verdict_explosion',0), (934,6844,'cast_plane_shift',0), (935,6849,'result_plane_shift',0), (936,6850,'result_vortex_p2p',0), (937,6862,'cast_undead_tide',0), (938,6866,'result_bonfire',0), (939,6867,'result_steam',0), (940,6880,'result_cone_lightning_wave_p2p',0), (941,6881,'result_ice_dagger_breath_small_p2p',0), (942,6890,'result_rock_breath_p2p',0), (943,6891,'result_rocks_sticky',0), (944,6967,'result_aa_shaman_ghost_wolf',0), (945,6975,'cast_pickpocket',0), (946,6980,'result_mana_channeling',0), (947,7001,'levelup_achievement',0), (948,7011,'result_pickpocket',0), (949,7059,'result_snoring_zzz',0), (950,7064,'cast_vyemm_slam',0), (951,7072,'result_steam_blast',0), (952,7104,'result_poison_cysts',0), (953,7442,'result_aa_pyramid',0), (954,7682,'result_webby_canister',0), (955,7747,'result_ghost_undo',0), (956,7815,'cast_trace_sparkcrescent_l',0), (957,7816,'cast_trace_sparkcrescent_r',0), (958,7821,'design_keg_filling_mug',0), (959,7966,'result_charge_fast',0), (960,7967,'result_smoke_small_p5',0), (961,8179,'result_fire_purple',0), (962,8482,'cast_dryad_teleport',0), (963,8489,'result_dryad_teleport',0), (964,8502,'cast_dryad_attack_aoe',0), (965,8509,'result_dryad_attack_aoe',0), (966,8536,'cast_rain_of_thistles',0), (967,8542,'result_rain_of_thistles',0), (968,8785,'result_chrome_forced_shader',0), (969,8991,'result_copter_welder_lightning_p2p',0), (970,9078,'run_03',0), (971,9079,'run_down_idle',0), (972,9080,'run_up_idle',0), (973,9082,'sway_l',0), (974,9083,'sway_r',0), (975,9232,'result_soulless',0), (976,9443,'result_soap_mouth',0), (977,9516,'cast_vision_plane_druid_ring',0), (978,9526,'cast_wizard_spires',0), (979,9587,'result_choking_vines_aoe',0), (980,9608,'result_wuoshi_tree_morph',0), (981,9654,'result_lightning_bolt_sub1',0), (982,9655,'result_lightning_bolt_sub2',0), (983,9676,'female_dead',0), (984,9677,'female_dead_enter',0), (985,9733,'aura_red',0), (986,9739,'female_run',0), (987,9754,'cast_blanket_of_eternal_night',0), (988,9755,'cast_mayongs_touch',0), (989,9757,'cast_soul_paralysis',0), (990,9763,'result_blanket_of_eternal_night',0), (991,9773,'cast_gaze_of_obedience',0), (992,9788,'froglok_idle',0), (993,9821,'cast_laser_p2p',0), (994,9832,'result_laser_p2p',0), (995,9836,'cast_firebreath_p2p',0), (996,9844,'froglok_bow',0), (997,9845,'froglok_crouch',0), (998,9846,'froglok_curtsey',0), (999,9847,'froglok_dead',0), (1000,9848,'froglok_death',0), (1001,9849,'froglok_run',0), (1002,9850,'froglok_sit_enter',0), (1003,9851,'froglok_sit_exit',0), (1004,9852,'froglok_sit_idle',0), (1005,9857,'cast_mana_burn',0), (1006,9881,'fae_light_idle',0), (1007,9884,'result_mana_burn',0), (1008,9930,'result_poison_forced_shader_weapon',0), (1009,9950,'cast_glass_shattering',0), (1010,9960,'result_glass_shattering',0), (1011,9971,'result_brigand_slide',0), (1012,9972,'result_golden_flash',0), (1013,9985,'result_dirge_confront_fear',0), (1014,9986,'result_illusionist_illuminate',0), (1015,10012,'attack_earthshake',0), (1016,10019,'fae_light_1h_sword_attack',0), (1017,10020,'fae_light_1h_sword_attack01',0), (1018,10021,'fae_light_1h_sword_attack02',0), (1019,10022,'fae_light_1h_sword_attack03',0), (1020,10023,'fae_light_1h_sword_death_blow',0), (1021,10024,'fae_light_1h_sword_death_blow01',0), (1022,10025,'fae_light_1h_sword_dodge_backhand',0), (1023,10026,'fae_light_1h_sword_dodge_down',0), (1024,10027,'fae_light_1h_sword_dodge_forehand',0), (1025,10028,'fae_light_1h_sword_dodge_thrust',0), (1026,10029,'fae_light_1h_sword_ouch_backhand',0), (1027,10030,'fae_light_1h_sword_ouch_down',0), (1028,10031,'fae_light_1h_sword_ouch_forehand',0), (1029,10032,'fae_light_1h_sword_ouch_thrust',0), (1030,10033,'fae_light_1h_sword_parry_backhand',0), (1031,10034,'fae_light_1h_sword_parry_down',0), (1032,10035,'fae_light_1h_sword_parry_forehand',0), (1033,10036,'fae_light_1h_sword_parry_thrust',0), (1034,10037,'fae_light_2h_sword_attack',0), (1035,10038,'fae_light_2h_sword_attack01',0), (1036,10039,'fae_light_2h_sword_attack02',0), (1037,10040,'fae_light_2h_sword_defensive_buff',0), (1038,10041,'fae_light_2h_sword_dodge_backhand',0), (1039,10042,'fae_light_2h_sword_dodge_down',0), (1040,10043,'fae_light_2h_sword_dodge_forehand',0), (1041,10044,'fae_light_2h_sword_enter',0), (1042,10045,'fae_light_2h_sword_kick',0), (1043,10046,'fae_light_2h_sword_ouch_backhand',0), (1044,10047,'fae_light_2h_sword_ouch_down',0), (1045,10048,'fae_light_2h_sword_ouch_forehand',0), (1046,10049,'fae_light_2h_sword_ouch_thrust',0), (1047,10052,'fae_light_bostaff_attack01',0), (1048,10053,'fae_light_bostaff_attack02',0), (1049,10054,'fae_light_bostaff_attack03',0), (1050,10081,'fae_light_dual_wield_attack',0), (1051,10082,'fae_light_dual_wield_attack01',0), (1052,10083,'fae_light_dual_wield_attack02',0), (1053,10084,'fae_light_dual_wield_attack03',0), (1054,10085,'fae_light_dual_wield_kick',0), (1055,10086,'fae_light_dual_wield_whirling_attack',0), (1056,10087,'fae_light_dual_wield_wild_swing',0), (1057,10088,'fae_light_monk_attack',0), (1058,10089,'fae_light_monk_attack01',0), (1059,10090,'fae_light_monk_attack02',0), (1060,10091,'fae_light_monk_attack03',0), (1061,10092,'fae_light_monk_wild_swing',0), (1062,10093,'fae_light_pike_attack',0), (1063,10094,'fae_light_pike_attack01',0), (1064,10095,'fae_light_pike_attack02',0), (1065,10096,'fae_light_pike_kick',0), (1066,10097,'fae_light_pike_whirling_attack',0), (1067,10098,'fae_light_pike_wild_swing',0), (1068,10099,'fae_light_pugilist_attack',0), (1069,10100,'fae_light_pugilist_attack02',0), (1070,10101,'fae_light_pugilist_kick',0), (1071,10102,'fae_light_pugilist_whirling_attack',0), (1072,10103,'fae_light_pugilist_wild_swing',0), (1073,10122,'froglok_1h_sword_attack',0), (1074,10123,'froglok_1h_sword_idle',0), (1075,10128,'cast_forced_flasher_stream_scroll',0), (1076,10129,'cast_forced_flasher_stream_scroll_blend',0), (1077,10137,'result_berserker_red_eyes',0), (1078,10138,'result_god_spell_brell_serilis',0), (1079,10139,'result_god_spell_cazic_thule',0), (1080,10140,'result_god_spell_innoruuk',0), (1081,10141,'result_god_spell_mithaniel_marr',0), (1082,10142,'result_god_spell_quellious',0), (1083,10143,'result_god_spell_rallos_zek',0), (1084,10144,'result_god_spell_solusek_ro',0), (1085,10145,'result_god_spell_tunare',0), (1086,10146,'result_sun_spell',0), (1087,10157,'froglok_1h_crush_attack',0), (1088,10158,'froglok_1h_crush_attack01',0), (1089,10159,'froglok_1h_crush_attack02',0), (1090,10160,'froglok_1h_crush_attack03',0), (1091,10161,'froglok_1h_crush_dodge_backhand',0), (1092,10162,'froglok_1h_crush_dodge_down',0), (1093,10163,'froglok_1h_crush_dodge_forehand',0), (1094,10164,'froglok_1h_crush_dodge_thrust',0), (1095,10165,'froglok_1h_crush_ouch_backhand',0), (1096,10166,'froglok_1h_crush_ouch_down',0), (1097,10167,'froglok_1h_crush_ouch_forehand',0), (1098,10168,'froglok_1h_crush_ouch_thrust',0), (1099,10169,'froglok_1h_crush_parry_backhand',0), (1100,10170,'froglok_1h_crush_parry_down',0), (1101,10171,'froglok_1h_crush_parry_forehand',0), (1102,10172,'froglok_1h_crush_parry_thrust',0), (1103,10173,'froglok_1h_pierce_attack',0), (1104,10174,'froglok_1h_pierce_attack01',0), (1105,10175,'froglok_1h_pierce_dodge_backhand',0), (1106,10176,'froglok_1h_pierce_dodge_down',0), (1107,10177,'froglok_1h_pierce_dodge_forehand',0), (1108,10178,'froglok_1h_pierce_dodge_thrust',0), (1109,10179,'froglok_1h_pierce_ouch_backhand',0), (1110,10180,'froglok_1h_pierce_ouch_down',0), (1111,10181,'froglok_1h_pierce_ouch_forehand',0), (1112,10182,'froglok_1h_pierce_ouch_thrust',0), (1113,10183,'froglok_1h_pierce_parry_backhand',0), (1114,10184,'froglok_1h_pierce_parry_down',0), (1115,10185,'froglok_1h_pierce_parry_forehand',0), (1116,10186,'froglok_1h_pierce_parry_thrust',0), (1117,10187,'froglok_1h_sword_attack01',0), (1118,10188,'froglok_1h_sword_attack02',0), (1119,10189,'froglok_1h_sword_attack03',0), (1120,10190,'froglok_1h_sword_death_blow',0), (1121,10191,'froglok_1h_sword_death_blow01',0), (1122,10192,'froglok_1h_sword_dodge_backhand',0), (1123,10193,'froglok_1h_sword_dodge_down',0), (1124,10194,'froglok_1h_sword_dodge_forehand',0), (1125,10195,'froglok_1h_sword_dodge_thrust',0), (1126,10196,'froglok_1h_sword_ouch_backhand',0), (1127,10197,'froglok_1h_sword_ouch_down',0), (1128,10198,'froglok_1h_sword_ouch_forehand',0), (1129,10199,'froglok_1h_sword_ouch_thrust',0), (1130,10200,'froglok_1h_sword_parry_backhand',0), (1131,10201,'froglok_1h_sword_parry_down',0), (1132,10202,'froglok_1h_sword_parry_forehand',0), (1133,10203,'froglok_1h_sword_parry_thrust',0), (1134,10204,'froglok_1h_thrown_dodge_backhand',0), (1135,10205,'froglok_1h_thrown_dodge_down',0), (1136,10206,'froglok_1h_thrown_dodge_forehand',0), (1137,10207,'froglok_1h_thrown_dodge_thrust',0), (1138,10208,'froglok_1h_thrown_ouch_backhand',0), (1139,10209,'froglok_1h_thrown_ouch_down',0), (1140,10210,'froglok_1h_thrown_ouch_forehand',0), (1141,10211,'froglok_1h_thrown_ouch_thrust',0), (1142,10212,'froglok_bow_dodge_backhand',0), (1143,10213,'froglok_bow_dodge_down',0), (1144,10214,'froglok_bow_dodge_forehand',0), (1145,10215,'froglok_bow_dodge_thrust',0), (1146,10216,'froglok_bow_ouch_backhand',0), (1147,10217,'froglok_bow_ouch_down',0), (1148,10218,'froglok_bow_ouch_forehand',0), (1149,10219,'froglok_bow_ouch_thrust',0), (1150,10220,'froglok_dual_wield_attack',0), (1151,10221,'froglok_dual_wield_attack01',0), (1152,10222,'froglok_dual_wield_attack02',0), (1153,10223,'froglok_dual_wield_attack03',0), (1154,10224,'froglok_dual_wield_dodge_backhand',0), (1155,10225,'froglok_dual_wield_dodge_down',0), (1156,10226,'froglok_dual_wield_dodge_forehand',0), (1157,10227,'froglok_dual_wield_dodge_thrust',0), (1158,10228,'froglok_dual_wield_idle',0), (1159,10229,'froglok_dual_wield_ouch_backhand',0), (1160,10230,'froglok_dual_wield_ouch_down',0), (1161,10231,'froglok_dual_wield_ouch_forehand',0), (1162,10232,'froglok_dual_wield_ouch_thrust',0), (1163,10243,'froglok_1h_crush_idle',0), (1164,10244,'froglok_1h_pierce_idle',0), (1165,10245,'froglok_1h_thrown_idle',0), (1166,10246,'froglok_2h_sword_attack',0), (1167,10247,'froglok_2h_sword_attack01',0), (1168,10248,'froglok_2h_sword_attack02',0), (1169,10249,'froglok_2h_sword_attack03',0), (1170,10250,'froglok_2h_sword_idle',0), (1171,10251,'froglok_bow_idle',0), (1172,10252,'froglok_dual_wield_kick',0), (1173,10253,'froglok_dual_wield_whirling_attack',0), (1174,10254,'froglok_dual_wield_wild_swing',0), (1175,10290,'froglok_2h_sword_dodge_backhand',0), (1176,10291,'froglok_2h_sword_dodge_down',0), (1177,10292,'froglok_2h_sword_dodge_forehand',0), (1178,10293,'froglok_2h_sword_dodge_thrust',0), (1179,10294,'froglok_2h_sword_kick',0), (1180,10295,'froglok_2h_sword_whirling_attack',0), (1181,10296,'froglok_2h_sword_wild_swing',0), (1182,10297,'froglok_bostaff_attack',0), (1183,10298,'froglok_bostaff_attack01',0), (1184,10299,'froglok_bostaff_attack02',0), (1185,10300,'froglok_bostaff_attack03',0), (1186,10301,'froglok_bostaff_idle',0), (1187,10302,'froglok_bostaff_kick',0), (1188,10303,'froglok_bostaff_whirling_attack',0), (1189,10304,'froglok_bostaff_wild_swing',0), (1190,10305,'froglok_monk_idle',0), (1191,10307,'result_beserker_red_eyes',0), (1192,10308,'result_guardian_aura',0), (1193,10318,'froglok_monk_attack',0), (1194,10319,'froglok_monk_attack01',0), (1195,10320,'froglok_monk_attack02',0), (1196,10321,'froglok_monk_attack03',0), (1197,10322,'froglok_monk_kick',0), (1198,10323,'froglok_monk_kick_spin',0), (1199,10324,'froglok_monk_wild_swing',0), (1200,10356,'froglok_monk_whirling_attack',0), (1201,10357,'froglok_pike_attack',0), (1202,10358,'froglok_pike_attack01',0), (1203,10359,'froglok_pike_attack02',0), (1204,10360,'froglok_pike_idle',0), (1205,10361,'froglok_pike_kick',0), (1206,10362,'froglok_pike_whirling_attack',0), (1207,10363,'froglok_pike_wild_swing',0), (1208,10364,'froglok_pugilist_attack',0), (1209,10365,'froglok_pugilist_attack02',0), (1210,10366,'froglok_pugilist_attack03',0), (1211,10367,'froglok_pugilist_idle',0), (1212,10368,'froglok_pugilist_kick',0), (1213,10369,'froglok_pugilist_whirling_attack',0), (1214,10370,'froglok_pugilist_wild_swing',0), (1215,10371,'froglok_untrained_attack',0), (1216,10372,'froglok_untrained_idle',0), (1217,10374,'result_coercer_sun_aura',0), (1218,10375,'result_illusionist_head_aura',0), (1219,10376,'result_paladin_shoulder_streamers',0), (1220,10377,'result_templar_halo',0), (1221,10387,'fae_light_run',0), (1222,10389,'result_assassin_star_cloud_hands',0), (1223,10390,'result_brigand_hand_trails',0), (1224,10391,'result_bruiser_fist_shining',0), (1225,10392,'result_dirge_sparkles',0), (1226,10393,'result_monk_fist_rings',0), (1227,10394,'result_swashbuckler_hand_trails',0), (1228,10395,'result_warlock_subtle_aura',0), (1229,10415,'fae_light_climbing_backup',0), (1230,10416,'fae_light_climbing_enter_down_root',0), (1231,10417,'fae_light_climbing_exit_up_root',0), (1232,10418,'fae_light_climbing_idle',0), (1233,10419,'fae_light_climbing_strafe_left',0), (1234,10420,'fae_light_climbing_strafe_right',0), (1235,10421,'fae_light_climbing_walk',0), (1236,10422,'fae_light_dead',0), (1237,10423,'fae_light_dead_enter',0), (1238,10469,'fae_light_bostaff_dodge_backhand',0), (1239,10470,'fae_light_bostaff_dodge_forehand',0), (1240,10471,'fae_light_dual_wield_dodge_backhand',0), (1241,10472,'fae_light_dual_wield_dodge_forehand',0), (1242,10473,'fae_light_dual_wield_ouch_backhand',0), (1243,10474,'fae_light_dual_wield_ouch_forehand',0), (1244,10475,'fae_light_dual_wield_parry_down',0), (1245,10508,'fae_light_monk_dodge_backhand',0), (1246,10509,'fae_light_monk_dodge_down',0), (1247,10512,'horse_jump_substitute',0), (1248,10516,'result_conjuror_shoulder_blue_flames',0), (1249,10529,'fae_light_sit_enter',0), (1250,10530,'fae_light_sit_exit',0), (1251,10531,'fae_light_sit_idle',0), (1252,10533,'froglok_horse_idle',0), (1253,10542,'result_necromancer_hand_skulls',0), (1254,10553,'froglok_gathering_search',0), (1255,10554,'froglok_gathering_success',0), (1256,10555,'froglok_mining_digging',0), (1257,10559,'result_ranger_green_aura',0), (1258,10560,'result_shadowknight_flame_horns',0), (1259,10561,'result_wizard_elemental_hands',0), (1260,10574,'froglok_converse_male04',0), (1261,10575,'froglok_converse_male12',0), (1262,10576,'froglok_forestry_success',0), (1263,10577,'froglok_horse_jump_substitute',0), (1264,10578,'froglok_kick',0), (1265,10579,'froglok_knockedtoback',0), (1266,10580,'froglok_mining_success',0), (1267,10581,'froglok_run_03',0), (1268,10582,'froglok_wild_swing',0), (1269,10584,'result_defiler_poison_cloud',0), (1270,10585,'result_mystic_cloudy_feet',0), (1271,10586,'result_troubador_clouds',0), (1272,10596,'froglok_bostaff_knockedtoback',0), (1273,10597,'froglok_bostaff_knockedtoback_getup',0), (1274,10598,'froglok_bow_knockedtoback',0), (1275,10599,'froglok_bow_knockedtoback_getup',0), (1276,10600,'froglok_dual_wield_knockedtoback',0), (1277,10601,'froglok_dual_wield_knockedtoback_getup',0), (1278,10602,'froglok_knockedtoback_getup',0), (1279,10603,'froglok_knockedtoback_onbackidle',0), (1280,10604,'froglok_monk_knockedtoback',0), (1281,10605,'froglok_monk_knockedtoback_getup',0), (1282,10606,'froglok_pike_knockedtoback',0), (1283,10607,'froglok_pike_knockedtoback_getup',0), (1284,10608,'froglok_pugilist_knockedtoback',0), (1285,10609,'froglok_pugilist_knockedtoback_getup',0), (1286,10680,'1h_crush_attack_recoil',0), (1287,10681,'1h_crush_attack_recoil01',0), (1288,10682,'1h_crush_attack_recoil02',0), (1289,10683,'1h_crush_attack_recoil03',0), (1290,10684,'1h_crush_backup',0), (1291,10685,'1h_crush_enter',0), (1292,10686,'1h_crush_exit',0), (1293,10687,'1h_crush_strafe_left',0), (1294,10688,'1h_crush_strafe_right',0), (1295,10689,'1h_crush_walk',0), (1296,10690,'1h_pierce_attack02',0), (1297,10691,'1h_pierce_attack03',0), (1298,10692,'1h_pierce_attack_recoil',0), (1299,10693,'1h_pierce_attack_recoil01',0), (1300,10694,'1h_pierce_attack_recoil02',0), (1301,10695,'1h_pierce_attack_recoil03',0), (1302,10696,'1h_pierce_backup',0), (1303,10697,'1h_pierce_death_blow',0), (1304,10698,'1h_pierce_death_blow01',0), (1305,10699,'1h_pierce_enter',0), (1306,10700,'1h_pierce_exit',0), (1307,10701,'1h_pierce_strafe_left',0), (1308,10702,'1h_pierce_strafe_right',0), (1309,10703,'1h_pierce_walk',0), (1310,10704,'1h_sword_attack_recoil',0), (1311,10705,'1h_sword_attack_recoil01',0), (1312,10706,'1h_sword_attack_recoil02',0), (1313,10707,'1h_sword_attack_recoil03',0), (1314,10708,'1h_sword_backup',0), (1315,10709,'1h_sword_enter',0), (1316,10710,'1h_sword_exit',0), (1317,10711,'1h_sword_parry_thurst',0), (1318,10712,'1h_sword_strafe_left',0), (1319,10713,'1h_sword_strafe_right',0), (1320,10714,'1h_sword_walk',0), (1321,10715,'1h_throw_attack',0), (1322,10716,'1h_thrown_backup',0), (1323,10717,'1h_thrown_strafe_left',0), (1324,10718,'1h_thrown_strafe_right',0), (1325,10719,'1h_thrown_walk',0), (1326,10720,'2h_sword_attack03',0), (1327,10721,'2h_sword_attack_recoil',0), (1328,10722,'2h_sword_attack_recoil01',0), (1329,10723,'2h_sword_attack_recoil02',0), (1330,10724,'2h_sword_attack_recoil03',0), (1331,10725,'2h_sword_backup',0), (1332,10726,'2h_sword_charge_up',0), (1333,10727,'2h_sword_dodge_thrust',0), (1334,10728,'2h_sword_exit',0), (1335,10729,'2h_sword_feint',0), (1336,10730,'2h_sword_offensive_buff',0), (1337,10731,'2h_sword_parry_backhand',0), (1338,10732,'2h_sword_parry_down',0), (1339,10733,'2h_sword_parry_forehand',0), (1340,10734,'2h_sword_parry_thrust',0), (1341,10735,'2h_sword_strafe_left',0), (1342,10736,'2h_sword_strafe_right',0), (1343,10737,'2h_sword_super_buff',0), (1344,10738,'2h_sword_taunt',0), (1345,10739,'2h_sword_taunt_combat_art',0), (1346,10740,'2h_sword_walk',0), (1347,10741,'2hsword_idle01',0), (1348,10744,'a',0), (1349,10745,'agree',0), (1350,10747,'alchemy_failure',0), (1351,10748,'alchemy_idle',0), (1352,10749,'alchemy_success',0), (1353,10750,'angry',0), (1354,10751,'antenna_01',0), (1355,10752,'antenna_02',0), (1356,10753,'antenna_03',0), (1357,10754,'antenna_04',0), (1358,10755,'antenna_05',0), (1359,10756,'antonia_wisp',0), (1360,10757,'anvil',0), (1361,10758,'anvil_small',0), (1362,10759,'appear',0), (1363,10760,'applaude',0), (1364,10761,'arm04_fail',0), (1365,10762,'arm04_success',0), (1366,10763,'armpour01',0), (1367,10764,'artifact',0), (1368,10765,'artificing_failure',0), (1369,10766,'artificing_idle',0), (1370,10767,'artificing_success',0), (1371,10768,'artsn_chem_sound',0), (1372,10769,'artsn_chimepad_sound',0), (1373,10770,'artsn_forge_helmet_sound',0), (1374,10771,'artsn_forge_sound',0), (1375,10772,'artsn_glow_sound',0), (1376,10773,'artsn_knives_sound',0), (1377,10774,'artsn_knot_sound',0), (1378,10775,'artsn_logcut_sound',0), (1379,10776,'artsn_metal_bar_end_snd',0), (1380,10777,'artsn_metal_bar_snd',0), (1381,10778,'artsn_molecule_sound',0), (1382,10779,'artsn_planer_sound',0), (1383,10780,'artsn_saw_sound',0), (1384,10781,'artsn_stove_sound',0), (1385,10782,'asg_stonegaze_snd',0), (1386,10783,'attack',0), (1387,10784,'attack01',0), (1388,10785,'attack02',0), (1389,10786,'attack03',0), (1390,10787,'attack04',0), (1391,10788,'attack_backhand_trigger',0), (1392,10789,'attack_bite',0), (1393,10790,'attack_breath',0), (1394,10791,'attack_breath01',0), (1395,10792,'attack_breath02',0), (1396,10793,'attack_forehand_trigger',0), (1397,10794,'attack_headram',0), (1398,10795,'attack_rear',0), (1399,10796,'attack_roar01',0), (1400,10797,'attack_scream',0), (1401,10798,'attack_slam',0), (1402,10799,'attack_snap',0), (1403,10800,'attack_sound',0), (1404,10801,'attack_special',0), (1405,10802,'attack_special01',0), (1406,10803,'attack_special02',0), (1407,10804,'attack_special03',0), (1408,10805,'attack_special_spring',0), (1409,10806,'attack_stomp',0), (1410,10807,'attack_tail',0), (1411,10808,'attack_whirling',0), (1412,10809,'attack_wildswing',0), (1413,10810,'attack_wing',0), (1414,10811,'attack_wings',0), (1415,10812,'attack_woosh01',0), (1416,10813,'attacktiming',0), (1417,10814,'attacktiming_a',0), (1418,10815,'attention',0), (1419,10816,'aval_cast_snd',0), (1420,10817,'awrh_cast_snd',0), (1421,10818,'awrh_heal2_snd',0), (1422,10819,'awrh_heal_snd',0), (1423,10820,'awrh_rainfall_snd',0), (1424,10821,'aww_whirlcast_snd',0), (1425,10822,'aww_whirlparticles_snd',0), (1426,10823,'backup',0), (1427,10824,'backup_run',0), (1428,10825,'bad_outcome01',0), (1429,10826,'bad_outcome01_shuttle',0), (1430,10827,'bad_outcome02',0), (1431,10828,'bad_outcome02_shuttle',0), (1432,10829,'ball_bk',0), (1433,10830,'ball_bk_sm',0), (1434,10831,'ball_glow',0), (1435,10832,'ball_wht',0), (1436,10833,'ball_wht_sm',0), (1437,10834,'barrel_fire',0), (1438,10835,'barrel_pieces',0), (1439,10836,'base',0), (1440,10837,'bat_swarm',0), (1441,10838,'battlecry',0), (1442,10839,'bc_caged_snd',0), (1443,10840,'bd_cast_lp_snd',0), (1444,10841,'bd_fireburst_snd',0), (1445,10842,'beaker01',0), (1446,10843,'beckon',0), (1447,10844,'beg',0), (1448,10845,'bene',0), (1449,10846,'big_saw_success',0), (1450,10847,'big_saw_success2',0), (1451,10848,'big_smoke',0), (1452,10849,'bl_castswirls_snd',0), (1453,10850,'bl_start_particles_snd',0), (1454,10851,'blammo',0), (1455,10852,'blink',0), (1456,10853,'boe_endspinner_sound',0), (1457,10854,'boe_open_burst_sound',0), (1458,10855,'boe_shield_tone_sound',0), (1459,10856,'boggle',0), (1460,10857,'boilover01',0), (1461,10858,'book_white',0), (1462,10859,'bostaff_attack_recoil',0), (1463,10860,'bostaff_attack_recoil01',0), (1464,10861,'bostaff_attack_recoil02',0), (1465,10862,'bostaff_attack_recoil03',0), (1466,10863,'bostaff_backup',0), (1467,10864,'bostaff_charge_up',0), (1468,10865,'bostaff_defensive_buff',0), (1469,10866,'bostaff_dodge_backhand',0), (1470,10867,'bostaff_dodge_down',0), (1471,10868,'bostaff_dodge_forehand',0), (1472,10869,'bostaff_dodge_thrust',0), (1473,10870,'bostaff_enter',0), (1474,10871,'bostaff_exit',0), (1475,10872,'bostaff_feint',0), (1476,10873,'bostaff_idle01',0), (1477,10874,'bostaff_knockdowntoknees',0), (1478,10875,'bostaff_knockedtoback',0), (1479,10876,'bostaff_knockedtoback_getup',0), (1480,10877,'bostaff_offensive_buff',0), (1481,10878,'bostaff_ouch_backhand',0), (1482,10879,'bostaff_ouch_down',0), (1483,10880,'bostaff_ouch_forehand',0), (1484,10881,'bostaff_ouch_thrust',0), (1485,10882,'bostaff_parry_backhand',0), (1486,10883,'bostaff_parry_down',0), (1487,10884,'bostaff_parry_forehand',0), (1488,10885,'bostaff_parry_thrust',0), (1489,10886,'bostaff_strafe_left',0), (1490,10887,'bostaff_strafe_right',0), (1491,10888,'bostaff_super_buff',0), (1492,10889,'bostaff_taunt_combat_art',0), (1493,10890,'bostaff_walk',0), (1494,10891,'bow_aim_down',0), (1495,10892,'bow_aim_up',0), (1496,10893,'bow_attack',0), (1497,10894,'bow_attack_2x',0), (1498,10895,'bow_backup',0), (1499,10896,'bow_enter',0), (1500,10897,'bow_exit',0), (1501,10898,'bow_getarrow',0), (1502,10899,'bow_knockdowntoknees',0), (1503,10900,'bow_knockedtoback',0), (1504,10901,'bow_knockedtoback_getup',0), (1505,10902,'bow_pullback',0), (1506,10903,'bow_release',0), (1507,10904,'bow_sheathe',0), (1508,10905,'bow_strafe_left',0), (1509,10906,'bow_strafe_right',0), (1510,10907,'bow_unsheathe',0), (1511,10908,'bow_walk',0), (1512,10909,'bowstring',0), (1513,10910,'bowstring_electricity',0), (1514,10911,'bowstring_electricity_red',0), (1515,10912,'brandish',0), (1516,10913,'breath',0), (1517,10914,'breath_attack',0), (1518,10915,'breath_attack_blue',0), (1519,10916,'breath_attack_purple',0), (1520,10917,'breath_nostop',0), (1521,10918,'breathweapon',0), (1522,10919,'bs_bull_form_01_snd',0), (1523,10920,'bs_cast_armpush_snd',0), (1524,10921,'bs_hooves_snd',0), (1525,10922,'bs_makebull_tone_snd',0), (1526,10923,'bubbles01',0), (1527,10924,'burn',0), (1528,10925,'burst_sound_01',0), (1529,10926,'bye',0), (1530,10927,'c',0), (1531,10928,'cache_state0',0), (1532,10929,'cache_state1',0), (1533,10930,'cache_state2',0), (1534,10931,'cached_state0',0), (1535,10932,'cached_state1',0), (1536,10933,'cactus_spiney_sound',0), (1537,10934,'candle01',0), (1538,10935,'candle02',0), (1539,10936,'candle03',0), (1540,10937,'candle04',0), (1541,10938,'candle_flair01',0), (1542,10939,'candle_flair02',0), (1543,10940,'candle_flair03',0), (1544,10941,'candle_smoke01',0), (1545,10942,'candle_smoke02',0), (1546,10943,'candle_smoke03',0), (1547,10944,'carpet_enter',0), (1548,10945,'carpet_exit',0), (1549,10946,'carpet_fall',0), (1550,10947,'carpet_idle',0), (1551,10948,'carpet_jump',0), (1552,10949,'carpet_land',0), (1553,10950,'carpet_run',0), (1554,10951,'carpet_walk',0), (1555,10952,'cast01',0), (1556,10953,'cast4',0), (1557,10954,'cast_01lp_snd',0), (1558,10955,'cast_1',0), (1559,10956,'cast_10',0), (1560,10957,'cast_11',0), (1561,10958,'cast_12',0), (1562,10959,'cast_2',0), (1563,10960,'cast_3',0), (1564,10961,'cast_4',0), (1565,10962,'cast_6',0), (1566,10963,'cast_7',0), (1567,10964,'cast_8',0), (1568,10965,'cast_9',0), (1569,10966,'cast_aoe_beneficial_end',0), (1570,10967,'cast_aoe_beneficial_loop',0), (1571,10968,'cast_aoe_beneficial_start',0), (1572,10969,'cast_aoe_detrimental_end',0), (1573,10970,'cast_aoe_detrimental_loop',0), (1574,10971,'cast_aoe_detrimental_start',0), (1575,10973,'cast_aoe_invocation_end',0), (1576,10974,'cast_aoe_invocation_loop',0), (1577,10975,'cast_aoe_invocation_start',0), (1578,10976,'cast_aoe_wand_end',0), (1579,10977,'cast_aoe_wand_loop',0), (1580,10978,'cast_aoe_wand_start',0), (1581,10979,'cast_armor_01_snd',0), (1582,10980,'cast_attack02',0), (1583,10981,'cast_backgroundsparkle_snd',0), (1584,10982,'cast_bard_drum_end',0), (1585,10983,'cast_bard_drum_loop',0), (1586,10985,'cast_bard_flute_end',0), (1587,10986,'cast_bard_flute_loop',0), (1588,10988,'cast_bard_stringed_end',0), (1589,10989,'cast_bard_stringed_loop',0), (1590,10990,'cast_bard_stringed_start',0), (1591,10991,'cast_bard_vocal_end',0), (1592,10992,'cast_bard_vocal_loop',0), (1593,10994,'cast_charge_wind_01_sound',0), (1594,10995,'cast_chargeswordglint_sound',0), (1595,10996,'cast_clowhand_sound_01',0), (1596,10997,'cast_clowhand_sound_02',0), (1597,10998,'cast_clowhand_sound_03',0), (1598,10999,'cast_deepbreath',0), (1599,11000,'cast_distort_lefthand',0), (1600,11001,'cast_distort_right_foot_ws',0), (1601,11002,'cast_distort_righthand',0), (1602,11003,'cast_drake_fire_breath',0), (1603,11004,'cast_drone_01_snd',0), (1604,11005,'cast_drone_02_snd',0), (1605,11006,'cast_drone_snd',0), (1606,11007,'cast_drone_sound',0), (1607,11008,'cast_dustpuff_lefthand',0), (1608,11009,'cast_dustpuff_righthand',0), (1609,11010,'cast_elec_feet_green',0), (1610,11011,'cast_elec_hands_four',0), (1611,11012,'cast_elec_hands_four_up',0), (1612,11013,'cast_elec_hands_up',0), (1613,11014,'cast_end_sound',0), (1614,11015,'cast_endbang2_snd',0), (1615,11016,'cast_endbang_snd',0), (1616,11017,'cast_endsparkle_snd',0), (1617,11018,'cast_endthunder_snd',0), (1618,11019,'cast_es_arches_01_snd',0), (1619,11020,'cast_fast',0), (1620,11021,'cast_force_snd',0), (1621,11022,'cast_glowhand__sound_02',0), (1622,11023,'cast_glowhand_sound_01',0), (1623,11024,'cast_glowhand_sound_03',0), (1624,11025,'cast_glowhand_sound_04',0), (1625,11026,'cast_glowhand_sound_05',0), (1626,11027,'cast_glowhand_sound_06',0), (1627,11028,'cast_gsswipe_01_snd',0), (1628,11029,'cast_gsswipe_02_snd',0), (1629,11030,'cast_gsswipe_03_snd',0), (1630,11031,'cast_hands_elec_nightblood',0), (1631,11032,'cast_handswipe_snd',0), (1632,11033,'cast_howlverb_sound',0), (1633,11034,'cast_hrb_choral_snd',0), (1634,11035,'cast_hrb_rune_snd',0), (1635,11036,'cast_ice_laser_breath',0), (1636,11037,'cast_kickcharge_sound',0), (1637,11038,'cast_laser_aoe',0), (1638,11039,'cast_lava_rocks',0), (1639,11040,'cast_lense01',0), (1640,11041,'cast_lense02',0), (1641,11042,'cast_light_sound',0), (1642,11043,'cast_mage_aggro_01',0), (1643,11044,'cast_mage_aggro_02',0), (1644,11045,'cast_mage_buff_01',0), (1645,11046,'cast_mage_buff_02',0), (1646,11047,'cast_mage_ddam_01',0), (1647,11048,'cast_mage_ddam_02',0), (1648,11049,'cast_mage_qa_01',0), (1649,11050,'cast_mage_qa_02',0), (1650,11051,'cast_mage_qa_03',0), (1651,11052,'cast_mage_quickzap_01',0), (1652,11053,'cast_mage_quickzap_02',0), (1653,11054,'cast_mage_ready',0), (1654,11055,'cast_mendhands_01',0), (1655,11056,'cast_mendsparkleball_01',0), (1656,11057,'cast_mendsparkleball_02',0), (1657,11058,'cast_mendtrail_01',0), (1658,11059,'cast_mendtrails_01',0), (1659,11060,'cast_mendtwinkles_01',0), (1660,11061,'cast_new_qa_part1',0), (1661,11062,'cast_new_qa_part2',0), (1662,11063,'cast_new_qa_part3',0), (1663,11064,'cast_pdswipe_01_snd',0), (1664,11065,'cast_pfx_magenuke_head',0), (1665,11066,'cast_pillar_sound_01',0), (1666,11067,'cast_pillar_sound_02',0), (1667,11068,'cast_pillar_sound_03',0), (1668,11069,'cast_pillar_sound_04',0), (1669,11070,'cast_pillar_sound_05',0), (1670,11071,'cast_pillars',0), (1671,11074,'cast_priest_aggro_01',0), (1672,11075,'cast_priest_aggro_02',0), (1673,11076,'cast_priest_buff_01',0), (1674,11077,'cast_priest_buff_02',0), (1675,11078,'cast_priest_ddam_01',0), (1676,11079,'cast_priest_ddam_02',0), (1677,11080,'cast_priest_floating',0), (1678,11081,'cast_quickhit_snd',0), (1679,11082,'cast_ready',0), (1680,11083,'cast_rune_sound_01',0), (1681,11084,'cast_rune_sound_02',0), (1682,11085,'cast_rune_sound_03',0), (1683,11086,'cast_rune_sound_04',0), (1684,11087,'cast_shield_grow',0), (1685,11088,'cast_shortbreath',0), (1686,11089,'cast_sneak_sound',0), (1687,11090,'cast_spark_burst_righthand',0), (1688,11091,'cast_sparklewave_01_snd',0), (1689,11092,'cast_sparklewave_02_snd',0), (1690,11093,'cast_sparklewave_03_snd',0), (1691,11094,'cast_sparklewave_04_snd',0), (1692,11095,'cast_sparklewave_05_snd',0), (1693,11096,'cast_startlow_snd',0), (1694,11097,'cast_startthunder_snd',0), (1695,11098,'cast_steam_breath',0), (1696,11099,'cast_summon_end',0), (1697,11100,'cast_summon_loop',0), (1698,11101,'cast_summon_start',0), (1699,11102,'cast_swipe01_snd',0), (1700,11103,'cast_swipe02_snd',0), (1701,11104,'cast_target_det_01',0), (1702,11105,'cast_target_det_02',0), (1703,11106,'cast_target_det_03',0), (1704,11107,'cast_target_detrimental_01',0), (1705,11108,'cast_target_detrimental_02',0), (1706,11109,'cast_targeted_benefical_end',0), (1707,11110,'cast_targeted_benefical_loop',0), (1708,11111,'cast_targeted_benefical_start',0), (1709,11112,'cast_targeted_beneficial_end',0), (1710,11113,'cast_targeted_beneficial_loop',0), (1711,11114,'cast_targeted_beneficial_start',0), (1712,11115,'cast_targeted_detrimental_end',0), (1713,11116,'cast_targeted_detrimental_loop',0), (1714,11117,'cast_targeted_detrimental_start',0), (1715,11118,'cast_targeted_detrimental_start2',0), (1716,11119,'cast_targeted_wand_end',0), (1717,11120,'cast_targeted_wand_loop',0), (1718,11121,'cast_targeted_wand_start',0), (1719,11122,'cast_tarranax_breath',0), (1720,11123,'cast_tarranax_breath_path',0), (1721,11124,'cast_tarranax_breath_start',0), (1722,11125,'cast_thunder_snd',0), (1723,11126,'cast_trail_leftarm_bright',0), (1724,11127,'cast_trail_rightarm_bright',0), (1725,11128,'cast_undertone_snd',0), (1726,11129,'cast_venekors_fire_breath',0), (1727,11130,'cast_wildcharge_sound',0), (1728,11131,'cast_wildswingwindsword_sound',0), (1729,11132,'cast_wuoshi_choking_vines_aoe',0), (1730,11133,'cast_wuoshi_fire_and_ice_aoe',0), (1731,11134,'cast_wuoshi_tree_morph',0), (1732,11135,'cast_zombie_scare',0), (1733,11136,'cchains_resultchains_snd',0), (1734,11137,'cchains_sing_snd',0), (1735,11138,'cf_coins_bounce_background_snd',0), (1736,11139,'cf_coins_bounce_bkgrnd_short_snd',0), (1737,11140,'cf_coins_lots_snd',0), (1738,11141,'cf_coins_many_snd',0), (1739,11142,'cf_coinsfall_snd',0), (1740,11143,'charge',0), (1741,11144,'charge_burst_snd',0), (1742,11145,'charge_rumble_snd',0), (1743,11146,'charge_up',0), (1744,11147,'charge_whoosh_snd',0), (1745,11148,'charm_cast_snd',0), (1746,11149,'charm_flutes_snd',0), (1747,11150,'cheer',0), (1748,11151,'chimney01',0), (1749,11152,'chuckle',0), (1750,11153,'ciseme_m',0), (1751,11154,'cl_catglow_snd',0), (1752,11155,'clear_target_tigger',0), (1753,11156,'clear_target_trigger',0), (1754,11157,'climbing',0), (1755,11158,'climbing_chainmail_stone',0), (1756,11159,'climbing_chainmail_wood',0), (1757,11160,'climbing_enter_down',0), (1758,11161,'climbing_exit_up',0), (1759,11162,'climbing_idle01',0), (1760,11163,'climbing_leather_stone',0), (1761,11164,'climbing_leather_wood',0), (1762,11165,'climbing_metal_stone',0), (1763,11166,'climbing_metal_wood',0), (1764,11167,'climbing_ouch',0), (1765,11168,'closed',0), (1766,11169,'cloud_group_sound',0), (1767,11170,'cloud_sound',0), (1768,11171,'cloud_sound_02',0), (1769,11172,'cloud_widget',0), (1770,11173,'cn_ringout_snd',0), (1771,11174,'cn_strums_snd',0), (1772,11175,'coals01',0), (1773,11176,'coals_failure',0), (1774,11177,'coals_fire_large',0), (1775,11178,'coals_fire_small',0), (1776,11179,'coins_and_jewels_pile',0), (1777,11180,'coins_pile_copper',0), (1778,11181,'coins_pile_gold',0), (1779,11182,'coins_pile_silver',0), (1780,11183,'cold_breath',0), (1781,11184,'comabt_exit',0), (1782,11185,'combat',0), (1783,11186,'combat_backup',0), (1784,11187,'combat_backup_run',0), (1785,11188,'combat_enter',0), (1786,11189,'combat_exit',0), (1787,11190,'combat_fx',0), (1788,11191,'combat_idle',0), (1789,11192,'combat_idle01',0), (1790,11193,'combat_idle1',0), (1791,11194,'combat_idle_bark',0), (1792,11195,'combat_idle_enter',0), (1793,11196,'combat_idle_jump',0), (1794,11197,'combat_idle_rhand',0), (1795,11198,'combat_idle_snap',0), (1796,11199,'combat_idle_sound01',0), (1797,11200,'combat_idle_sound02',0), (1798,11201,'combat_idleflap',0), (1799,11202,'combat_ouch',0), (1800,11203,'combat_ouch_sound',0), (1801,11204,'combat_peace',0), (1802,11205,'combat_run',0), (1803,11206,'combat_strafe_left_run',0), (1804,11207,'combat_strafe_right_run',0), (1805,11208,'combat_tail',0), (1806,11209,'combat_tail_cloak',0), (1807,11210,'combat_turn_left',0), (1808,11211,'combat_turn_right',0), (1809,11212,'combat_walk',0), (1810,11213,'complete',0), (1811,11214,'confused',0), (1812,11220,'converse',0), (1813,11221,'converse_female01',0), (1814,11222,'converse_female02',0), (1815,11223,'converse_female03',0), (1816,11224,'converse_female04',0), (1817,11225,'converse_female05',0), (1818,11226,'converse_female06',0), (1819,11227,'converse_female07',0), (1820,11228,'converse_female08',0), (1821,11229,'converse_female09',0), (1822,11230,'converse_female10',0), (1823,11231,'converse_female11',0), (1824,11232,'converse_female12',0), (1825,11233,'converse_male01',0), (1826,11234,'converse_male02',0), (1827,11235,'converse_male03',0), (1828,11236,'converse_male05',0), (1829,11237,'converse_male06',0), (1830,11238,'converse_male07',0), (1831,11239,'converse_male08',0), (1832,11240,'converse_male09',0), (1833,11241,'converse_male10',0), (1834,11242,'converse_male11',0), (1835,11243,'cooking_failure',0), (1836,11244,'cooking_idle',0), (1837,11245,'cooking_success',0), (1838,11246,'corpse',0), (1839,11247,'cos_call_storm_snd',0), (1840,11248,'cos_storm_space_snd',0), (1841,11249,'cp_charge_snd',0), (1842,11250,'cr_choral01_sound',0), (1843,11251,'cr_choral02_sound',0), (1844,11252,'cracks',0), (1845,11253,'crash_enter',0), (1846,11254,'crash_exit',0), (1847,11255,'crazy',0), (1848,11256,'cringe',0), (1849,11257,'croak_01',0), (1850,11258,'croak_02',0), (1851,11259,'croak_03',0), (1852,11260,'croak_04',0), (1853,11261,'croak_05',0), (1854,11262,'croak_06',0), (1855,11263,'croak_07',0), (1856,11264,'croak_08',0), (1857,11265,'croak_09',0), (1858,11266,'crouch_backup',0), (1859,11267,'crouch_run',0), (1860,11268,'crouch_strafe_left',0), (1861,11269,'crouch_strafe_right',0), (1862,11270,'crouch_tail',0), (1863,11271,'crouch_tail_cloak',0), (1864,11272,'crouch_turn_left',0), (1865,11273,'crouch_turn_right',0), (1866,11274,'crouch_walk',0), (1867,11275,'cry',0), (1868,11276,'cs_begin_snd',0), (1869,11277,'cs_cast_lp_snd',0), (1870,11278,'cs_disco_lp01_snd',0), (1871,11279,'cs_end_snd',0), (1872,11280,'cs_ice_crackle_01',0), (1873,11281,'cs_iceburst_sound',0), (1874,11282,'cs_icetones_01',0), (1875,11283,'cs_icewind_sound',0), (1876,11284,'cs_result_sound',0), (1877,11285,'curse',0), (1878,11286,'curtsey',0), (1879,11287,'cutthroat',0), (1880,11288,'cv_candle01_snd',0), (1881,11289,'cv_candle02_snd',0), (1882,11290,'cv_darkcandle_snd',0), (1883,11291,'cv_drone_snd',0), (1884,11292,'cv_handwave01_snd',0), (1885,11293,'cv_handwave02_snd',0), (1886,11294,'damage01',0), (1887,11295,'damage02',0), (1888,11296,'damage03',0), (1889,11297,'damage_small',0), (1890,11298,'dance',0), (1891,11299,'dance01',0), (1892,11300,'dark_smoke',0), (1893,11301,'dark_smoke_up',0), (1894,11302,'db_drone_sound',0), (1895,11303,'db_electricend_sound',0), (1896,11304,'db_swordstickdirt_sound',0), (1897,11305,'dbb_dragonbreath_snd',0), (1898,11306,'dbb_dragonbreathhiwav_snd',0), (1899,11307,'dcs_scarab_lp_snd',0), (1900,11308,'dcspid_spider_snd',0), (1901,11309,'dead_dark_smoke',0), (1902,11310,'dead_dark_smoke_head',0), (1903,11311,'dead_enter_death02',0), (1904,11312,'dead_enter_death03',0), (1905,11313,'dead_enter_fall',0), (1906,11314,'dead_enter_scream',0), (1907,11315,'dead_enter_sound',0), (1908,11316,'dead_entertiming_a',0), (1909,11317,'dead_entertiming_b',0), (1910,11318,'dead_entertiming_c',0), (1911,11319,'dead_entertiming_c2',0), (1912,11320,'dead_entertiming_c3',0), (1913,11321,'dead_entertiming_d',0), (1914,11322,'dead_entertiming_e',0), (1915,11323,'dead_exit',0), (1916,11324,'dead_fall',0), (1917,11325,'dead_scream01',0), (1918,11326,'dead_scream02',0), (1919,11327,'dead_tail',0), (1920,11328,'death_fall01',0), (1921,11329,'death_fall02',0), (1922,11330,'default',0), (1923,11331,'defensive_buff',0), (1924,11332,'definsive_buff',0), (1925,11333,'descend_sound_01',0), (1926,11334,'design_fear_gate_flash',0), (1927,11335,'design_fireflies',0), (1928,11336,'design_fireflies_evil',0), (1929,11337,'design_hearts_all',0), (1930,11338,'design_hearts_big_all',0), (1931,11339,'design_hearts_big_blue',0), (1932,11340,'design_hearts_big_purple',0), (1933,11341,'design_hearts_big_red',0), (1934,11342,'design_hearts_blue',0), (1935,11343,'design_hearts_purple',0), (1936,11344,'design_hearts_red',0), (1937,11345,'design_hummingbirds',0), (1938,11346,'design_portal_to_hell',0), (1939,11347,'design_result_backdraft',0), (1940,11348,'design_result_cyclone_sand',0), (1941,11349,'design_result_cyclone_sand_ccw',0), (1942,11350,'design_result_freeport_pit_fire_spurt',0), (1943,11351,'design_result_fungusman_poked',0), (1944,11352,'design_result_halloween_fog',0), (1945,11353,'design_result_light_shafts',0), (1946,11354,'design_result_sparkle_scan_up',0), (1947,11355,'design_result_teleporter',0), (1948,11356,'design_smoke_jet_brown',0), (1949,11357,'design_smoke_jet_brown_int',0), (1950,11358,'design_smoke_jet_gray',0), (1951,11359,'design_smoke_jet_gray_int',0), (1952,11360,'design_smoke_jet_white',0), (1953,11361,'design_smoke_jet_white_int',0), (1954,11362,'design_sound_blow',0), (1955,11363,'design_sound_bubble',0), (1956,11364,'design_sound_steam',0), (1957,11365,'design_steamfont_bubbles_ripples',0), (1958,11366,'design_steamfont_rainbow',0), (1959,11367,'design_steamfont_slow_steam',0), (1960,11368,'design_steamfont_steam_column',0), (1961,11369,'design_steamfont_steam_tube_a',0), (1962,11370,'design_steamfont_steam_tube_b',0), (1963,11371,'design_steamfont_water_column',0), (1964,11372,'design_teleport_spires',0), (1965,11373,'design_trap_spear',0), (1966,11374,'design_trap_weight',0), (1967,11375,'design_vision_plane_druid_ring',0), (1968,11376,'design_vortex_portal_blue',0), (1969,11377,'design_vortex_portal_green',0), (1970,11378,'design_vortex_portal_oval_blue',0), (1971,11379,'destination',0), (1972,11380,'destroy',0), (1973,11381,'destroyed',0), (1974,11382,'df_charge_sound',0), (1975,11383,'df_hit_sound',0), (1976,11384,'df_impact_sound',0), (1977,11385,'df_vortex_sound',0), (1978,11386,'dieyell',0), (1979,11387,'dig',0), (1980,11388,'dig_enter',0), (1981,11389,'dig_exit',0), (1982,11390,'dig_loop',0), (1983,11391,'ding',0), (1984,11392,'disarm_both',0), (1985,11393,'disarm_left',0), (1986,11394,'disarm_right',0), (1987,11395,'disease',0), (1988,11396,'dm_backgroundexplosions_snd',0), (1989,11397,'dm_dragonform_snd',0), (1990,11398,'dm_energyforce_snd',0), (1991,11399,'dodge',0), (1992,11400,'dodge01',0), (1993,11401,'dodge02',0), (1994,11402,'dodge03',0), (1995,11403,'dodge1',0), (1996,11404,'dodge2',0), (1997,11405,'dodge3',0), (1998,11406,'dodge_backhand',0), (1999,11407,'dodge_down',0), (2000,11408,'dodge_forehand',0), (2001,11409,'dodge_thrust',0), (2002,11410,'doh',0), (2003,11411,'door_move',0), (2004,11412,'door_slam',0), (2005,11413,'doorcorner01',0), (2006,11414,'doorcorner02',0), (2007,11415,'doubletake',0), (2008,11416,'dpsd_swordshatter.wav_snd',0), (2009,11417,'dragon_e3demo',0), (2010,11418,'draw_metal_weapon_snd',0), (2011,11419,'draw_weapon_snd',0), (2012,11420,'draw_weapon_trigger',0), (2013,11421,'drinking_failure',0), (2014,11422,'drinking_idle',0), (2015,11423,'drinking_success',0), (2016,11424,'drip01',0), (2017,11425,'drip02',0), (2018,11426,'dronewolf_sound',0), (2019,11427,'drum_drone_snd',0), (2020,11428,'drum_drum_snd',0), (2021,11429,'ds_dragonspawn_sound',0), (2022,11430,'ds_gashiss_snd',0), (2023,11433,'dual_wield_attack_recoil',0), (2024,11434,'dual_wield_attack_recoil01',0), (2025,11435,'dual_wield_attack_recoil02',0), (2026,11436,'dual_wield_attack_recoil03',0), (2027,11437,'dual_wield_backup',0), (2028,11438,'dual_wield_defensive_buff',0), (2029,11439,'dual_wield_dodge_backhand',0), (2030,11440,'dual_wield_dodge_down',0), (2031,11441,'dual_wield_dodge_forehand',0), (2032,11442,'dual_wield_dodge_thrust',0), (2033,11443,'dual_wield_enter',0), (2034,11444,'dual_wield_exit',0), (2035,11445,'dual_wield_feint',0), (2036,11446,'dual_wield_knockdowntoknees',0), (2037,11447,'dual_wield_knockedtoback',0), (2038,11448,'dual_wield_knockedtoback_getup',0), (2039,11449,'dual_wield_offensive_buff',0), (2040,11450,'dual_wield_ouch_backhand',0), (2041,11451,'dual_wield_ouch_down',0), (2042,11452,'dual_wield_ouch_forehand',0), (2043,11453,'dual_wield_ouch_thrust',0), (2044,11454,'dual_wield_parry_backhand',0), (2045,11455,'dual_wield_parry_down',0), (2046,11456,'dual_wield_parry_forehand',0), (2047,11457,'dual_wield_parry_thrust',0), (2048,11458,'dual_wield_strafe_left',0), (2049,11459,'dual_wield_strafe_right',0), (2050,11460,'dual_wield_super_buff',0), (2051,11461,'dual_wield_taunt_combat_art',0), (2052,11462,'dual_wield_walk',0), (2053,11463,'duck',0), (2054,11464,'duck_short',0), (2055,11465,'dust_base',0), (2056,11466,'dust_holster_center',0), (2057,11467,'dust_holster_left',0), (2058,11468,'dust_holster_right',0), (2059,11469,'dust_leftfoot',0), (2060,11470,'dust_lefttfoot',0), (2061,11471,'dust_puff',0), (2062,11472,'dust_rightfoot',0), (2063,11473,'dust_righttfoot',0), (2064,11474,'dw_snap_snd',0), (2065,11475,'e',0), (2066,11476,'eat',0), (2067,11477,'ef_cast_chains_lp_snd',0), (2068,11478,'ef_chains_snd',0), (2069,11479,'elbow',0), (2070,11480,'electric_shackles_softer_sound',0), (2071,11481,'electric_shackles_sound',0), (2072,11482,'end_snarl_sound',0), (2073,11483,'endsplat',0), (2074,11484,'enter',0), (2075,11485,'es_flutecast_sound',0), (2076,11486,'es_fluteresult_sound',0), (2077,11487,'ew_castlp_snd',0), (2078,11488,'explode01',0), (2079,11489,'explode02',0), (2080,11490,'explode03',0), (2081,11491,'explode_big',0), (2082,11492,'explosion',0), (2083,11493,'eye_beam',0), (2084,11494,'eye_beam_red_blue',0), (2085,11495,'eyes',0), (2086,11496,'f',0), (2087,11497,'face_combat',0), (2088,11498,'face_idle',0), (2089,11499,'facial_frown',0), (2090,11500,'facial_smile',0), (2091,11501,'fae_dance_spark_sphere',0), (2092,11502,'fae_silvani_transformation',0), (2093,11503,'failure01',0), (2094,11504,'failure02',0), (2095,11505,'fall_enter',0), (2096,11506,'fall_idle',0), (2097,11507,'fall_moving',0), (2098,11508,'fall_sequence',0), (2099,11509,'fb_froggy01_snd',0), (2100,11510,'fb_froggyform_snd',0), (2101,11511,'fb_ice_explode_sound',0), (2102,11512,'fbb_charge_snd',0), (2103,11513,'fbb_crunches_snd',0), (2104,11514,'fbb_explode_snd',0), (2105,11515,'fbd_charge01_snd',0), (2106,11516,'fbd_impact_snd',0), (2107,11517,'fbd_precharge_snd',0), (2108,11518,'fd_distort02_snd',0), (2109,11519,'fd_distort_end_snd',0), (2110,11520,'fd_distort_low_snd',0), (2111,11521,'fd_distort_snd',0), (2112,11522,'feint',0), (2113,11523,'ff_explode_lp_snd',0), (2114,11524,'ff_lasercloud_lp_snd',0), (2115,11525,'fgdt_dust_snd',0), (2116,11526,'fh_cast_sparkles_snd',0), (2117,11527,'fh_end_body_fall_snd',0), (2118,11528,'fh_flames_snd',0), (2119,11529,'fh_hammer_appear_02_snd',0), (2120,11530,'fh_hammer_appear_snd',0), (2121,11531,'fh_hammer_impact_snd',0), (2122,11532,'fh_hammer_whoosh_snd',0), (2123,11533,'fire',0), (2124,11534,'fire01',0), (2125,11535,'fire02',0), (2126,11536,'fire_breath',0), (2127,11537,'fire_loop',0), (2128,11538,'fireblast',0), (2129,11539,'fishing_cast',0), (2130,11540,'fishing_fight',0), (2131,11541,'fishing_reel_in',0), (2132,11542,'fizzle',0), (2133,11543,'fkd_impact_sound',0), (2134,11544,'fkd_kneebreak_sound',0), (2135,11545,'fl_bckgrnd_snd',0), (2136,11546,'fl_lash_snd',0), (2137,11547,'fl_whiphit_snd',0), (2138,11548,'flames_sound',0), (2139,11549,'flash_blue',0), (2140,11550,'flash_green',0), (2141,11551,'flash_red',0), (2142,11552,'flash_yellow',0), (2143,11553,'flee',0), (2144,11554,'flex',0), (2145,11555,'flight_path',0), (2146,11556,'flingpoo',0), (2147,11557,'flirt',0), (2148,11558,'flustered',0), (2149,11559,'fly',0), (2150,11560,'fly_attack',0), (2151,11561,'fly_attack_bite',0), (2152,11562,'fly_attack_breath',0), (2153,11563,'fly_attack_breath_arc',0), (2154,11564,'fly_dive',0), (2155,11565,'fly_glide',0), (2156,11566,'fly_glide2',0), (2157,11567,'fly_idle',0), (2158,11568,'fly_in',0), (2159,11569,'fly_ouch',0), (2160,11570,'fly_run',0), (2161,11571,'fmba_breathattack_snd',0), (2162,11572,'foostep_trigger',0), (2163,11573,'foot_dust_left',0), (2164,11574,'foot_dust_right',0), (2165,11575,'foot_shake',0), (2166,11576,'footste_trigger',0), (2167,11577,'footstep',0), (2168,11578,'footstep_chainmail_carpet',0), (2169,11579,'footstep_chainmail_dirt',0), (2170,11580,'footstep_chainmail_grass',0), (2171,11581,'footstep_chainmail_gravel',0), (2172,11582,'footstep_chainmail_ice',0), (2173,11583,'footstep_chainmail_metal',0), (2174,11584,'footstep_chainmail_mud',0), (2175,11585,'footstep_chainmail_sand',0), (2176,11586,'footstep_chainmail_snow',0), (2177,11587,'footstep_chainmail_stone',0), (2178,11588,'footstep_chainmail_water',0), (2179,11589,'footstep_chainmail_wood',0), (2180,11590,'footstep_leather_carpet',0), (2181,11591,'footstep_leather_dirt',0), (2182,11592,'footstep_leather_grass',0), (2183,11593,'footstep_leather_gravel',0), (2184,11594,'footstep_leather_ice',0), (2185,11595,'footstep_leather_metal',0), (2186,11596,'footstep_leather_mud',0), (2187,11597,'footstep_leather_sand',0), (2188,11598,'footstep_leather_snow',0), (2189,11599,'footstep_leather_stone',0), (2190,11600,'footstep_leather_water',0), (2191,11601,'footstep_leather_wood',0), (2192,11602,'footstep_metal_carpet',0), (2193,11603,'footstep_metal_dirt',0), (2194,11604,'footstep_metal_grass',0), (2195,11605,'footstep_metal_gravel',0), (2196,11606,'footstep_metal_ice',0), (2197,11607,'footstep_metal_metal',0), (2198,11608,'footstep_metal_mud',0), (2199,11609,'footstep_metal_sand',0), (2200,11610,'footstep_metal_snow',0), (2201,11611,'footstep_metal_stone',0), (2202,11612,'footstep_metal_water',0), (2203,11613,'footstep_metal_wood',0), (2204,11614,'footstep_trigger',0), (2205,11615,'forest_flare',0), (2206,11616,'forestry_chopping',0), (2207,11617,'four_rings',0), (2208,11618,'four_rings_fail',0), (2209,11619,'frog_attack_01',0), (2210,11620,'frog_hit',0), (2211,11621,'frog_ouch',0), (2212,11622,'frog_squish_01',0), (2213,11623,'frog_squish_02',0), (2214,11624,'frog_squish_03',0), (2215,11625,'frog_tongue_01',0), (2216,11626,'frog_tongueslime_01',0), (2217,11627,'frog_whoosh_01',0), (2218,11628,'frustrated',0), (2219,11629,'fs_cast_flame_snd',0), (2220,11630,'fs_endfire_snd',0), (2221,11631,'fs_firefall_snd',0), (2222,11632,'fs_whoosh_snd',0), (2223,11633,'fullcurtsey',0), (2224,11634,'fusion_bubbly_snd',0), (2225,11635,'fusion_cast_snd',0), (2226,11636,'gc_boneburs_snd',0), (2227,11637,'gc_castcharge_snd',0), (2228,11638,'gc_result_snd',0), (2229,11639,'gc_screams_snd',0), (2230,11640,'gem_glow',0), (2231,11641,'gemsparkle',0), (2232,11642,'gemsparkle_fail1',0), (2233,11643,'gemsparkle_fail2',0), (2234,11644,'gemsparkle_go',0), (2235,11645,'ghost_carpet',0), (2236,11646,'ghost_die',0), (2237,11647,'ghost_loop',0), (2238,11648,'giggle',0), (2239,11649,'glare',0), (2240,11650,'glide',0), (2241,11651,'glow',0), (2242,11652,'glow_top',0), (2243,11653,'go',0), (2244,11654,'go_down',0), (2245,11655,'green_fire',0), (2246,11656,'green_smoke',0), (2247,11657,'griffin_idle',0), (2248,11658,'griffin_run',0), (2249,11659,'griffin_walk',0), (2250,11660,'group_chargeswordglint_sound',0), (2251,11661,'group_cloud_sound',0), (2252,11662,'group_electricend_sound',0), (2253,11663,'grumble',0), (2254,11664,'gutcramp',0), (2255,11665,'gw_chargeup_snd',0), (2256,11666,'gw_grantwish_snd',0), (2257,11667,'gw_impact_sound',0), (2258,11668,'happy',0), (2259,11669,'harpy_fire_snd',0), (2260,11670,'harpy_spin_snd',0), (2261,11671,'haste_sparkles_snd',0), (2262,11672,'haste_swirl_snd',0), (2263,11673,'haste_swords_snd',0), (2264,11674,'head_tracking_off_trigger',0), (2265,11675,'hearnoevil',0), (2266,11676,'heartattack',0), (2267,11677,'heat_shimmer',0), (2268,11678,'heavydamage_enter',0), (2269,11679,'heavydamage_idle',0), (2270,11680,'heckno',0), (2271,11681,'heelclick',0), (2272,11682,'hello',0), (2273,11683,'heroic_sound',0), (2274,11684,'hide',0), (2275,11685,'hide_melee_projectile_trigger',0), (2276,11686,'hit_02',0), (2277,11687,'hit_chainmail_snd',0), (2278,11688,'hit_cloth_snd',0), (2279,11689,'hit_leather_snd',0), (2280,11690,'hit_metal_chainmail_snd',0), (2281,11691,'hit_metal_cloth_snd',0), (2282,11692,'hit_metal_leather_snd',0), (2283,11693,'hit_metal_metal_snd',0), (2284,11694,'hit_metal_skin_snd',0), (2285,11695,'hit_metal_snd',0), (2286,11696,'hit_shake',0), (2287,11697,'hit_skin_chainmail_snd',0), (2288,11698,'hit_skin_cloth_snd',0), (2289,11699,'hit_skin_leather_snd',0), (2290,11700,'hit_skin_metal_snd',0), (2291,11701,'hit_skin_skin_snd',0), (2292,11702,'hit_skin_snd',0), (2293,11703,'hit_snd',0), (2294,11704,'hit_target_tigger',0), (2295,11705,'hit_target_trigger',0), (2296,11706,'hit_wood_chainmail_snd',0), (2297,11707,'hit_wood_cloth_snd',0), (2298,11708,'hit_wood_leather_snd',0), (2299,11709,'hit_wood_metal_snd',0), (2300,11710,'hit_wood_skin_snd',0), (2301,11711,'hitonhead_sound',0), (2302,11712,'horse_fall',0), (2303,11713,'horse_jump',0), (2304,11714,'horse_land',0), (2305,11715,'horse_run',0), (2306,11716,'horse_tail',0), (2307,11717,'horse_walk',0), (2308,11718,'howl',0), (2309,11719,'hr_ghost_gallop_snd',0), (2310,11720,'hr_whiney_snd',0), (2311,11721,'hrb_endruneblur_sound',0), (2312,11722,'hro_heal_snd',0), (2313,11723,'hro_runeorbit_snd',0), (2314,11724,'hungry',0), (2315,11725,'ic_fragments_snd',0), (2316,11726,'ic_ice_bkgrnd_sound',0), (2317,11727,'ic_ice_spike_sound',0), (2318,11728,'idle03',0), (2319,11729,'idle04',0), (2320,11730,'idle_01',0), (2321,11731,'idle_bark',0), (2322,11732,'idle_break',0), (2323,11733,'idle_e3',0), (2324,11734,'idle_pant',0), (2325,11735,'idle_sniff',0), (2326,11736,'idle_snort',0), (2327,11737,'idle_static',0), (2328,11738,'idle_step',0), (2329,11739,'idle_vocal',0), (2330,11740,'idletiming_a',0), (2331,11741,'idletiming_b',0), (2332,11742,'idletiming_c',0), (2333,11743,'idletiming_d',0), (2334,11744,'idletiming_e',0), (2335,11745,'idletiming_g',0), (2336,11746,'idletiming_h',0), (2337,11747,'idletiming_i',0), (2338,11748,'ignite_weapon_sh',0), (2339,11749,'ilt_tap_snd',0), (2340,11750,'inhale',0), (2341,11752,'int_cast_lp_snd',0), (2342,11753,'int_cast_sparkles_lp',0), (2343,11754,'int_float_sound',0), (2344,11755,'int_intglow_sound',0), (2345,11756,'itch',0), (2346,11757,'jump',0), (2347,11758,'jump_moving',0), (2348,11759,'jump_substitute',0), (2349,11760,'kettle01',0), (2350,11761,'kick',0), (2351,11762,'kiss',0), (2352,11763,'knockdown_attack',0), (2353,11764,'knockdowntoknees',0), (2354,11765,'knockdowntokness',0), (2355,11766,'knockdwontoknees',0), (2356,11767,'knockedtoback',0), (2357,11768,'knockedtoback_getup',0), (2358,11769,'knockedtoback_onbackidle',0), (2359,11770,'knockedtoknees',0), (2360,11771,'knockedtokness',0), (2361,11772,'knocktoknees',0), (2362,11773,'l',0), (2363,11774,'la_lion_roar_02_snd',0), (2364,11775,'la_lion_roar_snd',0), (2365,11776,'land',0), (2366,11777,'land_thud',0), (2367,11778,'landing',0), (2368,11779,'launch_melee_projectile_trigger',0), (2369,11780,'lb2_zap_snd',0), (2370,11781,'lb_cloud_sound',0), (2371,11782,'lb_volts_sound',0), (2372,11783,'leatherworking_failure',0), (2373,11784,'leatherworking_idle',0), (2374,11785,'leatherworking_success',0), (2375,11786,'left_hand_fist',0), (2376,11787,'left_hand_relaxed',0), (2377,11788,'level_up3d_sound',0), (2378,11789,'light_torch',0), (2379,11790,'lightdamage_enter',0), (2380,11791,'lightdamage_idle',0), (2381,11792,'lightning_spheres',0), (2382,11793,'listen',0), (2383,11794,'long_fall',0), (2384,11795,'long_fall_moving',0), (2385,11796,'lookaway',0), (2386,11797,'lr_castlion_snd',0), (2387,11798,'lr_growl_snd',0), (2388,11799,'lt_suck2_snd',0), (2389,11800,'lt_suck_snd',0), (2390,11801,'lucan_lightning_bolt',0), (2391,11802,'lvlup_achievment_snd',0), (2392,11803,'m',0), (2393,11804,'mc_castend_snd',0), (2394,11805,'mc_castopen_snd',0), (2395,11806,'mc_manna_channel_snd',0), (2396,11807,'mc_resultwhip_snd',0), (2397,11808,'mcp_shield',0), (2398,11809,'mediumdamage_enter',0), (2399,11810,'mediumdamage_idle',0), (2400,11811,'metalworking_failure',0), (2401,11812,'metalworking_idle',0), (2402,11813,'metalworking_success',0), (2403,11814,'miss_target_tigger',0), (2404,11815,'miss_target_trigger',0), (2405,11816,'molten_metal',0), (2406,11817,'monk_attack_recoil',0), (2407,11818,'monk_attack_recoil01',0), (2408,11819,'monk_attack_recoil02',0), (2409,11820,'monk_attack_recoil03',0), (2410,11821,'monk_backup',0), (2411,11822,'monk_charge_up',0), (2412,11823,'monk_defensive_buff',0), (2413,11824,'monk_dodge_forehand',0), (2414,11825,'monk_dodge_thrust',0), (2415,11826,'monk_enter',0), (2416,11827,'monk_exit',0), (2417,11828,'monk_feint',0), (2418,11829,'monk_idle01',0), (2419,11830,'monk_kick',0), (2420,11831,'monk_kick_flying',0), (2421,11832,'monk_kick_spin',0), (2422,11833,'monk_knockdowntoknees',0), (2423,11834,'monk_knockedtoback',0), (2424,11835,'monk_knockedtoback_getup',0), (2425,11836,'monk_offensive_buff',0), (2426,11837,'monk_ouch_backhand',0), (2427,11838,'monk_ouch_down',0), (2428,11839,'monk_ouch_forehand',0), (2429,11840,'monk_ouch_thrust',0), (2430,11841,'monk_parry_backhand',0), (2431,11842,'monk_parry_down',0), (2432,11843,'monk_parry_forehand',0), (2433,11844,'monk_parry_thrust',0), (2434,11845,'monk_strafe_left',0), (2435,11846,'monk_strafe_right',0), (2436,11847,'monk_super_buff',0), (2437,11848,'monk_taunt_combat_art',0), (2438,11849,'monk_walk',0), (2439,11850,'monk_whirling_attack',0), (2440,11851,'mood_afraid',0), (2441,11852,'mood_angry',0), (2442,11853,'mood_combat',0), (2443,11854,'mood_happy',0), (2444,11855,'mood_idle',0), (2445,11856,'mood_sad',0), (2446,11857,'mood_tired',0), (2447,11858,'moon',0), (2448,11859,'mount',0), (2449,11860,'mr_chomp',0), (2450,11861,'mr_curl',0), (2451,11862,'mr_death_yell',0), (2452,11863,'mr_fall',0), (2453,11864,'mr_growl',0), (2454,11865,'mr_land',0), (2455,11866,'mr_ouch_01',0), (2456,11867,'mr_run_01',0), (2457,11868,'myst_caststars_snd',0), (2458,11869,'myst_caststarsresult_snd',0), (2459,11870,'myst_stars_snd',0), (2460,11871,'nb_burn_01_snd',0), (2461,11872,'nb_burst_02_snd',0), (2462,11873,'nb_burst_snd',0), (2463,11874,'nb_castmagic_snd',0), (2464,11875,'nb_handsparks_long_snd',0), (2465,11876,'nb_handsparks_louder_snd',0), (2466,11877,'nb_handsparks_snd',0), (2467,11878,'nbgroup_castmagic_snd',0), (2468,11879,'needle01',0), (2469,11880,'neener',0), (2470,11881,'no',0), (2471,11882,'nod',0), (2472,11883,'o',0), (2473,11884,'off_combat',0), (2474,11885,'off_enter',0), (2475,11886,'off_exit',0), (2476,11887,'off_idle',0), (2477,11888,'off_peace',0), (2478,11889,'off_sit',0), (2479,11890,'offensive_buff',0), (2480,11891,'one_ring',0), (2481,11892,'one_ring_fail',0), (2482,11893,'oov_bubbles_snd',0), (2483,11894,'oov_effect_short_snd',0), (2484,11895,'oov_effect_snd',0), (2485,11896,'oov_heal_snd',0), (2486,11897,'open',0), (2487,11898,'open_coins_and_jewels',0), (2488,11899,'open_coins_copper',0), (2489,11900,'open_coins_gold',0), (2490,11901,'open_coins_silver',0), (2491,11902,'open_glow',0), (2492,11903,'opened',0), (2493,11904,'opened_coins_and_jewels',0), (2494,11905,'opened_coins_copper',0), (2495,11906,'opened_coins_gold',0), (2496,11907,'opened_coins_silver',0), (2497,11908,'opened_glow',0), (2498,11909,'orate',0), (2499,11910,'other_idle',0), (2500,11911,'ouch',0), (2501,11912,'ouch+forehand',0), (2502,11913,'ouch01',0), (2503,11914,'ouch01_01',0), (2504,11915,'ouch02',0), (2505,11916,'ouch02_01',0), (2506,11917,'ouch03',0), (2507,11918,'ouch03_01',0), (2508,11919,'ouch04',0), (2509,11920,'ouch_01',0), (2510,11921,'ouch_backhand',0), (2511,11922,'ouch_backhand_01',0), (2512,11923,'ouch_bakchand',0), (2513,11924,'ouch_big',0), (2514,11925,'ouch_chips',0), (2515,11926,'ouch_down',0), (2516,11927,'ouch_down_01',0), (2517,11928,'ouch_forehand',0), (2518,11929,'ouch_forehand_01',0), (2519,11930,'ouch_fx',0), (2520,11931,'ouch_fx2',0), (2521,11932,'ouch_headshake01',0), (2522,11933,'ouch_medium',0), (2523,11934,'ouch_medium_big',0), (2524,11935,'ouch_oil_drip',0), (2525,11936,'ouch_parts',0), (2526,11937,'ouch_roar01',0), (2527,11938,'ouch_scream',0), (2528,11939,'ouch_small',0), (2529,11940,'ouch_sound',0), (2530,11941,'ouch_spurt_chest',0), (2531,11942,'ouch_spurt_pelvis',0), (2532,11943,'ouch_tail',0), (2533,11944,'ouch_tail02',0), (2534,11945,'ouch_thrust',0), (2535,11946,'ouch_thrust_01',0), (2536,11947,'ouchdown',0), (2537,11948,'ouchtiming_a',0), (2538,11949,'ouchtiming_b',0), (2539,11950,'ouchtiming_c',0), (2540,11951,'oven_door',0), (2541,11952,'overhere',0), (2542,11953,'parry',0), (2543,11954,'parry01',0), (2544,11955,'parry02',0), (2545,11956,'parry03',0), (2546,11957,'parry_metal_metal_snd',0), (2547,11958,'parry_metal_skin_snd',0), (2548,11959,'parry_metal_wood_snd',0), (2549,11960,'parry_skin_metal_snd',0), (2550,11961,'parry_skin_skin_snd',0), (2551,11962,'parry_skin_wood_snd',0), (2552,11963,'parry_snd',0), (2553,11964,'parry_target_tigger',0), (2554,11965,'parry_target_trigger',0), (2555,11966,'parry_wood_metal_snd',0), (2556,11967,'parry_wood_skin_snd',0), (2557,11968,'parry_wood_wood_snd',0), (2558,11969,'particle_mood_combat',0), (2559,11970,'particle_mood_dead',0), (2560,11971,'particle_mood_peace',0), (2561,11972,'pbae_divine_snd',0), (2562,11973,'peace_combat',0), (2563,11974,'peace_fx',0), (2564,11975,'peace_off',0), (2565,11976,'peer',0), (2566,11977,'pen01',0), (2567,11978,'pf_endsplash_snd',0), (2568,11979,'pf_pwrcast_snd',0), (2569,11980,'pf_pwrrslt_snd',0), (2570,11981,'pike_attack03',0), (2571,11982,'pike_attack04',0), (2572,11983,'pike_attack_recoil',0), (2573,11984,'pike_attack_recoil01',0), (2574,11985,'pike_attack_recoil02',0), (2575,11986,'pike_attack_recoil03',0), (2576,11987,'pike_backup',0), (2577,11988,'pike_charge_up',0), (2578,11989,'pike_death_blow',0), (2579,11990,'pike_defensive_buff',0), (2580,11991,'pike_dodge_backhand',0), (2581,11992,'pike_dodge_down',0), (2582,11993,'pike_dodge_forehand',0), (2583,11994,'pike_dodge_thrust',0), (2584,11995,'pike_enter',0), (2585,11996,'pike_exit',0), (2586,11997,'pike_feint',0), (2587,11998,'pike_idle01',0), (2588,11999,'pike_knockdowntoknees',0), (2589,12000,'pike_knockedtoback',0), (2590,12001,'pike_knockedtoback_getup',0), (2591,12002,'pike_offensive_buff',0), (2592,12003,'pike_ouch01_backhand',0), (2593,12004,'pike_ouch02_down',0), (2594,12005,'pike_ouch_backhand',0), (2595,12006,'pike_ouch_down',0), (2596,12007,'pike_ouch_forehand',0), (2597,12008,'pike_ouch_thrust',0), (2598,12009,'pike_parry_backhand',0), (2599,12010,'pike_parry_down',0), (2600,12011,'pike_parry_forehand',0), (2601,12012,'pike_parry_thrust',0), (2602,12013,'pike_strafe_left',0), (2603,12014,'pike_strafe_right',0), (2604,12015,'pike_super_buff',0), (2605,12016,'pike_taunt',0), (2606,12017,'pike_walk',0), (2607,12018,'pl_lightning_01_snd',0), (2608,12019,'pl_lightning_02_snd',0), (2609,12020,'pl_lightning_03_snd',0), (2610,12021,'pl_warp_01_snd',0), (2611,12022,'planer',0), (2612,12023,'plummet',0), (2613,12024,'pn_castflute_sound',0), (2614,12025,'pn_resultflute_sound',0), (2615,12026,'pof_batdrone_snd',0), (2616,12027,'pof_casttone_snd',0), (2617,12028,'point',0), (2618,12029,'point_right',0), (2619,12030,'ponder',0), (2620,12031,'pout',0), (2621,12032,'pp_casthi_snd',0), (2622,12033,'pp_stab_snd',0), (2623,12034,'ps_caststream_snd',0), (2624,12035,'ps_resultfx_snd',0), (2625,12036,'pugilist_attack01',0), (2626,12037,'pugilist_attack03',0), (2627,12038,'pugilist_attack_recoil',0), (2628,12039,'pugilist_attack_recoil01',0), (2629,12040,'pugilist_attack_recoil02',0), (2630,12041,'pugilist_attack_recoil03',0), (2631,12042,'pugilist_backup',0), (2632,12043,'pugilist_charge_up',0), (2633,12044,'pugilist_defensive_buff',0), (2634,12045,'pugilist_dodge',0), (2635,12046,'pugilist_dodge01',0), (2636,12047,'pugilist_dodge02',0), (2637,12048,'pugilist_dodge_backhand',0), (2638,12049,'pugilist_dodge_down',0), (2639,12050,'pugilist_dodge_forehand',0), (2640,12051,'pugilist_dodge_thrust',0), (2641,12052,'pugilist_enter',0), (2642,12053,'pugilist_exit',0), (2643,12054,'pugilist_feint',0), (2644,12055,'pugilist_knockdowntoknees',0), (2645,12056,'pugilist_knockedtoback',0), (2646,12057,'pugilist_knockedtoback_getup',0), (2647,12058,'pugilist_offensive_buff',0), (2648,12059,'pugilist_ouch',0), (2649,12060,'pugilist_ouch01',0), (2650,12061,'pugilist_ouch_backhand',0), (2651,12062,'pugilist_ouch_down',0), (2652,12063,'pugilist_ouch_forehand',0), (2653,12064,'pugilist_ouch_thrust',0), (2654,12065,'pugilist_parry',0), (2655,12066,'pugilist_parry_backhand',0), (2656,12067,'pugilist_parry_down',0), (2657,12068,'pugilist_parry_forehand',0), (2658,12069,'pugilist_parry_thrust',0), (2659,12070,'pugilist_recoil',0), (2660,12071,'pugilist_strafe_left',0), (2661,12072,'pugilist_strafe_right',0), (2662,12073,'pugilist_super_buff',0), (2663,12074,'pugilist_taunt',0), (2664,12075,'pugilist_walk',0), (2665,12076,'pv_pet_victory_snd',0), (2666,12077,'quality_down',0), (2667,12078,'quality_up',0), (2668,12079,'quest_complete',0), (2669,12080,'rain',0), (2670,12081,'raisehand',0), (2671,12082,'rays',0), (2672,12083,'rb_p2pcast_snd',0), (2673,12084,'rb_p2pstream_snd',0), (2674,12085,'rc_leaves_01_snd',0), (2675,12086,'rc_roots_grow_01_snd',0), (2676,12087,'rct_endblast_sound',0), (2677,12088,'rct_endtones_sound',0), (2678,12089,'rebirth_sound_01',0), (2679,12090,'red_nose',0), (2680,12091,'resilt_end_sound',0), (2681,12092,'rest',0), (2682,12093,'result_bladebarrier',0), (2683,12094,'result_camera_shake2_snd',0), (2684,12095,'result_camera_shake_snd',0), (2685,12096,'result_chain_lightning_p2p',0), (2686,12097,'result_charge1_sh',0), (2687,12098,'result_charge_sh',0), (2688,12099,'result_copter_flamethrower',0), (2689,12100,'result_dawn_rising',0), (2690,12101,'result_dragon_fire_spiral',0), (2691,12102,'result_dragon_shield_fire',0), (2692,12103,'result_dragon_shield_lightning',0), (2693,12104,'result_dragon_shield_lightning_02a',0), (2694,12105,'result_dragon_shield_lightning_02b',0), (2695,12106,'result_dragon_shield_lightning_02c',0), (2696,12107,'result_dust_blast_heavy',0), (2697,12108,'result_feather_explosion',0), (2698,12109,'result_flash_dragon',0), (2699,12110,'result_fog',0), (2700,12111,'result_fog_low',0), (2701,12112,'result_fog_low_small',0), (2702,12113,'result_fog_poison',0), (2703,12114,'result_fog_poison_4x10',0), (2704,12115,'result_fog_poison_low',0), (2705,12116,'result_fog_poison_low_small',0), (2706,12117,'result_fog_poison_small',0), (2707,12118,'result_fog_small',0), (2708,12119,'result_forced_shader_dark_dragon',0), (2709,12120,'result_forced_shader_electric_dragon',0), (2710,12121,'result_forced_shader_fire_dragon',0), (2711,12122,'result_forced_shader_ice_dragon',0), (2712,12123,'result_froglok_bauble',0), (2713,12124,'result_glint2_sh',0), (2714,12125,'result_knighthood_bauble',0), (2715,12126,'result_lightning_bolt1_snd',0), (2716,12127,'result_mend_synth_sound',0), (2717,12128,'result_protection_of_twilight',0), (2718,12129,'result_recharging_station_effect',0), (2719,12130,'result_rune_awakened',0), (2720,12131,'result_sparkles_clinging_dragon',0), (2721,12132,'result_sparkles_clinging_soft_dragon',0), (2722,12133,'result_sun_sphere',0), (2723,12134,'result_twinkle_01',0), (2724,12135,'result_weakness_disk_blue',0), (2725,12136,'result_weakness_disk_green',0), (2726,12137,'result_weakness_disk_purple',0), (2727,12138,'result_weakness_disk_red',0), (2728,12139,'result_weakness_disk_yellow',0), (2729,12140,'result_windrazor',0), (2730,12141,'result_wood_chips',0), (2731,12142,'resurrect',0), (2732,12143,'right_hand_fist',0), (2733,12144,'right_hand_relaxed',0), (2734,12145,'righthand_impact',0), (2735,12146,'ring_glints',0), (2736,12147,'ring_glints2',0), (2737,12148,'ring_glints_idle',0), (2738,12149,'rofl',0), (2739,12150,'royalwave',0), (2740,12151,'rt_drone_snd',0), (2741,12152,'rt_tune_snd',0), (2742,12153,'rude',0), (2743,12155,'runes',0), (2744,12156,'sa_bones_sound',0), (2745,12157,'sa_flash01_snd',0), (2746,12158,'sa_flash02_snd',0), (2747,12159,'sa_flash03_snd',0), (2748,12160,'sa_rattle_01_snd',0), (2749,12161,'sa_skelattack_snd',0), (2750,12162,'sa_skeldance_snd',0), (2751,12163,'sa_snakespawn_snd',0), (2752,12164,'sa_spiritappear_snd',0), (2753,12165,'sa_strike_snd',0), (2754,12166,'sad',0), (2755,12167,'salute',0), (2756,12168,'salute_freeport',0), (2757,12169,'sanc_castlp_snd',0), (2758,12170,'sanc_pulse_01_sound',0), (2759,12171,'sanc_pulse_02_sound',0), (2760,12172,'sarcasm',0), (2761,12173,'saw01',0), (2762,12174,'saw02',0), (2763,12175,'saw_sparks_front',0), (2764,12176,'saw_sparks_inside',0), (2765,12177,'saw_sparks_outside',0), (2766,12178,'sb_skelcast_sound',0), (2767,12179,'sb_skeleton_sound',0), (2768,12180,'sc_impact_snd',0), (2769,12181,'sc_swipe_snd',0), (2770,12182,'scheme',0), (2771,12183,'scims_scimitar_snd',0), (2772,12184,'scims_swordswipe_snd',0), (2773,12185,'scims_whoosh_snd',0), (2774,12186,'scissors01',0), (2775,12187,'scold',0), (2776,12188,'scorp_crunches_snd',0), (2777,12189,'scorpa_scorpform_snd',0), (2778,12190,'scorpa_scream01_snd',0), (2779,12191,'scratch',0), (2780,12192,'scream',0), (2781,12193,'scribing_idle',0), (2782,12194,'scruntch',0), (2783,12195,'sd_drumming_lp_snd',0), (2784,12196,'sd_soulcast_sound',0), (2785,12197,'sd_soulsuck_sound',0), (2786,12199,'sd_spiritflash_snd',0), (2787,12200,'sd_spiritflashsoft_snd',0), (2788,12201,'section01',0), (2789,12202,'section02',0), (2790,12203,'section03',0), (2791,12204,'seenoevil',0), (2792,12205,'sf_bladering_snd',0), (2793,12206,'sf_flute_lp_snd',0), (2794,12207,'sgwp_bark_snd',0), (2795,12208,'shaft01',0), (2796,12209,'shaft02',0), (2797,12210,'shake',0), (2798,12211,'shake1',0), (2799,12212,'shake2',0), (2800,12213,'shake3',0), (2801,12214,'shakefist',0), (2802,12215,'shakeit',0), (2803,12216,'shame',0), (2804,12217,'shark_attack01',0), (2805,12218,'shark_bite01',0), (2806,12219,'shark_bite02',0), (2807,12220,'shark_cry',0), (2808,12221,'shark_die',0), (2809,12222,'shark_ouch',0), (2810,12223,'shark_runtail',0), (2811,12224,'shark_runtail02',0), (2812,12225,'shark_tail',0), (2813,12226,'sheathe_metal_weapon_snd',0), (2814,12227,'sheathe_weapon_snd',0), (2815,12228,'sheathe_weapon_trigger',0), (2816,12229,'shield_block_backhand',0), (2817,12230,'shield_block_down',0), (2818,12231,'shield_block_forehand',0), (2819,12232,'shield_block_thrust',0), (2820,12233,'shield_shove',0), (2821,12234,'shield_sound',0), (2822,12235,'shimmy',0), (2823,12236,'shiver',0), (2824,12237,'show_bridge',0), (2825,12238,'show_melee_projectile_trigger',0), (2826,12239,'shrink_sound',0), (2827,12240,'shrug',0), (2828,12241,'shuttle01',0), (2829,12242,'sick',0), (2830,12243,'side_smoke01',0), (2831,12244,'sig_bursting_snd',0), (2832,12245,'sig_rattler_snd',0), (2833,12246,'sigh',0), (2834,12247,'sit_combat',0), (2835,12248,'sit_idle01',0), (2836,12249,'sit_idle02',0), (2837,12250,'sit_off',0), (2838,12251,'sit_peace',0), (2839,12252,'sit_tail',0), (2840,12253,'sit_tail_cloak',0), (2841,12254,'sl_lute_lp_snd',0), (2842,12255,'slt_castfire_snd',0), (2843,12256,'slt_resultvortex_snd',0), (2844,12257,'slt_splode_snd',0), (2845,12258,'slugattack_01',0), (2846,12259,'slugdie_hit_01',0), (2847,12260,'slugdie_hit_02',0), (2848,12261,'slugdie_hit_03',0), (2849,12262,'slugpulse_01',0), (2850,12263,'slugpulse_02',0), (2851,12264,'slugpulse_03',0), (2852,12265,'slugpulse_04',0), (2853,12266,'slugpulser_01',0), (2854,12267,'slugrun_01',0), (2855,12268,'slugrun_02',0), (2856,12269,'slugrunpulse_01',0), (2857,12270,'slugrunpulse_02',0), (2858,12271,'slugsplat_01',0), (2859,12272,'slugsplat_02',0), (2860,12273,'slugsway_01',0), (2861,12274,'slugsway_02',0), (2862,12275,'slugtongue',0), (2863,12276,'slugtongueimpact_01',0), (2864,12277,'slugwalk_01',0), (2865,12278,'slugwalk_02',0), (2866,12279,'slugwalkpulse_01',0), (2867,12280,'slugwalkpulse_02',0), (2868,12281,'slugyell_01',0), (2869,12282,'small_saw',0), (2870,12283,'smash',0), (2871,12284,'smashed',0), (2872,12285,'smile',0), (2873,12286,'smirk',0), (2874,12287,'smite_cast_lp_snd',0), (2875,12288,'smoke',0), (2876,12289,'smoke_breath',0), (2877,12290,'smoke_dark_chimney',0), (2878,12291,'smoke_dark_coals',0), (2879,12292,'smoke_dark_ground',0), (2880,12293,'smoke_dark_up',0), (2881,12294,'smoke_flash',0), (2882,12295,'smoke_ring',0), (2883,12296,'smoke_sparks',0), (2884,12297,'snd_boom',0), (2885,12298,'snd_confrontfear_fade',0), (2886,12299,'snd_confrontfear_skull',0), (2887,12300,'snd_fall_damage',0), (2888,12301,'snd_fire_whoosh',0), (2889,12302,'snd_fireworks_boom',0), (2890,12303,'snd_frontload_acid',0), (2891,12304,'snd_keg_appear',0), (2892,12305,'snd_keg_gulp',0), (2893,12306,'snd_keg_pour',0), (2894,12307,'snd_keg_whoosh',0), (2895,12308,'snd_keg_yum',0), (2896,12309,'snd_lifeburn_castabsorb',0), (2897,12310,'snd_lifeburn_castbase',0), (2898,12311,'snd_lifeburn_resultblast',0), (2899,12312,'snd_mayong_boen_blanket',0), (2900,12313,'snd_mayong_boen_result',0), (2901,12314,'snd_pumpkin_flaming',0), (2902,12315,'snd_slide_cast',0), (2903,12316,'snd_slide_result',0), (2904,12317,'snd_snowball_impact',0), (2905,12318,'snd_spirit_elephant_vocal',0), (2906,12319,'snd_teleport_druidring_flash',0), (2907,12320,'snd_teleport_druidring_loop',0), (2908,12321,'snd_wuoshi_choking_vines',0), (2909,12322,'snd_wuoshi_tree_enter',0), (2910,12323,'snd_wuoshi_tree_exit',0), (2911,12324,'snd_wuoshi_tree_loop',0), (2912,12325,'sneer',0), (2913,12326,'sneeze',0), (2914,12327,'sneeze_smoke',0), (2915,12328,'snicker',0), (2916,12329,'sniff',0), (2917,12330,'snort',0), (2918,12331,'soaf_burn_sound',0), (2919,12332,'soaf_castcharge02_sound',0), (2920,12333,'soaf_castcharge_sound',0), (2921,12334,'soaf_flamearrow_sound',0), (2922,12335,'soc_clayskinfall_lp_sound',0), (2923,12336,'soc_clayskinform_sound',0), (2924,12337,'sod_flameup_sound',0), (2925,12338,'sod_whoosh01_sound',0), (2926,12339,'som_cast_lp_snd',0), (2927,12340,'sotb_batsqueak2_sound',0), (2928,12341,'sotb_batsqueak_sound',0), (2929,12342,'sound_angry',0), (2930,12343,'sound_angry01',0), (2931,12344,'sound_angry02',0), (2932,12345,'sound_anvilhit',0), (2933,12346,'sound_aoeflame',0), (2934,12347,'sound_artifact_bury',0), (2935,12348,'sound_artifact_emerge',0), (2936,12349,'sound_atkhit',0), (2937,12350,'sound_atkland',0), (2938,12351,'sound_atkslide',0), (2939,12352,'sound_atkvocal',0), (2940,12353,'sound_attachwhirl',0), (2941,12354,'sound_attack',0), (2942,12355,'sound_attack01',0), (2943,12356,'sound_attack02',0), (2944,12357,'sound_attack1_vocal',0), (2945,12358,'sound_attack2_vocal',0), (2946,12359,'sound_attack2rock',0), (2947,12360,'sound_attack2slam',0), (2948,12361,'sound_attack_hit',0), (2949,12362,'sound_attacka',0), (2950,12363,'sound_attackarm',0), (2951,12364,'sound_attackb',0), (2952,12365,'sound_attackback',0), (2953,12366,'sound_attackbase',0), (2954,12367,'sound_attackbend',0), (2955,12368,'sound_attackbite',0), (2956,12369,'sound_attackbitein',0), (2957,12370,'sound_attackbiterip',0), (2958,12371,'sound_attackblade',0), (2959,12372,'sound_attackbreath',0), (2960,12373,'sound_attackbreath01',0), (2961,12374,'sound_attackbreath02',0), (2962,12375,'sound_attackbreath02_inhale',0), (2963,12376,'sound_attackbreath1',0), (2964,12377,'sound_attackbreath2',0), (2965,12378,'sound_attackbreath_long',0), (2966,12379,'sound_attackbreath_short',0), (2967,12380,'sound_attackbreathe',0), (2968,12381,'sound_attackbreathefire',0), (2969,12382,'sound_attackbreathfire',0), (2970,12383,'sound_attackbreathfire_long',0), (2971,12384,'sound_attackbreathfire_short',0), (2972,12385,'sound_attackcast',0), (2973,12386,'sound_attackchain',0), (2974,12387,'sound_attackchime',0), (2975,12388,'sound_attackchomp',0), (2976,12389,'sound_attackclaw',0), (2977,12390,'sound_attackclaw_vocal',0), (2978,12391,'sound_attackcreak',0), (2979,12392,'sound_attackcrunch01',0), (2980,12393,'sound_attackcrunch02',0), (2981,12394,'sound_attacke3_vocal',0), (2982,12395,'sound_attackfire',0), (2983,12396,'sound_attackfistwater',0), (2984,12397,'sound_attackflame',0), (2985,12398,'sound_attackflap',0), (2986,12399,'sound_attackflutter',0), (2987,12400,'sound_attackfoot',0), (2988,12401,'sound_attackgear',0), (2989,12402,'sound_attackgrowl',0), (2990,12403,'sound_attackheadram_swoosh',0), (2991,12404,'sound_attackhit',0), (2992,12405,'sound_attackinhale',0), (2993,12406,'sound_attackjaw',0), (2994,12407,'sound_attackkick',0), (2995,12408,'sound_attackleaves',0), (2996,12409,'sound_attackliddown',0), (2997,12410,'sound_attacklidup',0), (2998,12411,'sound_attacklong',0), (2999,12412,'sound_attackmetal',0), (3000,12413,'sound_attackpage',0), (3001,12414,'sound_attackram',0), (3002,12415,'sound_attackrock',0), (3003,12416,'sound_attackrockinhale',0), (3004,12417,'sound_attackrun',0), (3005,12418,'sound_attacksaw',0), (3006,12419,'sound_attacksbreathin',0), (3007,12420,'sound_attackscream',0), (3008,12421,'sound_attackshort',0), (3009,12422,'sound_attackslam',0), (3010,12423,'sound_attacksnap',0), (3011,12424,'sound_attacksnort',0), (3012,12425,'sound_attackspecial',0), (3013,12426,'sound_attacksquish',0), (3014,12427,'sound_attackstab',0), (3015,12428,'sound_attacksting',0), (3016,12429,'sound_attackstomp',0), (3017,12430,'sound_attackswing',0), (3018,12431,'sound_attackswoosh',0), (3019,12432,'sound_attackswordwater01',0), (3020,12433,'sound_attackswordwater02',0), (3021,12434,'sound_attacktail',0), (3022,12435,'sound_attacktailvocal',0), (3023,12436,'sound_attacktailwhip',0), (3024,12437,'sound_attacktongue',0), (3025,12438,'sound_attackvocal',0), (3026,12439,'sound_attackvocal01',0), (3027,12440,'sound_attackvocal02',0), (3028,12441,'sound_attackvocal2',0), (3029,12442,'sound_attackvocal_long',0), (3030,12443,'sound_attackwater',0), (3031,12444,'sound_attackwhip',0), (3032,12445,'sound_attackwhirl',0), (3033,12446,'sound_attackwhirlblade',0), (3034,12447,'sound_attackwhoosh',0), (3035,12448,'sound_attackwild',0), (3036,12449,'sound_attackwind',0), (3037,12450,'sound_attackwindflap',0), (3038,12451,'sound_attackwindup',0), (3039,12452,'sound_attackwing',0), (3040,12453,'sound_attackwing_land',0), (3041,12454,'sound_attackwingbreath',0), (3042,12455,'sound_attackwingflap',0), (3043,12456,'sound_attackyell',0), (3044,12457,'sound_battlecry',0), (3045,12458,'sound_battlecry01',0), (3046,12459,'sound_beg',0), (3047,12460,'sound_bell',0), (3048,12461,'sound_bite',0), (3049,12462,'sound_bite_rip',0), (3050,12463,'sound_bitetear',0), (3051,12464,'sound_bitevocal',0), (3052,12465,'sound_blech',0), (3053,12466,'sound_blink',0), (3054,12467,'sound_boggle',0), (3055,12468,'sound_boltdamage',0), (3056,12469,'sound_bonehit',0), (3057,12470,'sound_boom',0), (3058,12471,'sound_bowpull',0), (3059,12472,'sound_bowrelease',0), (3060,12473,'sound_breath',0), (3061,12474,'sound_breath_a',0), (3062,12475,'sound_breath_b',0), (3063,12476,'sound_breathfire',0), (3064,12477,'sound_breathinhale',0), (3065,12478,'sound_breathvocal',0), (3066,12479,'sound_bridge',0), (3067,12480,'sound_buff',0), (3068,12481,'sound_buffdefensive',0), (3069,12482,'sound_buffinhale',0), (3070,12483,'sound_buffoffensive',0), (3071,12484,'sound_buffspin001',0), (3072,12485,'sound_burp',0), (3073,12486,'sound_casgrowl',0), (3074,12487,'sound_cast',0), (3075,12488,'sound_cast_shortbreath_open',0), (3076,12489,'sound_castend',0), (3077,12490,'sound_castgears',0), (3078,12491,'sound_castgrowl',0), (3079,12492,'sound_casthowl',0), (3080,12493,'sound_castinhalegears',0), (3081,12494,'sound_castlong_breath',0), (3082,12495,'sound_castlong_inhale',0), (3083,12496,'sound_castlong_open',0), (3084,12497,'sound_castroar',0), (3085,12498,'sound_castshort_breath',0), (3086,12499,'sound_caststart',0), (3087,12500,'sound_castvocal',0), (3088,12501,'sound_chesthit',0), (3089,12502,'sound_chesthitdouble',0), (3090,12503,'sound_chew',0), (3091,12504,'sound_clap',0), (3092,12505,'sound_claw',0), (3093,12506,'sound_clawhit',0), (3094,12507,'sound_clawwalk',0), (3095,12508,'sound_clop',0), (3096,12509,'sound_clop_left',0), (3097,12510,'sound_clop_right',0), (3098,12511,'sound_combatart',0), (3099,12512,'sound_combatbreath',0), (3100,12513,'sound_combatbreathe',0), (3101,12514,'sound_combatchew',0), (3102,12515,'sound_combatcrunch',0), (3103,12516,'sound_combatenter',0), (3104,12517,'sound_combatenter001',0), (3105,12518,'sound_combatenter002',0), (3106,12519,'sound_combatentergrowl',0), (3107,12520,'sound_combatenterrock01',0), (3108,12521,'sound_combatenterrock02',0), (3109,12522,'sound_combatenterrock03',0), (3110,12523,'sound_combatentervocal01',0), (3111,12524,'sound_combatentervocal02',0), (3112,12525,'sound_combatenterwing',0), (3113,12526,'sound_combatenterwingfire',0), (3114,12527,'sound_combatexit',0), (3115,12528,'sound_combatflap',0), (3116,12529,'sound_combatflapup',0), (3117,12530,'sound_combatgrowl',0), (3118,12531,'sound_combatidle',0), (3119,12532,'sound_combatpage',0), (3120,12533,'sound_combatpaw',0), (3121,12534,'sound_combatsnort',0), (3122,12535,'sound_combatwing',0), (3123,12536,'sound_creak',0), (3124,12537,'sound_crunch',0), (3125,12538,'sound_curl',0), (3126,12539,'sound_cutthroat',0), (3127,12540,'sound_damage',0), (3128,12541,'sound_damage02',0), (3129,12542,'sound_damage03',0), (3130,12543,'sound_damageblade',0), (3131,12544,'sound_damagebolts',0), (3132,12545,'sound_damagebone',0), (3133,12546,'sound_damagecrunch',0), (3134,12547,'sound_damageflutter',0), (3135,12548,'sound_damagehit',0), (3136,12549,'sound_damagerock',0), (3137,12550,'sound_damageshell',0), (3138,12551,'sound_damagetwang',0), (3139,12552,'sound_damagevocal',0), (3140,12553,'sound_dead',0), (3141,12554,'sound_dead01',0), (3142,12555,'sound_dead02',0), (3143,12556,'sound_dead03',0), (3144,12557,'sound_dead_enter',0), (3145,12558,'sound_deadball',0), (3146,12559,'sound_deadballfall',0), (3147,12560,'sound_deadbell',0), (3148,12561,'sound_deadblade',0), (3149,12562,'sound_deadboom',0), (3150,12563,'sound_deadbreathe',0), (3151,12564,'sound_deadbubble',0), (3152,12565,'sound_deadbuzz01',0), (3153,12566,'sound_deadbuzz02',0), (3154,12567,'sound_deadbuzz03',0), (3155,12568,'sound_deadbuzz04',0), (3156,12569,'sound_deadclose',0), (3157,12570,'sound_deadcreak',0), (3158,12571,'sound_deadcrunch',0), (3159,12572,'sound_deadcrunch01',0), (3160,12573,'sound_deadcrunch02',0), (3161,12574,'sound_deadcrunch1',0), (3162,12575,'sound_deadcrunch2',0), (3163,12576,'sound_deadcry',0), (3164,12577,'sound_deadcurl',0), (3165,12578,'sound_deadfall',0), (3166,12579,'sound_deadfall001',0), (3167,12580,'sound_deadfall002',0), (3168,12581,'sound_deadfall01',0), (3169,12582,'sound_deadfall02',0), (3170,12583,'sound_deadfall03',0), (3171,12584,'sound_deadfall1',0), (3172,12585,'sound_deadfall2',0), (3173,12586,'sound_deadfire',0), (3174,12587,'sound_deadflame',0), (3175,12588,'sound_deadflap',0), (3176,12589,'sound_deadgear',0), (3177,12590,'sound_deadglob',0), (3178,12591,'sound_deadglub',0), (3179,12592,'sound_deadgroan',0), (3180,12593,'sound_deadgrowl',0), (3181,12594,'sound_deadhead',0), (3182,12595,'sound_deadhit',0), (3183,12596,'sound_deadhit1',0), (3184,12597,'sound_deadhit2',0), (3185,12598,'sound_deadhit3',0), (3186,12599,'sound_deadknee',0), (3187,12600,'sound_deadliddown',0), (3188,12601,'sound_deadlidup',0), (3189,12602,'sound_deadmist',0), (3190,12603,'sound_deadmotor',0), (3191,12604,'sound_deadpage',0), (3192,12605,'sound_deadprevocal',0), (3193,12606,'sound_deadrock',0), (3194,12607,'sound_deadrockfall',0), (3195,12608,'sound_deadscratch',0), (3196,12609,'sound_deadscream',0), (3197,12610,'sound_deadscream01',0), (3198,12611,'sound_deadscream02',0), (3199,12612,'sound_deadslam',0), (3200,12613,'sound_deadslither',0), (3201,12614,'sound_deadsquish',0), (3202,12615,'sound_deadsway',0), (3203,12616,'sound_deadtail',0), (3204,12617,'sound_deadthrash01',0), (3205,12618,'sound_deadthrash02',0), (3206,12619,'sound_deadtongue',0), (3207,12620,'sound_deadvanish',0), (3208,12621,'sound_deadvocal',0), (3209,12622,'sound_deadvocal01',0), (3210,12623,'sound_deadvocal02',0), (3211,12624,'sound_deadvocal03',0), (3212,12625,'sound_deadwarble01',0), (3213,12626,'sound_deadwarble02',0), (3214,12627,'sound_deadwater',0), (3215,12628,'sound_deadwater01',0), (3216,12629,'sound_deadwater02',0), (3217,12630,'sound_deadwater03',0), (3218,12631,'sound_deadwhimper',0), (3219,12632,'sound_deadwhoosh',0), (3220,12633,'sound_deadwing',0), (3221,12634,'sound_deadwingfold',0), (3222,12635,'sound_deadwoosh',0), (3223,12636,'sound_death',0), (3224,12637,'sound_death001',0), (3225,12638,'sound_death002',0), (3226,12639,'sound_deathbone',0), (3227,12640,'sound_deathbreak',0), (3228,12641,'sound_deathclaw',0), (3229,12642,'sound_deathcrash',0), (3230,12643,'sound_deathengine',0), (3231,12644,'sound_deathfall',0), (3232,12645,'sound_deathmotor',0), (3233,12646,'sound_deathshake',0), (3234,12647,'sound_deathsigh',0), (3235,12648,'sound_deathtail',0), (3236,12649,'sound_deathvocal',0), (3237,12650,'sound_deathwhoosh',0), (3238,12651,'sound_design_lavabridge',0), (3239,12652,'sound_die',0), (3240,12653,'sound_dig001',0), (3241,12654,'sound_dig002',0), (3242,12655,'sound_duck',0), (3243,12656,'sound_eat',0), (3244,12657,'sound_eating',0), (3245,12658,'sound_eatslime',0), (3246,12659,'sound_entercreak',0), (3247,12660,'sound_enterglide',0), (3248,12661,'sound_enterleaves',0), (3249,12662,'sound_entermoan',0), (3250,12663,'sound_enteropen',0), (3251,12664,'sound_enterscrape',0), (3252,12665,'sound_entervocal',0), (3253,12666,'sound_exhale',0), (3254,12667,'sound_exitflap',0), (3255,12668,'sound_exitidle',0), (3256,12669,'sound_exitjump',0), (3257,12670,'sound_exitscream',0), (3258,12671,'sound_explode',0), (3259,12672,'sound_extinguish',0), (3260,12673,'sound_fall',0), (3261,12674,'sound_fall01',0), (3262,12675,'sound_fall02',0), (3263,12676,'sound_fallmetal',0), (3264,12677,'sound_filler',0), (3265,12678,'sound_fire',0), (3266,12679,'sound_fireswoosh',0), (3267,12680,'sound_fishing_cast01',0), (3268,12681,'sound_fishing_cast02',0), (3269,12682,'sound_fishing_cast03',0), (3270,12683,'sound_flame',0), (3271,12684,'sound_flamethrower',0), (3272,12685,'sound_flap',0), (3273,12686,'sound_flapup',0), (3274,12687,'sound_fleeflutter',0), (3275,12688,'sound_fluter',0), (3276,12689,'sound_fly_bite_rip',0), (3277,12690,'sound_foot',0), (3278,12691,'sound_footlayerleft',0), (3279,12692,'sound_footlayerright',0), (3280,12693,'sound_footstep',0), (3281,12694,'sound_footstomp',0), (3282,12695,'sound_foresting',0), (3283,12696,'sound_fuse',0), (3284,12697,'sound_gathering',0), (3285,12698,'sound_getup',0), (3286,12699,'sound_glide',0), (3287,12700,'sound_glide02',0), (3288,12701,'sound_growl',0), (3289,12702,'sound_gulp01',0), (3290,12703,'sound_gulp02',0), (3291,12704,'sound_hammerhit',0), (3292,12705,'sound_happy',0), (3293,12706,'sound_head',0), (3294,12707,'sound_headram_inhale',0), (3295,12708,'sound_headram_land',0), (3296,12709,'sound_headram_snort',0), (3297,12710,'sound_headram_swoosh',0), (3298,12711,'sound_headspark',0), (3299,12712,'sound_headturn',0), (3300,12713,'sound_heartattack',0), (3301,12714,'sound_hiss',0), (3302,12715,'sound_hit',0), (3303,12716,'sound_hoofleft',0), (3304,12717,'sound_hoofright',0), (3305,12718,'sound_hungry',0), (3306,12719,'sound_hungrycreak',0), (3307,12720,'sound_idle',0), (3308,12721,'sound_idle01',0), (3309,12722,'sound_idle02',0), (3310,12723,'sound_idle03_walk001',0), (3311,12724,'sound_idle03_walk002',0), (3312,12725,'sound_idle04',0), (3313,12726,'sound_idlebreath',0), (3314,12727,'sound_idlebubble',0), (3315,12728,'sound_idlechew',0), (3316,12729,'sound_idlecreak',0), (3317,12730,'sound_idleflap',0), (3318,12731,'sound_idleflapup',0), (3319,12732,'sound_idleglass',0), (3320,12733,'sound_idlegrowl',0), (3321,12734,'sound_idlehiss',0), (3322,12735,'sound_idlelaugh',0), (3323,12736,'sound_idlemoo',0), (3324,12737,'sound_idlepant',0), (3325,12738,'sound_idleroar01',0), (3326,12739,'sound_idleroar02',0), (3327,12740,'sound_idlerock',0), (3328,12741,'sound_idlescuff',0), (3329,12742,'sound_idleshort',0), (3330,12743,'sound_idlesniff',0), (3331,12744,'sound_idlesnort',0), (3332,12745,'sound_idletail',0), (3333,12746,'sound_idlevocal',0), (3334,12747,'sound_idlevocal01',0), (3335,12748,'sound_idlevocal02',0), (3336,12749,'sound_idlewater',0), (3337,12750,'sound_inahle',0), (3338,12751,'sound_inhale',0), (3339,12752,'sound_inhale001',0), (3340,12753,'sound_inhale002',0), (3341,12754,'sound_jawsnap',0), (3342,12755,'sound_jump',0), (3343,12756,'sound_knockback',0), (3344,12757,'sound_knockdown',0), (3345,12758,'sound_land',0), (3346,12759,'sound_land01',0), (3347,12760,'sound_land02',0), (3348,12761,'sound_laughlong',0), (3349,12762,'sound_lense',0), (3350,12763,'sound_lense3s',0), (3351,12764,'sound_lickpur01',0), (3352,12765,'sound_liddown',0), (3353,12766,'sound_lidup',0), (3354,12767,'sound_lipsmack',0), (3355,12768,'sound_mining',0), (3356,12769,'sound_moon',0), (3357,12770,'sound_mounthorse_foot',0), (3358,12771,'sound_mounthorse_land',0), (3359,12772,'sound_mounthorse_squeak',0), (3360,12773,'sound_neener',0), (3361,12774,'sound_offensive',0), (3362,12775,'sound_offensive001',0), (3363,12776,'sound_offensiveelec001',0), (3364,12777,'sound_open',0), (3365,12778,'sound_ouch',0), (3366,12779,'sound_ouchbase',0), (3367,12780,'sound_ouchbell',0), (3368,12781,'sound_ouchbend',0), (3369,12782,'sound_ouchbone',0), (3370,12783,'sound_ouchbubble',0), (3371,12784,'sound_ouchbuzz',0), (3372,12785,'sound_ouchchain',0), (3373,12786,'sound_ouchcreak',0), (3374,12787,'sound_ouchcrunch',0), (3375,12788,'sound_ouchfire',0), (3376,12789,'sound_ouchflame',0), (3377,12790,'sound_ouchflap',0), (3378,12791,'sound_ouchflutter',0), (3379,12792,'sound_ouchhit',0), (3380,12793,'sound_ouchliddown',0), (3381,12794,'sound_ouchlidopen',0), (3382,12795,'sound_ouchlidup',0), (3383,12796,'sound_ouchlow',0), (3384,12797,'sound_ouchpage',0), (3385,12798,'sound_ouchrock',0), (3386,12799,'sound_ouchrun',0), (3387,12800,'sound_ouchscream',0), (3388,12801,'sound_ouchshell',0), (3389,12802,'sound_ouchslam',0), (3390,12803,'sound_ouchsnort',0), (3391,12804,'sound_ouchsquawk',0), (3392,12805,'sound_ouchtail',0), (3393,12806,'sound_ouchvocal',0), (3394,12807,'sound_ouchwarble',0), (3395,12808,'sound_ouchwater',0), (3396,12809,'sound_ouchwhoosh',0), (3397,12810,'sound_ouchwing',0), (3398,12811,'sound_pain001',0), (3399,12812,'sound_pain002',0), (3400,12813,'sound_paw',0), (3401,12814,'sound_pen01',0), (3402,12815,'sound_pen02',0), (3403,12816,'sound_piercer',0), (3404,12817,'sound_purr',0), (3405,12818,'sound_purr02',0), (3406,12819,'sound_purr03',0), (3407,12820,'sound_raisehand',0), (3408,12821,'sound_rechargeresult',0), (3409,12822,'sound_recharging',0), (3410,12823,'sound_roar',0), (3411,12824,'sound_rockroll',0), (3412,12825,'sound_rofl',0), (3413,12826,'sound_rude',0), (3414,12827,'sound_run',0), (3415,12828,'sound_runcreak',0), (3416,12829,'sound_runflap',0), (3417,12830,'sound_runflap01',0), (3418,12831,'sound_runflap02',0), (3419,12832,'sound_runflapsmall',0), (3420,12833,'sound_runhit',0), (3421,12834,'sound_runland',0), (3422,12835,'sound_runleft',0), (3423,12836,'sound_runright',0), (3424,12837,'sound_runwing',0), (3425,12838,'sound_sad01',0), (3426,12839,'sound_sad02',0), (3427,12840,'sound_saw001',0), (3428,12841,'sound_saw002',0), (3429,12842,'sound_scratch',0), (3430,12843,'sound_scream',0), (3431,12844,'sound_scream01',0), (3432,12845,'sound_scream02',0), (3433,12846,'sound_shake',0), (3434,12847,'sound_sheathe',0), (3435,12848,'sound_sit',0), (3436,12849,'sound_sitenter',0), (3437,12850,'sound_sitexit',0), (3438,12851,'sound_sitidle',0), (3439,12852,'sound_sleep',0), (3440,12853,'sound_sleep001',0), (3441,12854,'sound_sleep002',0), (3442,12855,'sound_slither',0), (3443,12856,'sound_snap',0), (3444,12857,'sound_snarl',0), (3445,12858,'sound_sneer',0), (3446,12859,'sound_sneeze',0), (3447,12860,'sound_sneezeinhale',0), (3448,12861,'sound_snort',0), (3449,12862,'sound_spellvocal',0), (3450,12863,'sound_splash',0), (3451,12864,'sound_stand',0), (3452,12865,'sound_step',0), (3453,12866,'sound_stomp',0), (3454,12867,'sound_stompgrowl',0), (3455,12868,'sound_stompvocal',0), (3456,12869,'sound_stunfall',0), (3457,12870,'sound_stunned',0), (3458,12871,'sound_stunnedfall',0), (3459,12872,'sound_stunnedreturn',0), (3460,12873,'sound_stunnedwhirl',0), (3461,12874,'sound_stunshake',0), (3462,12875,'sound_stunsnort',0), (3463,12876,'sound_stunspin',0), (3464,12877,'sound_summon',0), (3465,12878,'sound_summonhit',0), (3466,12879,'sound_summonrock',0), (3467,12880,'sound_summonrock01',0), (3468,12881,'sound_summonrock02',0), (3469,12882,'sound_summonrockback',0), (3470,12883,'sound_summonslide',0), (3471,12884,'sound_summonstart',0), (3472,12885,'sound_summonvocal',0), (3473,12886,'sound_superbuff',0), (3474,12887,'sound_swim',0), (3475,12888,'sound_swimfast',0), (3476,12889,'sound_swoosh',0), (3477,12890,'sound_swooshkick',0), (3478,12891,'sound_swooshleft',0), (3479,12892,'sound_swooshright',0), (3480,12893,'sound_swooshtail',0), (3481,12894,'sound_taillash001',0), (3482,12895,'sound_taillash002',0), (3483,12896,'sound_tailswoosh',0), (3484,12897,'sound_tailvocal',0), (3485,12898,'sound_tailwhip',0), (3486,12899,'sound_taunt01',0), (3487,12900,'sound_taunt02',0), (3488,12901,'sound_taunt03',0), (3489,12902,'sound_thunder',0), (3490,12903,'sound_trick',0), (3491,12904,'sound_uncoil',0), (3492,12905,'sound_unsheathe',0), (3493,12906,'sound_vocalattack',0), (3494,12907,'sound_vocalbite',0), (3495,12908,'sound_vocalbuffet',0), (3496,12909,'sound_vocaldamage',0), (3497,12910,'sound_vocaldead',0), (3498,12911,'sound_vocaldeath',0), (3499,12912,'sound_vocalouch',0), (3500,12913,'sound_walk',0), (3501,12914,'sound_walk001',0), (3502,12915,'sound_walk002',0), (3503,12916,'sound_walk01',0), (3504,12917,'sound_walk02',0), (3505,12918,'sound_walk1',0), (3506,12919,'sound_walkbubble',0), (3507,12920,'sound_walkclaw',0), (3508,12921,'sound_walkflap',0), (3509,12922,'sound_walkflap01',0), (3510,12923,'sound_walkleft',0), (3511,12924,'sound_walkpiercer',0), (3512,12925,'sound_walkright',0), (3513,12926,'sound_walkrock',0), (3514,12927,'sound_walkservo',0), (3515,12928,'sound_walkservoleft',0), (3516,12929,'sound_walkservoright',0), (3517,12930,'sound_water',0), (3518,12931,'sound_waterstep',0), (3519,12932,'sound_whirl',0), (3520,12933,'sound_whirlmotor',0), (3521,12934,'sound_whirlwhoosh',0), (3522,12935,'sound_wildspring',0), (3523,12936,'sound_wildswing',0), (3524,12937,'sound_wildswinghit001',0), (3525,12938,'sound_wildswinghit002',0), (3526,12939,'sound_wing',0), (3527,12940,'sound_wingbuffet',0), (3528,12941,'sound_wingflap',0), (3529,12942,'sound_wingfold',0), (3530,12943,'sound_wingmove',0), (3531,12944,'sound_wingopen',0), (3532,12945,'sound_wings',0), (3533,12946,'sound_wingwind',0), (3534,12947,'sound_yawn001',0), (3535,12948,'sound_zap',0), (3536,12949,'spark_circle01',0), (3537,12950,'spark_circle02',0), (3538,12951,'spark_circle03',0), (3539,12952,'spark_circle04',0), (3540,12953,'spark_circle05',0), (3541,12954,'spark_sphere01',0), (3542,12955,'spark_sphere_ws',0), (3543,12956,'spark_sphere_ws_lefthand',0), (3544,12957,'sparkle01',0), (3545,12958,'sparkle02',0), (3546,12959,'sparkle03',0), (3547,12960,'sparkle_trail',0), (3548,12961,'sparks',0), (3549,12962,'sparks_lf',0), (3550,12963,'sparks_lr',0), (3551,12964,'sparks_rf',0), (3552,12965,'sparks_rr',0), (3553,12966,'speaknoevil',0), (3554,12967,'spellcast01',0), (3555,12968,'spellcast02',0), (3556,12969,'spider_webbshoot_snd',0), (3557,12970,'spider_webcover_snd',0), (3558,12971,'spinningwheel01',0), (3559,12972,'spinningwheel02',0), (3560,12973,'spinningwheel04',0), (3561,12974,'spinningwheel_success',0), (3562,12975,'spinningwheel_success02',0), (3563,12976,'spinningwheel_success03',0), (3564,12977,'spiritascend_snd',0), (3565,12978,'square',0), (3566,12979,'squeal',0), (3567,12980,'ss_singing_lp_snd',0), (3568,12981,'st_casttap_snd',0), (3569,12982,'st_tappestry_snd',0), (3570,12983,'stare',0), (3571,12984,'start',0), (3572,12985,'start_drone_sound',0), (3573,12986,'startburst_sound_01',0), (3574,12987,'steam01',0), (3575,12988,'steam_forearm_l',0), (3576,12989,'steam_forearm_r',0), (3577,12990,'steam_hip_l',0), (3578,12991,'steam_hip_l_death',0), (3579,12992,'steam_hip_r',0), (3580,12993,'steam_hip_r_death',0), (3581,12994,'steam_upperarm_l',0), (3582,12995,'steam_upperarm_r',0), (3583,12996,'stifle_cast_arm_snd',0), (3584,12997,'stifle_cast_lp_snd',0), (3585,12998,'stifle_result_snd',0), (3586,12999,'still',0), (3587,13000,'stinky',0), (3588,13001,'stove_boilover01',0), (3589,13002,'stove_boilover02',0), (3590,13003,'stove_boilover03',0), (3591,13004,'strafe_left',0), (3592,13005,'strafe_left_run',0), (3593,13006,'strafe_right',0), (3594,13007,'strafe_right_run',0), (3595,13008,'stretch',0), (3596,13009,'string_knotted',0), (3597,13010,'success01',0), (3598,13011,'success02',0), (3599,13012,'success_flash01',0), (3600,13013,'success_flash02',0), (3601,13014,'success_flash03',0), (3602,13015,'sulk',0), (3603,13016,'summon',0), (3604,13017,'summon_idle',0), (3605,13018,'super_buff',0), (3606,13019,'swear',0), (3607,13020,'sweep01',0), (3608,13021,'swim_attack',0), (3609,13022,'swim_backup',0), (3610,13023,'swim_foward',0), (3611,13024,'swim_idle',0), (3612,13025,'swim_ouch',0), (3613,13026,'swim_run',0), (3614,13027,'swim_tail',0), (3615,13028,'swim_tail_cloak',0), (3616,13029,'swim_walk',0), (3617,13030,'swoosh',0), (3618,13031,'swoosh_light_low',0), (3619,13032,'swoosh_medium',0), (3620,13033,'swwosh',0), (3621,13034,'ta_cast_snd',0), (3622,13035,'tail',0), (3623,13036,'tail_cloak',0), (3624,13037,'tail_dust',0), (3625,13038,'tailoring_failure',0), (3626,13039,'tailoring_idle',0), (3627,13040,'tailoring_success',0), (3628,13041,'talk_idle',0), (3629,13042,'talk_idle01',0), (3630,13043,'talk_idle02',0), (3631,13044,'talk_idle03',0), (3632,13045,'talk_idle04',0), (3633,13046,'talk_idle05',0), (3634,13047,'talk_idle06',0), (3635,13048,'talk_idle07',0), (3636,13049,'talk_idle08',0), (3637,13050,'talk_idle09',0), (3638,13051,'talk_idle10',0), (3639,13052,'talk_idle11',0), (3640,13053,'talk_idle12',0), (3641,13054,'tantrum',0), (3642,13055,'tantrum_short',0), (3643,13056,'tapfoot',0), (3644,13057,'taunt',0), (3645,13058,'taunt_combat_art',0), (3646,13059,'tc_teleport_snd',0), (3647,13060,'thaiko_sound',0), (3648,13061,'thanks',0), (3649,13062,'thirsty',0), (3650,13063,'threaten',0), (3651,13064,'thumbsup',0), (3652,13065,'thunder_clap',0), (3653,13066,'tiger_idle',0), (3654,13067,'tiger_run',0), (3655,13068,'tiger_walk',0), (3656,13069,'tod_explode_snd',0), (3657,13070,'tod_voltz_snd',0), (3658,13071,'tr_spawn_snd',0), (3659,13072,'tradeart_beaker01',0), (3660,13073,'tradeart_butcherknife01',0), (3661,13074,'tradeart_celticknot01',0), (3662,13075,'tradeart_flask01',0), (3663,13076,'tradeart_forge_hammer01',0), (3664,13077,'tradeart_forge_hammer02',0), (3665,13078,'tradeart_forge_helmet01',0), (3666,13079,'tradeart_fork01',0), (3667,13080,'tradeart_kitchenknife01',0), (3668,13081,'tradeart_log_cut',0), (3669,13082,'tradeart_metal_bar',0), (3670,13083,'tradeart_metal_rod01',0), (3671,13084,'tradeart_metal_sparkling2',0), (3672,13085,'tradeart_molecule01',0), (3673,13086,'tradeart_needle_left01',0), (3674,13087,'tradeart_needle_right01',0), (3675,13088,'tradeart_planer',0), (3676,13089,'tradeart_rune_01',0), (3677,13090,'tradeart_rune_02',0), (3678,13091,'tradeart_rune_03',0), (3679,13092,'tradeart_rune_04',0), (3680,13093,'tradeart_rune_05',0), (3681,13094,'tradeart_rune_06',0), (3682,13095,'tradeart_rune_07',0), (3683,13096,'tradeart_rune_08',0), (3684,13097,'tradeart_saw',0), (3685,13098,'tradeart_spoon01',0), (3686,13099,'trail_pike',0), (3687,13100,'transit',0), (3688,13101,'trdskl_beaker',0), (3689,13102,'trdskl_cloth',0), (3690,13103,'trdskl_feather',0), (3691,13104,'trdskl_fishingpole',0), (3692,13105,'trdskl_gem',0), (3693,13106,'trdskl_hammer',0), (3694,13107,'trdskl_hatchet',0), (3695,13108,'trdskl_hatchet_l',0), (3696,13109,'trdskl_leather',0), (3697,13110,'trdskl_magnifying',0), (3698,13111,'trdskl_mug',0), (3699,13112,'trdskl_needle',0), (3700,13113,'trdskl_pick',0), (3701,13114,'trdskl_pot',0), (3702,13115,'trdskl_saw',0), (3703,13116,'trdskl_scroll',0), (3704,13117,'trdskl_spoon',0), (3705,13118,'trdskl_testtube',0), (3706,13119,'trdskl_tongs',0), (3707,13120,'trdskl_vial',0), (3708,13121,'trdskl_wood',0), (3709,13122,'trem_boulder_snd',0), (3710,13123,'trem_cast_lp_snd',0), (3711,13124,'trem_open_snd',0), (3712,13125,'trem_rings_snd',0), (3713,13126,'trem_ringsh_snd',0), (3714,13127,'trem_rocks_lp_01_snd',0), (3715,13128,'trick',0), (3716,13129,'trt_treat_toxin_sound',0), (3717,13130,'turn_left',0), (3718,13131,'turn_right',0), (3719,13132,'turn_to_wood',0), (3720,13133,'u',0), (3721,13134,'unsummon',0), (3722,13135,'untrained_attack',0), (3723,13136,'untrained_backup',0), (3724,13137,'untrained_dodge',0), (3725,13138,'untrained_dodge01',0), (3726,13139,'untrained_dodge02',0), (3727,13140,'untrained_ouch',0), (3728,13141,'untrained_ouch01',0), (3729,13142,'untrained_parry',0), (3730,13143,'untrained_recoil',0), (3731,13144,'untrained_strafe_left',0), (3732,13145,'untrained_strafe_right',0), (3733,13146,'untrained_walk',0), (3734,13147,'util_rings_snd',0), (3735,13148,'vamp_batattack_sound',0), (3736,13149,'vamp_batflaps_sound',0), (3737,13150,'vamp_batsqueak_sound',0), (3738,13151,'ven_bkgrnd_slime_sound',0), (3739,13152,'ven_breath_01',0), (3740,13153,'ven_breath_02',0), (3741,13154,'ven_explode_sound',0), (3742,13155,'ven_fire_01',0), (3743,13156,'ven_fire_02',0), (3744,13157,'ven_pulse_sound',0), (3745,13158,'ven_rumble_01',0), (3746,13159,'ven_rumble_02',0), (3747,13160,'ven_slime_01',0), (3748,13161,'ven_slime_02',0), (3749,13162,'verdict_cast_snd',0), (3750,13163,'verdict_gavel_snd',0), (3751,13164,'vg_healing_snd',0), (3752,13165,'vg_leaves_snd',0), (3753,13166,'vg_leaveslp_snd',0), (3754,13167,'violin',0), (3755,13168,'viseme_a',0), (3756,13169,'viseme_aa',0), (3757,13170,'viseme_ae',0), (3758,13171,'viseme_ah',0), (3759,13172,'viseme_ao',0), (3760,13173,'viseme_aw',0), (3761,13174,'viseme_ay',0), (3762,13175,'viseme_b',0), (3763,13176,'viseme_c',0), (3764,13177,'viseme_ch',0), (3765,13178,'viseme_d',0), (3766,13179,'viseme_dh',0), (3767,13180,'viseme_e',0), (3768,13181,'viseme_eh',0), (3769,13182,'viseme_er',0), (3770,13183,'viseme_ey',0), (3771,13184,'viseme_f',0), (3772,13185,'viseme_g',0), (3773,13186,'viseme_h',0), (3774,13187,'viseme_ih',0), (3775,13188,'viseme_iy',0), (3776,13189,'viseme_j',0), (3777,13190,'viseme_k',0), (3778,13191,'viseme_l',0), (3779,13192,'viseme_m',0), (3780,13193,'viseme_n',0), (3781,13194,'viseme_ng',0), (3782,13195,'viseme_o',0), (3783,13196,'viseme_ow',0), (3784,13197,'viseme_oy',0), (3785,13198,'viseme_p',0), (3786,13199,'viseme_r',0), (3787,13200,'viseme_reast',0), (3788,13201,'viseme_rest',0), (3789,13202,'viseme_s',0), (3790,13203,'viseme_sh',0), (3791,13204,'viseme_t',0), (3792,13205,'viseme_th',0), (3793,13206,'viseme_u',0), (3794,13207,'viseme_uh',0), (3795,13208,'viseme_uw',0), (3796,13209,'viseme_v',0), (3797,13210,'viseme_w',0), (3798,13211,'viseme_x',0), (3799,13212,'viseme_y',0), (3800,13213,'viseme_z',0), (3801,13214,'viseme_zh',0), (3802,13215,'visemes_a',0), (3803,13216,'visemes_c',0), (3804,13217,'visemes_e',0), (3805,13218,'visemes_f',0), (3806,13219,'visemes_l',0), (3807,13220,'visemes_m',0), (3808,13221,'visemes_o',0), (3809,13222,'visemes_rest',0), (3810,13223,'visemes_u',0), (3811,13224,'visemes_w',0), (3812,13225,'vision_1',0), (3813,13226,'vision_2',0), (3814,13227,'vision_3',0), (3815,13228,'vision_4',0), (3816,13229,'vo_callout_afk',0), (3817,13230,'vo_callout_agree',0), (3818,13231,'vo_callout_apologies',0), (3819,13232,'vo_callout_assist',0), (3820,13233,'vo_callout_battle',0), (3821,13234,'vo_callout_cheer',0), (3822,13235,'vo_callout_confused',0), (3823,13236,'vo_callout_disagree',0), (3824,13237,'vo_callout_doh',0), (3825,13238,'vo_callout_flirt',0), (3826,13239,'vo_callout_follow',0), (3827,13240,'vo_callout_goodbye',0), (3828,13241,'vo_callout_got',0), (3829,13242,'vo_callout_greetings',0), (3830,13243,'vo_callout_growl',0), (3831,13244,'vo_callout_heal',0), (3832,13245,'vo_callout_help',0), (3833,13246,'vo_callout_helping',0), (3834,13247,'vo_callout_hungry',0), (3835,13248,'vo_callout_incoming',0), (3836,13249,'vo_callout_laugh',0), (3837,13250,'vo_callout_look',0), (3838,13251,'vo_callout_looking',0), (3839,13252,'vo_callout_out',0), (3840,13253,'vo_callout_run',0), (3841,13254,'vo_callout_starting',0), (3842,13255,'vo_callout_stay',0), (3843,13256,'vo_callout_taunting',0), (3844,13257,'vo_callout_thank',0), (3845,13258,'vo_callout_thirsty',0), (3846,13259,'vo_callout_threaten',0), (3847,13260,'vo_callout_train',0), (3848,13261,'vo_callout_under',0), (3849,13262,'vo_callout_vocal_attack',0), (3850,13263,'vo_callout_vocal_death',0), (3851,13264,'vo_callout_vocal_drown',0), (3852,13265,'vo_callout_vocal_jump',0), (3853,13266,'vo_callout_vocal_land',0), (3854,13267,'vo_callout_vocal_ouch',0), (3855,13268,'vo_callout_watch',0), (3856,13269,'vo_callout_yawn',0), (3857,13270,'vo_callout_yell',0), (3858,13271,'vocal_attack',0), (3859,13272,'vocal_attacklong',0), (3860,13273,'vocal_death',0), (3861,13274,'vocal_drown',0), (3862,13275,'vocal_jump',0), (3863,13276,'vocal_ouch',0), (3864,13277,'voidbeast_attack_snd',0), (3865,13278,'voidbeast_result_snd',0), (3866,13279,'vr2_burst_snd',0), (3867,13280,'vr2_flames_snd',0), (3868,13281,'w',0), (3869,13282,'wa_voltsword_sound',0), (3870,13283,'wa_voltswordstart_sound',0), (3871,13284,'walk',0), (3872,13286,'walk_shake',0), (3873,13287,'wave',0), (3874,13288,'welder_lefthand',0), (3875,13289,'welder_righthand',0), (3876,13290,'wheel',0), (3877,13291,'wheel1',0), (3878,13292,'wheel_smoke',0), (3879,13293,'whirling_attack',0), (3880,13294,'whistle',0), (3881,13295,'whome',0), (3882,13296,'wild_swing',0), (3883,13297,'wild_swing_recoilmax',0), (3884,13298,'wildswing',0), (3885,13299,'wince',0), (3886,13300,'wing_glide',0), (3887,13301,'wingflap',0), (3888,13302,'wings_01',0), (3889,13303,'wings_sound_01',0), (3890,13304,'wink',0), (3891,13305,'wkn_glowsplash_snd',0), (3892,13306,'wod_timer_tone_snd',0), (3893,13307,'woodworking_failure',0), (3894,13308,'woodworking_idle',0), (3895,13309,'woodworking_success',0), (3896,13310,'woowoo',0), (3897,13311,'wr_energy_glow_sound',0), (3898,13312,'wr_energy_glowout_sound',0), (3899,13313,'wr_glimmer_sound',0), (3900,13314,'wr_watershield_sound',0), (3901,13315,'ws_resounding_snd',0), (3902,13316,'ws_singout_snd',0), (3903,13317,'yeah',0), (3904,13318,'yell',0), (3905,13319,'zap',0), (3906,13322,'airborne',0), (3907,13329,'froglok_forestry_chopping',0), (3908,13331,'ogre_forestry_success',0), (3909,13332,'ogre_gathering_search',0), (3910,13333,'ogre_gathering_success',0), (3911,13334,'ogre_mining_success',0), (3912,13458,'attack_boss01',0), (3913,13459,'attack_boss02',0), (3914,13460,'buff_boss01',0), (3915,13467,'heal_boss01',0), (3916,13469,'result_fruitcake_explosion',0), (3917,13470,'result_snowball_big_explosion',0), (3918,13542,'sound_groundhit',0), (3919,13601,'froglok_1h_sword_attack_recoil',0), (3920,13602,'froglok_1h_sword_attack_recoil01',0), (3921,13603,'froglok_1h_sword_attack_recoil02',0), (3922,13604,'froglok_1h_sword_attack_recoil03',0), (3923,13605,'froglok_1h_thrown_attack',0), (3924,13606,'froglok_2h_sword_attack_recoil',0), (3925,13607,'froglok_2h_sword_attack_recoil01',0), (3926,13608,'froglok_2h_sword_attack_recoil02',0), (3927,13609,'froglok_2h_sword_backup',0), (3928,13610,'froglok_2h_sword_defensive_buff',0), (3929,13611,'froglok_2h_sword_enter',0), (3930,13612,'froglok_2h_sword_offensive_buff',0), (3931,13613,'froglok_2h_sword_ouch_backhand',0), (3932,13614,'froglok_2h_sword_ouch_down',0), (3933,13615,'froglok_2h_sword_ouch_forehand',0), (3934,13616,'froglok_2h_sword_ouch_thrust',0), (3935,13617,'froglok_2h_sword_parry_backhand',0), (3936,13618,'froglok_2h_sword_parry_down',0), (3937,13619,'froglok_2h_sword_parry_forehand',0), (3938,13620,'froglok_2h_sword_super_buff',0), (3939,13621,'froglok_2h_sword_walk',0), (3940,13622,'froglok_bostaff_attack_recoil',0), (3941,13623,'froglok_bostaff_attack_recoil01',0), (3942,13624,'froglok_bostaff_attack_recoil02',0), (3943,13625,'froglok_bostaff_attack_recoil03',0), (3944,13626,'froglok_bostaff_defensive_buff',0), (3945,13627,'froglok_bostaff_dodge_backhand',0), (3946,13628,'froglok_bostaff_dodge_down',0), (3947,13629,'froglok_bostaff_dodge_forehand',0), (3948,13630,'froglok_bostaff_dodge_thrust',0), (3949,13631,'froglok_bostaff_offensive_buff',0), (3950,13632,'froglok_bostaff_ouch_backhand',0), (3951,13633,'froglok_bostaff_ouch_down',0), (3952,13634,'froglok_bostaff_ouch_forehand',0), (3953,13635,'froglok_bostaff_ouch_thrust',0), (3954,13636,'froglok_bostaff_parry_backhand',0), (3955,13637,'froglok_bostaff_parry_down',0), (3956,13638,'froglok_bostaff_parry_forehand',0), (3957,13639,'froglok_bostaff_parry_thrust',0), (3958,13640,'froglok_bostaff_super_buff',0), (3959,13641,'froglok_dual_wield_attack_recoil',0), (3960,13642,'froglok_dual_wield_attack_recoil01',0), (3961,13643,'froglok_dual_wield_attack_recoil02',0), (3962,13644,'froglok_dual_wield_attack_recoil03',0), (3963,13645,'froglok_dual_wield_parry_backhand',0), (3964,13646,'froglok_dual_wield_parry_down',0), (3965,13647,'froglok_dual_wield_parry_forehand',0), (3966,13648,'froglok_dual_wield_parry_thrust',0), (3967,13649,'froglok_monk_attack_recoil',0), (3968,13650,'froglok_monk_attack_recoil02',0), (3969,13651,'froglok_monk_charge_up',0), (3970,13652,'froglok_monk_defensive_buff',0), (3971,13653,'froglok_monk_dodge_backhand',0), (3972,13654,'froglok_monk_dodge_down',0), (3973,13655,'froglok_monk_dodge_forehand',0), (3974,13656,'froglok_monk_dodge_thrust',0), (3975,13657,'froglok_monk_kick_flying',0), (3976,13658,'froglok_monk_offensive_buff',0), (3977,13659,'froglok_monk_ouch_down',0), (3978,13660,'froglok_monk_ouch_thrust',0), (3979,13661,'froglok_monk_parry_backhand',0), (3980,13662,'froglok_monk_parry_down',0), (3981,13663,'froglok_monk_parry_forehand',0), (3982,13664,'froglok_monk_parry_thrust',0), (3983,13665,'froglok_monk_super_buff',0), (3984,13666,'froglok_monk_taunt_combat_art',0), (3985,13667,'froglok_pike_attack_recoil',0), (3986,13668,'froglok_pike_attack_recoil01',0), (3987,13669,'froglok_pike_attack_recoil02',0), (3988,13670,'froglok_pike_charge_up',0), (3989,13671,'froglok_pike_dodge_backhand',0), (3990,13672,'froglok_pike_dodge_down',0), (3991,13673,'froglok_pike_dodge_forehand',0), (3992,13674,'froglok_pike_dodge_thrust',0), (3993,13675,'froglok_pike_offensive_buff',0), (3994,13676,'froglok_pike_ouch_backhand',0), (3995,13677,'froglok_pike_ouch_down',0), (3996,13678,'froglok_pike_ouch_forehand',0), (3997,13679,'froglok_pike_ouch_thrust',0), (3998,13680,'froglok_pike_parry_backhand',0), (3999,13681,'froglok_pike_parry_down',0), (4000,13682,'froglok_pike_parry_forehand',0), (4001,13683,'froglok_pike_parry_thrust',0), (4002,13684,'froglok_pugilist_attack_recoil02',0), (4003,13685,'froglok_pugilist_defensive_buff',0), (4004,13686,'froglok_pugilist_dodge_backhand',0), (4005,13687,'froglok_pugilist_dodge_down',0), (4006,13688,'froglok_pugilist_dodge_forehand',0), (4007,13689,'froglok_pugilist_dodge_thrust',0), (4008,13690,'froglok_pugilist_offensive_buff',0), (4009,13691,'froglok_pugilist_ouch_backhand',0), (4010,13692,'froglok_pugilist_ouch_down',0), (4011,13693,'froglok_pugilist_ouch_forehand',0), (4012,13694,'froglok_pugilist_super_buff',0), (4013,13705,'froglok_bostaff_charge_up',0), (4014,13706,'froglok_dual_wield_knockdowntoknees',0), (4015,13707,'froglok_dual_wield_offensive_buff',0), (4016,13708,'froglok_dual_wield_super_buff',0), (4017,13709,'froglok_knockdown_attack',0), (4018,13710,'froglok_knockdowntoknees',0), (4019,13711,'froglok_offensive_buff',0), (4020,13712,'froglok_pike_backup',0), (4021,13713,'froglok_pike_knockdowntoknees',0), (4022,13714,'froglok_pike_walk',0), (4023,13715,'froglok_pugilist_attack01',0), (4024,13716,'froglok_pugilist_attack_recoil01',0), (4025,13717,'froglok_pugilist_knockdowntoknees',0), (4026,13718,'froglok_super_buff',0), (4027,13720,'lights',0), (4028,13721,'lights_spiral',0), (4029,13731,'fae_light_dance',0), (4030,13732,'horse_long_fall',0), (4031,13735,'trdskl_fruitcake',0), (4032,13744,'fire01_big',0), (4033,13745,'fire01_small',0), (4034,13747,'lights_blue',0), (4035,13748,'lights_blue_slow',0), (4036,13749,'lights_flocked',0), (4037,13750,'lights_gold',0), (4038,13751,'lights_gold_slow',0), (4039,13752,'lights_red',0), (4040,13753,'lights_red_slow',0), (4041,13754,'lights_white',0), (4042,13755,'lights_white_slow',0), (4043,13785,'dwarf_forestry_success',0), (4044,13786,'gnome_forestry_success',0), (4045,13787,'halfling_forestry_success',0), (4046,13789,'ogre_1h_crush_ouch_forehand',0), (4047,13790,'ogre_1h_pierce_ouch_forehand',0), (4048,13791,'ogre_1h_sword_ouch_forehand',0), (4049,13792,'ogre_1h_thrown_ouch_forehand',0), (4050,13793,'ogre_2h_sword_dodge_backhand',0), (4051,13794,'ogre_2h_sword_dodge_forehand',0), (4052,13795,'ogre_2h_sword_ouch_down',0), (4053,13796,'ogre_2h_sword_ouch_thrust',0), (4054,13797,'ogre_dual_wield_dodge_backhand',0), (4055,13798,'ogre_dual_wield_dodge_forehand',0), (4056,13799,'ogre_dual_wield_ouch_forehand',0), (4057,13800,'ogre_pike_dodge_backhand',0), (4058,13801,'ogre_pike_dodge_forehand',0), (4059,13802,'ogre_pike_kick',0), (4060,13803,'ogre_pike_ouch_backhand',0), (4061,13804,'ogre_pike_ouch_down',0), (4062,13805,'ogre_pike_ouch_forehand',0), (4063,13806,'ogre_pike_ouch_thrust',0), (4064,13816,'darkelf_female_2h_sword_wild_swing',0), (4065,13817,'erudite_female_2h_sword_wild_swing',0), (4066,13818,'fae_light_2h_sword_whirling_attack',0), (4067,13819,'fae_light_2h_sword_wild_swing',0), (4068,13820,'fae_light_female_2h_sword_wild_swing',0), (4069,13821,'gnome_female_2h_sword_wild_swing',0), (4070,13822,'halfelf_female_2h_sword_wild_swing',0), (4071,13823,'highelf_female_2h_sword_wild_swing',0), (4072,13824,'human_female_2h_sword_wild_swing',0), (4073,13825,'iksar_female_2h_sword_wild_swing',0), (4074,13827,'kerra_female_2h_sword_wild_swing',0), (4075,13828,'ratonga_female_2h_sword_wild_swing',0), (4076,13830,'troll_female_2h_sword_wild_swing',0), (4077,13831,'woodelf_female_2h_sword_wild_swing',0), (4078,13850,'darkelf_female_pike_charge_up',0), (4079,13851,'darkelf_female_pike_defensive_buff',0), (4080,13852,'darkelf_female_pike_offensive_buff',0), (4081,13853,'erudite_female_pike_charge_up',0), (4082,13854,'erudite_female_pike_defensive_buff',0), (4083,13855,'erudite_female_pike_offensive_buff',0), (4084,13856,'fae_light_female_pike_charge_up',0), (4085,13857,'fae_light_female_pike_defensive_buff',0), (4086,13858,'fae_light_female_pike_offensive_buff',0), (4087,13859,'fae_light_untrained_ouch01',0), (4088,13860,'gnome_female_pike_charge_up',0), (4089,13861,'gnome_female_pike_defensive_buff',0), (4090,13862,'gnome_female_pike_offensive_buff',0), (4091,13863,'halfelf_female_pike_charge_up',0), (4092,13864,'halfelf_female_pike_defensive_buff',0), (4093,13865,'halfelf_female_pike_offensive_buff',0), (4094,13866,'highelf_female_pike_charge_up',0), (4095,13867,'highelf_female_pike_defensive_buff',0), (4096,13868,'highelf_female_pike_offensive_buff',0), (4097,13869,'human_female_pike_charge_up',0), (4098,13870,'human_female_pike_defensive_buff',0), (4099,13871,'human_female_pike_offensive_buff',0), (4100,13872,'iksar_female_pike_charge_up',0), (4101,13873,'iksar_female_pike_defensive_buff',0), (4102,13874,'iksar_female_pike_offensive_buff',0), (4103,13876,'kerra_female_pike_charge_up',0), (4104,13877,'kerra_female_pike_defensive_buff',0), (4105,13878,'kerra_female_pike_offensive_buff',0), (4106,13879,'ratonga_female_pike_charge_up',0), (4107,13880,'ratonga_female_pike_defensive_buff',0), (4108,13881,'ratonga_female_pike_offensive_buff',0), (4109,13883,'troll_female_pike_charge_up',0), (4110,13884,'troll_female_pike_defensive_buff',0), (4111,13885,'troll_female_pike_offensive_buff',0), (4112,13886,'woodelf_female_pike_charge_up',0), (4113,13887,'woodelf_female_pike_defensive_buff',0), (4114,13888,'woodelf_female_pike_offensive_buff',0), (4115,13937,'design_frostfell_candy_canes',0), (4116,13958,'fire_hearts',0), (4117,14010,'result_heart_vision',0), (4118,14011,'result_heartbreak',0), (4119,14023,'result_flies',0), (4120,14024,'result_weapon_trail_poison',0), (4121,14175,'result_dagger_vision_p2p',0), (4122,14176,'result_heart_vision_p2p',0), (4123,14186,'flirt_short_butt',0), (4124,14187,'flirt_short_leg',0), (4125,14188,'flirt_short_shake',0), (4126,14189,'flirt_short_wave',0), (4127,14190,'flirt_short_wave2',0), (4128,14191,'flirt_short_wave3',0), (4129,14193,'result_heart_success',0), (4130,14223,'design_result_static_scare',0), (4131,14225,'result_fog_poison_billboards',0), (4132,14226,'result_fog_poison_billboards_small',0), (4133,14227,'result_fog_poison_billboards_thinner',0), (4134,14228,'roxbury',0), (4135,14242,'cast_pfx_notes_l',0), (4136,14243,'cast_pfx_notes_r',0), (4137,14312,'sound_unrest_quel_piano',0), (4138,14323,'water',0), (4139,14364,'1h_wand_attack',0), (4140,14365,'1h_wand_attack01',0), (4141,14366,'1h_wand_attack02',0), (4142,14367,'1h_wand_attack03',0), (4143,14368,'1h_wand_attack_recoil',0), (4144,14369,'1h_wand_attack_recoil01',0), (4145,14370,'1h_wand_attack_recoil02',0), (4146,14371,'1h_wand_attack_recoil03',0), (4147,14372,'1h_wand_backup',0), (4148,14373,'1h_wand_dodge_backhand',0), (4149,14374,'1h_wand_dodge_down',0), (4150,14375,'1h_wand_dodge_forehand',0), (4151,14376,'1h_wand_dodge_thrust',0), (4152,14377,'1h_wand_enter',0), (4153,14378,'1h_wand_exit',0), (4154,14379,'1h_wand_idle',0), (4155,14380,'1h_wand_ouch_backhand',0), (4156,14381,'1h_wand_ouch_down',0), (4157,14382,'1h_wand_ouch_forehand',0), (4158,14383,'1h_wand_ouch_thrust',0), (4159,14384,'1h_wand_parry_backhand',0), (4160,14385,'1h_wand_parry_down',0), (4161,14386,'1h_wand_parry_forehand',0), (4162,14387,'1h_wand_parry_thrust',0), (4163,14388,'1h_wand_strafe_left',0), (4164,14389,'1h_wand_strafe_right',0), (4165,14390,'1h_wand_walk',0), (4166,14401,'snd_design_unrest_zombie_scare',0), (4167,14407,'constant2_fx',0), (4168,14420,'result_sparkles_explode_noise',0), (4169,14422,'sound_howl',0), (4170,14460,'attack_recoil',0), (4171,14461,'attack_recoil01',0), (4172,14462,'attack_recoil02',0), (4173,14463,'attack_recoil03',0), (4174,14469,'parry_backhand',0), (4175,14470,'parry_down',0), (4176,14471,'parry_forehand',0), (4177,14472,'parry_thrust',0), (4178,14497,'monk_offensive_buff_short',0), (4179,14506,'result_sparkle_trail_weapon_right_glow_blend_brown',0), (4180,14507,'result_sparkle_trail_weapon_right_glow_blend_purple',0), (4181,14508,'result_sparkle_trail_weapon_right_glow_silver',0), (4182,14509,'result_sparkle_trail_weapon_right_glow_tan',0), (4183,14519,'1h_pierce_attack_03',0), (4184,14535,'result_sparkle_trail_rightfoot_glow',0), (4185,14555,'cast_mist_sphere_sub',0), (4186,14561,'result_ghost_shield_p2p',0), (4187,14576,'design_flying_barrel',0), (4188,14585,'result_breaking_faith_wall',0), (4189,14589,'cached_state2',0), (4190,14623,'result_flash_weapon_brown',0), (4191,14624,'result_flash_weapon_purple',0), (4192,14625,'result_flash_weapon_silver',0), (4193,14626,'result_glow_weapon_tan',0), (4194,14627,'result_mist_clingy_sub',0), (4195,14628,'result_shout',0), (4196,14681,'cast_debuff_blend',0), (4197,14684,'cast_shield_grow_blend',0), (4198,14721,'design_result_bubble_ring',0), (4199,14736,'fel_epic_symbol',0), (4200,14739,'warg_backup',0), (4201,14740,'warg_fall',0), (4202,14741,'warg_idle',0), (4203,14742,'warg_jump',0), (4204,14743,'warg_jump_substitute',0), (4205,14744,'warg_land',0), (4206,14745,'warg_long_fall',0), (4207,14746,'warg_run',0), (4208,14747,'warg_turn_left',0), (4209,14748,'warg_turn_right',0), (4210,14749,'warg_walk',0), (4211,14797,'electric_hands_l',0), (4212,14798,'electric_hands_r',0), (4213,14802,'trdskl_horn',0), (4214,14810,'warg_idle01',0), (4215,14811,'warg_idle02',0), (4216,14839,'pawstep_trigger',0), (4217,14869,'result_deathward_heal',0), (4218,14870,'result_doppleganger_p2p',0), (4219,14871,'result_eyehand_buff',0), (4220,14889,'cast_acid_storm_damage',0), (4221,14895,'result_acid_rain_damage',0), (4222,14896,'result_acid_storm_damage',0), (4223,14904,'pawstep',0), (4224,14913,'pawstep_snow',0), (4225,14918,'snd_horn_centaur',0), (4226,14919,'snd_horn_conch',0), (4227,14920,'snd_horn_gnoll',0), (4228,14921,'snd_horn_goblin',0), (4229,14924,'cast_ball_lightning_damage',0), (4230,14925,'cast_conjuror',0), (4231,14937,'result_countersong_p2p',0), (4232,14938,'result_rays_of_disintigration',0), (4233,14939,'result_rays_of_disintigration_p2p',0), (4234,14945,'cast_vampirism_p2p',0), (4235,14947,'froglok_warg_idle',0), (4236,14948,'froglok_warg_jump_substitute',0), (4237,14978,'particle_mood_combat_enter',0), (4238,14979,'result_fatal_followup',0), (4239,14980,'result_puppetmaster',0), (4240,14989,'special',0), (4241,14996,'result_barrier',0), (4242,14997,'result_softkill',0), (4243,15001,'cast_leaf_blower_p2p',0), (4244,15004,'cast_waterflush_p2p',0), (4245,15007,'result_firewhimsy_p2p',0), (4246,15008,'result_leaves_sticky',0), (4247,15009,'result_p2p_lightning_bolts',0), (4248,15051,'design_spotlight',0), (4249,15053,'pawstep_leather_carpet',0), (4250,15054,'pawstep_leather_dirt',0), (4251,15055,'pawstep_leather_grass',0), (4252,15056,'pawstep_leather_gravel',0), (4253,15057,'pawstep_leather_ice',0), (4254,15058,'pawstep_leather_metal',0), (4255,15059,'pawstep_leather_mud',0), (4256,15060,'pawstep_leather_sand',0), (4257,15061,'pawstep_leather_snow',0), (4258,15062,'pawstep_leather_stone',0), (4259,15063,'pawstep_leather_water',0), (4260,15064,'pawstep_leather_wood',0), (4261,15094,'snd_fire_large_loop',0), (4262,15109,'sound_peck',0), (4263,15117,'sound_damagefeather',0), (4264,15120,'cast_dirge_stringed_loop',0), (4265,15122,'cast_horn_blowing_end',0), (4266,15123,'cast_horn_blowing_loop',0), (4267,15128,'fae_dark_1h_sword_attack',0), (4268,15129,'fae_dark_1h_sword_attack01',0), (4269,15130,'fae_dark_1h_sword_attack02',0), (4270,15131,'fae_dark_1h_sword_attack03',0), (4271,15132,'fae_dark_1h_sword_death_blow',0), (4272,15133,'fae_dark_1h_sword_death_blow01',0), (4273,15134,'fae_dark_1h_sword_dodge_backhand',0), (4274,15135,'fae_dark_1h_sword_dodge_down',0), (4275,15136,'fae_dark_1h_sword_dodge_forehand',0), (4276,15137,'fae_dark_1h_sword_dodge_thrust',0), (4277,15138,'fae_dark_1h_sword_ouch_backhand',0), (4278,15139,'fae_dark_1h_sword_ouch_down',0), (4279,15140,'fae_dark_1h_sword_ouch_forehand',0), (4280,15141,'fae_dark_1h_sword_ouch_thrust',0), (4281,15142,'fae_dark_1h_sword_parry_backhand',0), (4282,15143,'fae_dark_1h_sword_parry_down',0), (4283,15144,'fae_dark_1h_sword_parry_forehand',0), (4284,15145,'fae_dark_1h_sword_parry_thrust',0), (4285,15146,'fae_dark_2h_sword_attack',0), (4286,15147,'fae_dark_2h_sword_attack01',0), (4287,15148,'fae_dark_2h_sword_attack02',0), (4288,15149,'fae_dark_2h_sword_defensive_buff',0), (4289,15150,'fae_dark_2h_sword_dodge_backhand',0), (4290,15151,'fae_dark_2h_sword_dodge_down',0), (4291,15152,'fae_dark_2h_sword_dodge_forehand',0), (4292,15153,'fae_dark_2h_sword_enter',0), (4293,15154,'fae_dark_2h_sword_kick',0), (4294,15155,'fae_dark_2h_sword_ouch_backhand',0), (4295,15156,'fae_dark_2h_sword_ouch_down',0), (4296,15157,'fae_dark_2h_sword_ouch_forehand',0), (4297,15158,'fae_dark_2h_sword_ouch_thrust',0), (4298,15159,'fae_dark_2h_sword_whirling_attack',0), (4299,15160,'fae_dark_2h_sword_wild_swing',0), (4300,15161,'fae_dark_bostaff_attack01',0), (4301,15162,'fae_dark_bostaff_attack02',0), (4302,15163,'fae_dark_bostaff_attack03',0), (4303,15164,'fae_dark_bostaff_dodge_backhand',0), (4304,15165,'fae_dark_bostaff_dodge_forehand',0), (4305,15166,'fae_dark_climbing_backup',0), (4306,15167,'fae_dark_climbing_enter_down_root',0), (4307,15168,'fae_dark_climbing_exit_up_root',0), (4308,15169,'fae_dark_climbing_idle',0), (4309,15170,'fae_dark_climbing_strafe_left',0), (4310,15171,'fae_dark_climbing_strafe_right',0), (4311,15172,'fae_dark_climbing_walk',0), (4312,15173,'fae_dark_dance',0), (4313,15174,'fae_dark_dead',0), (4314,15175,'fae_dark_dead_enter',0), (4315,15176,'fae_dark_dual_wield_attack',0), (4316,15177,'fae_dark_dual_wield_attack01',0), (4317,15178,'fae_dark_dual_wield_attack02',0), (4318,15179,'fae_dark_dual_wield_attack03',0), (4319,15180,'fae_dark_dual_wield_dodge_backhand',0), (4320,15181,'fae_dark_dual_wield_dodge_forehand',0), (4321,15182,'fae_dark_dual_wield_kick',0), (4322,15183,'fae_dark_dual_wield_ouch_backhand',0), (4323,15184,'fae_dark_dual_wield_ouch_forehand',0), (4324,15185,'fae_dark_dual_wield_parry_down',0), (4325,15186,'fae_dark_dual_wield_whirling_attack',0), (4326,15187,'fae_dark_dual_wield_wild_swing',0), (4327,15188,'fae_dark_idle',0), (4328,15189,'fae_dark_monk_attack',0), (4329,15190,'fae_dark_monk_attack01',0), (4330,15191,'fae_dark_monk_attack02',0), (4331,15192,'fae_dark_monk_attack03',0), (4332,15193,'fae_dark_monk_dodge_backhand',0), (4333,15194,'fae_dark_monk_dodge_down',0), (4334,15195,'fae_dark_monk_wild_swing',0), (4335,15196,'fae_dark_pike_attack',0), (4336,15197,'fae_dark_pike_attack01',0), (4337,15198,'fae_dark_pike_attack02',0), (4338,15199,'fae_dark_pike_kick',0), (4339,15200,'fae_dark_pike_whirling_attack',0), (4340,15201,'fae_dark_pike_wild_swing',0), (4341,15202,'fae_dark_pugilist_attack',0), (4342,15203,'fae_dark_pugilist_attack02',0), (4343,15204,'fae_dark_pugilist_kick',0), (4344,15205,'fae_dark_pugilist_whirling_attack',0), (4345,15206,'fae_dark_pugilist_wild_swing',0), (4346,15207,'fae_dark_run',0), (4347,15208,'fae_dark_sit_enter',0), (4348,15209,'fae_dark_sit_exit',0), (4349,15210,'fae_dark_sit_idle',0), (4350,15211,'fae_dark_untrained_ouch01',0), (4351,15232,'cast_summon_undead_assemble',0), (4352,15233,'cast_summon_undead_cyclone',0), (4353,15234,'cast_summon_undead_flame_spurt',0), (4354,15235,'cast_summon_undead_yawn',0), (4355,15245,'result_clouds_head',0), (4356,15246,'run01',0), (4357,15247,'run02',0), (4358,15258,'cast_bard_drum_persist',0), (4359,15259,'cast_bard_flute_persist',0), (4360,15260,'cast_bard_stringed_persist',0), (4361,15265,'result_soulsuck_p2p',0), (4362,15301,'design_fireworks_show_10',0), (4363,15302,'design_fireworks_show_2',0), (4364,15303,'design_fireworks_show_4',0), (4365,15304,'design_fireworks_show_6',0), (4366,15307,'sound_bud',0), (4367,15308,'sound_idle_legs',0), (4368,15321,'design_neriak_opera_backdrop_moon',0), (4369,15322,'design_neriak_opera_backdrop_palace',0), (4370,15323,'design_neriak_opera_backdrop_sky',0), (4371,15324,'design_neriak_opera_backdrop_trees',0), (4372,15334,'trdskl_metal_sparks',0), (4373,15363,'sound_deathwing',0), (4374,15364,'sound_idlebreathe',0), (4375,15365,'sound_idlewing',0), (4376,15366,'sound_stinger',0), (4377,15367,'sound_swooshstinger',0), (4378,15409,'result_anvil_drop',0), (4379,15418,'walk01',0), (4380,15419,'walk02',0), (4381,15475,'result_star_burst',0), (4382,15476,'result_stunned_star',0), (4383,15529,'attack_02',0), (4384,15533,'green_smoke-ouch',0), (4385,15534,'green_smoke_ouch',0), (4386,15536,'royal_wave_short',0), (4387,15538,'spike_ball01',0), (4388,15539,'spike_ball02',0), (4389,15540,'spike_ball03',0), (4390,15588,'draw_weapon',0), (4391,15589,'fel_epic_symbol_outer',0), (4392,15611,'draw_weapon_idle',0), (4393,15614,'sheathe_weapon_idle',0), (4394,15615,'fade_cast_sound',0), (4395,15616,'fade_reverse_sound',0), (4396,15617,'cast_poison_dragon_breath_test',0), (4397,15618,'cast_pricecheck',0), (4398,15619,'constant_fx',0), (4399,15620,'instant_fx',0), (4400,15621,'sd_spiritdescend_snd',0), (4401,15622,'1h_sword_idle01',0), (4402,15629,'paperdoll',0), (4403,15637,'tail_combat',0), (4404,15640,'aura_yellow',0), (4405,15641,'cast_lhand_sparkle_trail_blend',0), (4406,15644,'cast_rhand_sparkle_trail_blend',0), (4407,15652,'tail_run',0), (4408,15657,'climbing_chainmail_rope',0), (4409,15658,'climbing_leather_rope',0), (4410,15659,'climbing_metal_rope',0), (4411,15662,'run_tail',0), (4412,15669,'result_cold_ice_crystals_hands',0), (4413,15670,'result_cold_ice_crystals_lefthand',0), (4414,15671,'result_cold_ice_crystals_righthand',0), (4415,15672,'result_hand_rings_fire',0), (4416,15673,'result_hand_rings_ice',0), (4417,15674,'result_hand_rings_lightning',0), (4418,15675,'result_rock_hands',0), (4419,15678,'attack_fx',0), (4420,15685,'result_plant_filaments',0), (4421,15693,'sound_damagestone',0), (4422,15694,'sound_deadloud',0), (4423,15699,'cast_skull_grow',0), (4424,15700,'cast_sonic_ring',0), (4425,15701,'cast_sonic_ring_vertical',0), (4426,15704,'result_poison_cysts_popping',0), (4427,15705,'result_silence',0), (4428,15712,'result_gangrene',0), (4429,15720,'snd_aof_anvilfall',0), (4430,15721,'snd_aof_anvilhit',0), (4431,15729,'snd_acidrain_cast',0), (4432,15730,'snd_acidrain_result',0), (4433,15736,'death',0), (4434,15739,'sheathe_weapon',0), (4435,15740,'snd_design_terror001',0), (4436,15741,'snd_design_terror002',0), (4437,15742,'snd_design_terror003',0), (4438,15743,'snd_design_terror004',0), (4439,15744,'snd_design_terror005',0), (4440,15745,'snd_design_terror006',0), (4441,15746,'snd_design_terror007',0), (4442,15747,'snd_design_terror008',0), (4443,15748,'snd_design_terror009',0), (4444,15749,'snd_design_terror010',0), (4445,15750,'snd_design_terror011',0), (4446,15751,'snd_design_terror012',0), (4447,15752,'snd_design_terror020',0), (4448,15753,'sound_blow',0), (4449,15754,'sound_deathfall1',0), (4450,15755,'sound_deathfall2',0), (4451,15763,'sound_idlehit',0), (4452,15764,'sound_idleyell',0), (4453,15771,'kick_fx',0), (4454,15772,'result_bucket',0), (4455,15779,'result_lava_burst',0), (4456,15780,'rhino_backup',0), (4457,15781,'rhino_idle',0), (4458,15782,'rhino_jump_substitute',0), (4459,15783,'rhino_run',0), (4460,15784,'rhino_turn_left',0), (4461,15785,'rhino_turn_right',0), (4462,15786,'rhino_walk',0), (4463,15793,'result_blast_cone_aoe',0), (4464,15794,'result_pants_off',0), (4465,15801,'result_god_spell_bristlebane',0), (4466,15807,'design_plant_attack',0), (4467,15809,'rhino_fall',0), (4468,15810,'rhino_jump',0), (4469,15811,'rhino_land',0), (4470,15818,'result_cocoon_blue',0), (4471,15819,'result_cocoon_green',0), (4472,15820,'result_cocoon_red',0), (4473,15821,'result_cocoon_yellow',0), (4474,15822,'result_web_shooting_p2p',0), (4475,15828,'fly_combat',0), (4476,15829,'fly_combat01',0), (4477,15830,'fly_enter',0), (4478,15831,'fly_exit',0), (4479,15834,'snd_cow_moo',0), (4480,15835,'trdskl_beehive',0), (4481,15842,'result_bee_breath',0), (4482,15843,'result_beehive_hit',0), (4483,15845,'sound_ribbit',0), (4484,15846,'sound_tonguesplat',0), (4485,15851,'cast_wild_heart_buff',0), (4486,15854,'persist_fear_skulls',0), (4487,15855,'persist_wild_heart_beating',0), (4488,15861,'drag_sparks',0), (4489,15862,'ground_blast',0), (4490,15864,'pawbuster_attack_enter',0), (4491,15865,'pawbuster_attack_exit',0), (4492,15866,'pawbuster_attack_idle',0), (4493,15867,'result_webby_root',0), (4494,15875,'sparkle_trail_weapon',0), (4495,15876,'sparkle_trail_weapon_spiral',0), (4496,15881,'cast_webshoot',0), (4497,15882,'cast_webshoot_p2p',0), (4498,15886,'walk_tail',0), (4499,15891,'cast_trace_firespikes_sub_l',0), (4500,15892,'cast_trace_firespikes_sub_r',0), (4501,15899,'pugilist_charge_up_long',0), (4502,15907,'spike_fist',0), (4503,15913,'fx_on',0), (4504,15915,'result_ground_blast_ring',0), (4505,15921,'griffin_glide',0), (4506,15927,'idle_to_combat',0), (4507,15934,'result_fire_object',0), (4508,15941,'rhino_long_fall',0), (4509,15942,'rhino_strafe_left',0), (4510,15943,'rhino_strafe_right',0), (4511,15944,'run_tail_cloak',0), (4512,15946,'walk_tail_cloak',0), (4513,15949,'beam0_blue',0), (4514,15950,'beam0_red',0), (4515,15951,'beam0_yellow',0), (4516,15952,'beam1_blue',0), (4517,15953,'beam1_red',0), (4518,15954,'beam1_yellow',0), (4519,15955,'beam2_blue',0), (4520,15956,'beam2_red',0), (4521,15957,'beam2_yellow',0), (4522,15958,'beam3_blue',0), (4523,15959,'beam3_red',0), (4524,15960,'beam3_yellow',0), (4525,15961,'beam_door',0), (4526,15966,'cast_shards',0), (4527,15967,'cast_shards_blast',0), (4528,15970,'mood_dance',0), (4529,15973,'beam_miss_orange',0), (4530,15974,'beam_miss_purple',0), (4531,15975,'cast_dragon_pbae_lightning_red',0), (4532,15976,'cast_dual_shards',0), (4533,15979,'cast_shard_cloud_blast',0), (4534,15980,'cast_shard_lightning',0), (4535,15981,'cast_shard_pulse',0), (4536,15982,'cast_shards_fusion',0), (4537,15983,'cast_shards_merging',0), (4538,15989,'ghost_idle',0), (4539,15994,'cha_beam_blast0',0), (4540,15995,'cha_beam_blast1',0), (4541,15996,'cha_beam_blast2',0), (4542,15997,'cha_beam_blast_up',0), (4543,16003,'design_charasis_beams_purple',0), (4544,16004,'design_charasis_beams_turquoise',0), (4545,16011,'result_ghost_forced_shader_4_green',0), (4546,16012,'result_ghost_forced_shader_4_red',0), (4547,16019,'result_barrier_blue',0), (4548,16020,'result_barrier_red',0), (4549,16021,'result_barrier_yellow',0), (4550,16027,'design_blood_puddle',0), (4551,16029,'result_berserker_black_eyes',0), (4552,16030,'result_berserker_blue_eyes',0), (4553,16031,'result_berserker_purple_eyes',0), (4554,16032,'result_berserker_white_eyes',0), (4555,16037,'combat_idle2',0), (4556,16039,'design_charasis_windfan_fx',0), (4557,16042,'cast_no_target_blue_star',0), (4558,16046,'design_charasis_theater_fx',0), (4559,16047,'design_charasis_vision_fens',0), (4560,16048,'design_charasis_vision_jarsath',0), (4561,16049,'design_charasis_vision_kunzar',0), (4562,16050,'design_charasis_vision_kylong',0), (4563,16056,'dance_enter',0), (4564,16057,'dance_exit',0), (4565,16059,'result_ghost_shadow',0), (4566,16065,'design_lava_projectile',0), (4567,16066,'design_vision_teleport_veeshans',0), (4568,16074,'sound_fall001',0), (4569,16080,'design_veeshans_barrier',0), (4570,16086,'design_veeshans_rock_drop',0), (4571,16089,'sound_belly001',0), (4572,16090,'sound_belly002',0), (4573,16095,'cast_summon_undead_cyclone_green',0), (4574,16097,'goo_arm_buff',0), (4575,16099,'result_pus_bolt_p2p',0), (4576,16100,'result_pus_splat',0), (4577,16101,'result_sickly_aura_aoe',0), (4578,16102,'ring',0), (4579,16108,'design_vision_teleport_traks_lair',0), (4580,16109,'draw_weapon_primary_trigger',0), (4581,16110,'draw_weapon_secondary_trigger',0), (4582,16112,'result_barrier_orange',0), (4583,16113,'result_gavel_pound',0), (4584,16114,'result_stinky_aura',0), (4585,16115,'screen_shake',0), (4586,16117,'sheathe_weapon_primary_trigger',0), (4587,16118,'sheathe_weapon_secondary_trigger',0), (4588,16119,'stomp_sound',0), (4589,16127,'sound_bone',0), (4590,16128,'sound_bonedeath',0), (4591,16135,'result_glade',0), (4592,16136,'result_ice_storm',0), (4593,16137,'result_shroud_of_clouds',0), (4594,16143,'design_karnors_beam_center',0), (4595,16144,'design_karnors_beam_left',0), (4596,16145,'design_karnors_beam_right',0), (4597,16147,'result_timed_heart_tap',0), (4598,16149,'sound_yawn',0), (4599,16154,'combat_attack',0), (4600,16157,'mount_attack01',0), (4601,16158,'mount_combat_idle',0), (4602,16159,'mount_ouch',0), (4603,16160,'mount_ouch01',0), (4604,16161,'result_soul_attack_p2p',0), (4605,16162,'rhino_sprint',0), (4606,16163,'sarnak_1h_crush_idle',0), (4607,16164,'sarnak_1h_pierce_idle',0), (4608,16165,'sarnak_1h_sword_idle',0), (4609,16166,'sarnak_1h_thrown_idle',0), (4610,16167,'sarnak_2h_sword_idle',0), (4611,16168,'sarnak_backup',0), (4612,16169,'sarnak_backup_run',0), (4613,16170,'sarnak_bostaff_idle',0), (4614,16171,'sarnak_combat_idle',0), (4615,16172,'sarnak_dual_wield_idle',0), (4616,16173,'sarnak_fall',0), (4617,16174,'sarnak_idle',0), (4618,16175,'sarnak_idle01',0), (4619,16176,'sarnak_monk_idle',0), (4620,16177,'sarnak_pike_idle',0), (4621,16178,'sarnak_pugilist_idle',0), (4622,16179,'sarnak_rhino_backup',0), (4623,16180,'sarnak_rhino_idle',0), (4624,16181,'sarnak_rhino_jump_substitute',0), (4625,16182,'sarnak_rhino_run',0), (4626,16183,'sarnak_rhino_strafe_left',0), (4627,16184,'sarnak_rhino_strafe_right',0), (4628,16185,'sarnak_rhino_turn_left',0), (4629,16186,'sarnak_rhino_turn_right',0), (4630,16187,'sarnak_run',0), (4631,16188,'sarnak_run_03',0), (4632,16189,'sarnak_run_down_idle',0), (4633,16190,'sarnak_run_long',0), (4634,16191,'sarnak_run_up_idle',0), (4635,16192,'sarnak_sit_enter',0), (4636,16193,'sarnak_sit_exit',0), (4637,16194,'sarnak_sit_idle',0), (4638,16195,'sarnak_strafe_left_run',0), (4639,16196,'sarnak_strafe_right_run',0), (4640,16197,'sarnak_sway_l',0), (4641,16198,'sarnak_sway_r',0), (4642,16199,'sarnak_untrained_idle',0), (4643,16200,'sarnak_walk',0), (4644,16203,'carpet_backup',0), (4645,16209,'sokokar_idle',0), (4646,16210,'sokokar_run',0), (4647,16211,'sokokar_walk',0), (4648,16218,'pus_splat',0), (4649,16220,'sound_cast001',0), (4650,16221,'sound_cast002',0), (4651,16222,'sound_slam',0), (4652,16225,'aura_green',0), (4653,16228,'cast_venril_beam_buff',0), (4654,16229,'cast_venril_crystal',0), (4655,16230,'cast_venril_ring',0), (4656,16231,'cast_venril_ring_buff',0), (4657,16234,'result_ghosts',0), (4658,16240,'death_enter',0), (4659,16241,'death_tail',0), (4660,16242,'hand_fx_left',0), (4661,16243,'hand_fx_right',0), (4662,16246,'sokokar_glide',0), (4663,16247,'sound_deadeye001',0), (4664,16248,'sound_deadeye002',0), (4665,16249,'sound_deathdeflate',0), (4666,16250,'sound_smoke',0), (4667,16255,'cast_trail_head',0), (4668,16262,'manipulate',0), (4669,16270,'sound_bones',0), (4670,16271,'sound_deathghost',0), (4671,16277,'eye_beams',0), (4672,16279,'result_pus_rain_aoe',0), (4673,16280,'sarnak_1h_crush_enter',0), (4674,16281,'sarnak_1h_pierce_enter',0), (4675,16282,'sarnak_1h_sword_attack',0), (4676,16283,'sarnak_1h_sword_attack02',0), (4677,16284,'sarnak_1h_sword_attack03',0), (4678,16285,'sarnak_1h_sword_death_blow',0), (4679,16286,'sarnak_1h_sword_death_blow01',0), (4680,16287,'sarnak_1h_sword_enter',0), (4681,16288,'sarnak_1h_sword_exit',0), (4682,16289,'sarnak_1h_thrown_enter',0), (4683,16290,'sarnak_1h_wand_enter',0), (4684,16291,'sarnak_1h_wand_idle',0), (4685,16292,'sarnak_2h_sword_enter',0), (4686,16293,'sarnak_dead',0), (4687,16294,'sarnak_dead_enter',0), (4688,16301,'result_fireworks_confetti',0), (4689,16304,'cast_breath_divine',0), (4690,16305,'cast_breath_magic',0), (4691,16312,'result_breath_magic',0), (4692,16318,'design_green_mist',0), (4693,16320,'power_up',0), (4694,16321,'sarnak_2h_sword_attack',0), (4695,16322,'sarnak_2h_sword_attack01',0), (4696,16323,'sarnak_2h_sword_attack02',0), (4697,16324,'sarnak_2h_sword_kick',0), (4698,16325,'sarnak_monk_enter',0), (4699,16328,'cast_dragon_tail_trail',0), (4700,16329,'cast_dragon_tail_trail_long',0), (4701,16330,'cast_dragon_wing_buffet',0), (4702,16334,'horse_combat_idle',0), (4703,16336,'result_fleas',0), (4704,16337,'sarnak_bow_enter',0), (4705,16338,'sarnak_bow_idle',0), (4706,16340,'sound_attack_main',0), (4707,16341,'sound_attack_medusa',0), (4708,16342,'sound_attack_mouth',0), (4709,16343,'sound_damage_medusa',0), (4710,16344,'sound_damage_mouth',0), (4711,16345,'sound_death_medusa',0), (4712,16346,'sound_death_mouth',0), (4713,16347,'sound_enter',0), (4714,16348,'sound_enter_vocal',0), (4715,16349,'sound_swing',0), (4716,16356,'result_god_cackle_tribunal',0), (4717,16357,'result_god_spell_bertoxxulous',0), (4718,16358,'result_god_spell_karana',0), (4719,16359,'result_god_spell_tribunal',0), (4720,16361,'snd_rain_9s',0), (4721,16362,'trdskl_barracuda',0), (4722,16365,'cast_dragon_breath_cold',0), (4723,16366,'cast_dragon_breath_heat',0), (4724,16367,'cast_dragon_breath_lightning',0), (4725,16368,'cast_dragon_breath_poison',0), (4726,16369,'cast_drake_breath_cold',0), (4727,16370,'cast_drake_breath_lightning',0), (4728,16371,'cast_drake_breath_magic_divine',0), (4729,16372,'cast_drake_breath_poison',0), (4730,16376,'design_ball_summon',0), (4731,16377,'design_leash',0), (4732,16378,'design_lightning_ground',0), (4733,16379,'design_pillar_summon',0), (4734,16381,'ouch_back',0), (4735,16382,'sarnak_dual_wield_attack01',0), (4736,16384,'sit_idle_tail',0), (4737,16391,'runes_shissar1',0), (4738,16392,'runes_shissar2',0), (4739,16393,'runes_shissar3',0), (4740,16394,'runes_shissar4',0), (4741,16395,'runes_shissar5',0), (4742,16396,'runes_shissar6',0), (4743,16397,'runes_shissar7',0), (4744,16398,'runes_shissar8',0), (4745,16405,'pike_advance',0), (4746,16412,'result_trakanon_static_repulsion',0), (4747,16418,'design_poison_splashes',0), (4748,16420,'particle_teleport',0), (4749,16422,'wizard_rune_blast',0), (4750,16429,'result_hand_rings_smoke',0), (4751,16430,'result_pie_splat',0), (4752,16431,'sarnak_1h_crush_attack',0), (4753,16432,'sarnak_1h_crush_attack02',0), (4754,16433,'sarnak_1h_crush_attack03',0), (4755,16434,'sarnak_1h_pierce_attack',0), (4756,16435,'sarnak_bostaff_attack',0), (4757,16436,'sarnak_bostaff_attack01',0), (4758,16437,'sarnak_bostaff_attack02',0), (4759,16438,'sarnak_bostaff_attack03',0), (4760,16439,'sarnak_dual_wield_attack',0), (4761,16440,'sarnak_dual_wield_attack02',0), (4762,16441,'sarnak_fishing_cast',0), (4763,16442,'sarnak_fishing_fight',0), (4764,16443,'sarnak_fishing_reel_in',0), (4765,16444,'sarnak_forestry_chopping',0), (4766,16445,'sarnak_forestry_success',0), (4767,16446,'sarnak_gathering_search',0), (4768,16447,'sarnak_gathering_success',0), (4769,16448,'sarnak_mining_digging',0), (4770,16449,'sarnak_monk_attack',0), (4771,16450,'sarnak_monk_attack01',0), (4772,16451,'sarnak_monk_attack02',0), (4773,16452,'sarnak_monk_attack03',0), (4774,16453,'sarnak_monk_kick',0), (4775,16454,'sarnak_pike_attack',0), (4776,16455,'sarnak_pike_attack01',0), (4777,16456,'sarnak_pike_attack02',0), (4778,16457,'sarnak_pike_attack03',0), (4779,16458,'sarnak_pike_kick',0), (4780,16460,'trdskl_pie',0), (4781,16467,'result_hand_rings_poison',0), (4782,16468,'sarnak_1h_sword_attack01',0), (4783,16469,'sarnak_mining_success',0), (4784,16472,'cast_mirror',0), (4785,16476,'design_parrot_shoulder',0), (4786,16478,'result_splat',0), (4787,16480,'trdskl_glob',0), (4788,16487,'result_bread_hit',0), (4789,16489,'trdskl_bread',0), (4790,16495,'froglok_dead_enter',0), (4791,16496,'froglok_run_up_idle',0), (4792,16497,'froglok_swim_attack',0), (4793,16498,'froglok_swim_go',0), (4794,16499,'froglok_swim_idle',0), (4795,16500,'froglok_swim_ouch',0), (4796,16501,'iksar_swim_backup',0), (4797,16502,'iksar_swim_go',0), (4798,16504,'sarnak_rhino_sprint',0), (4799,16505,'sarnak_swim_backup',0), (4800,16506,'sarnak_swim_go',0), (4801,16508,'swim_go',0), (4802,16513,'close',0), (4803,16514,'2h_sword',0), (4804,16517,'cast_armor_assemble',0), (4805,16520,'cast_chalice_descending',0), (4806,16527,'result_blast_double_cone_aoe',0), (4807,16530,'carpet_tail',0), (4808,16531,'carpet_tail_cloak',0), (4809,16536,'result_book_hit',0), (4810,16538,'trdskl_book',0), (4811,16539,'trdskl_rose',0), (4812,16545,'flash',0), (4813,16546,'glint',0), (4814,16549,'cast_light_beam_grow',0), (4815,16554,'result_gavel_drop',0), (4816,16555,'result_hearts_red',0), (4817,16556,'result_light_slam_aoe',0), (4818,16557,'result_vertical_blast',0), (4819,16560,'cast_lightning_aoe_blast_out',0), (4820,16565,'result_cyclone_storm',0), (4821,16568,'cast_cyclone_storm_blast',0), (4822,16575,'ouch_forhand',0), (4823,16580,'community_robe_red',0), (4824,16582,'fire_foolish',0), (4825,16583,'guide_robe_green',0), (4826,16589,'dance_synced',0), (4827,16591,'result_frisbee_p2p',0), (4828,16593,'trdskl_frisbee',0), (4829,16596,'brew_day_mugs',0), (4830,16601,'result_feather_smack',0), (4831,16602,'sarnak_1h_sword_dodge_backhand',0), (4832,16603,'sarnak_1h_sword_dodge_down',0), (4833,16604,'sarnak_1h_sword_dodge_forehand',0), (4834,16605,'sarnak_1h_sword_dodge_thrust',0), (4835,16606,'sarnak_1h_sword_ouch_backhand',0), (4836,16607,'sarnak_1h_sword_ouch_down',0), (4837,16608,'sarnak_1h_sword_ouch_forehand',0), (4838,16609,'sarnak_1h_sword_ouch_thrust',0), (4839,16610,'sarnak_1h_sword_parry_backhand',0), (4840,16611,'sarnak_1h_sword_parry_down',0), (4841,16612,'sarnak_1h_sword_parry_forehand',0), (4842,16613,'sarnak_1h_sword_parry_thrust',0), (4843,16614,'sarnak_2h_sword_dodge_down',0), (4844,16615,'sarnak_2h_sword_dodge_forehand',0), (4845,16616,'sarnak_2h_sword_ouch_backhand',0), (4846,16617,'sarnak_2h_sword_ouch_down',0), (4847,16618,'sarnak_2h_sword_ouch_forehand',0), (4848,16619,'sarnak_2h_sword_ouch_thrust',0), (4849,16620,'sarnak_2h_sword_ouch_thust',0), (4850,16621,'sarnak_2h_sword_parry_backhand',0), (4851,16622,'sarnak_2h_sword_parry_down',0), (4852,16623,'sarnak_2h_sword_parry_forehand',0), (4853,16624,'sarnak_agree',0), (4854,16625,'sarnak_applaude',0), (4855,16626,'sarnak_attention',0), (4856,16627,'sarnak_beckon',0), (4857,16628,'sarnak_beg',0), (4858,16629,'sarnak_boggle',0), (4859,16630,'sarnak_bostaff_dodge_backhand',0), (4860,16631,'sarnak_bostaff_dodge_down',0), (4861,16632,'sarnak_bostaff_dodge_forehand',0), (4862,16633,'sarnak_bostaff_ouch_backhand',0), (4863,16634,'sarnak_bostaff_ouch_down',0), (4864,16635,'sarnak_bostaff_ouch_forehand',0), (4865,16636,'sarnak_bostaff_ouch_thrust',0), (4866,16637,'sarnak_bostaff_parry_backhand',0), (4867,16638,'sarnak_bostaff_parry_down',0), (4868,16639,'sarnak_bostaff_parry_forehand',0), (4869,16640,'sarnak_bostaff_parry_thrust',0), (4870,16641,'sarnak_bow',0), (4871,16642,'sarnak_brandish',0), (4872,16643,'sarnak_bye',0), (4873,16644,'sarnak_cackle',0), (4874,16645,'sarnak_cheer',0), (4875,16646,'sarnak_chuckle',0), (4876,16647,'sarnak_confused',0), (4877,16648,'sarnak_crazy',0), (4878,16649,'sarnak_cringe',0), (4879,16650,'sarnak_cry',0), (4880,16651,'sarnak_curse',0), (4881,16652,'sarnak_curtsey',0), (4882,16653,'sarnak_curtsey2',0), (4883,16654,'sarnak_cutthroat',0), (4884,16655,'sarnak_doubletake',0), (4885,16656,'sarnak_dual_wield_attack03',0), (4886,16657,'sarnak_dual_wield_dodge_backhand',0), (4887,16658,'sarnak_dual_wield_dodge_down',0), (4888,16659,'sarnak_dual_wield_dodge_forehand',0), (4889,16660,'sarnak_dual_wield_kick',0), (4890,16661,'sarnak_dual_wield_ouch_backhand',0), (4891,16662,'sarnak_dual_wield_ouch_down',0), (4892,16663,'sarnak_dual_wield_ouch_forehand',0), (4893,16664,'sarnak_dual_wield_parry_down',0), (4894,16665,'sarnak_duck',0), (4895,16666,'sarnak_fflirt',0), (4896,16667,'sarnak_fistclapping',0), (4897,16668,'sarnak_flex',0), (4898,16669,'sarnak_flirt',0), (4899,16670,'sarnak_flustered',0), (4900,16671,'sarnak_frustration',0), (4901,16672,'sarnak_gag',0), (4902,16673,'sarnak_giggle',0), (4903,16674,'sarnak_glare',0), (4904,16675,'sarnak_grumble',0), (4905,16676,'sarnak_happy',0), (4906,16677,'sarnak_headslap',0), (4907,16678,'sarnak_hearnoevil',0), (4908,16679,'sarnak_heartattack',0), (4909,16680,'sarnak_heelclick',0), (4910,16681,'sarnak_hellno',0), (4911,16682,'sarnak_hello',0), (4912,16683,'sarnak_hourglass',0), (4913,16684,'sarnak_howl',0), (4914,16685,'sarnak_indigestion',0), (4915,16686,'sarnak_itch',0), (4916,16687,'sarnak_listen',0), (4917,16688,'sarnak_lookaway',0), (4918,16689,'sarnak_monk_dodge_backhand',0), (4919,16690,'sarnak_monk_dodge_forehand',0), (4920,16691,'sarnak_monk_ouch_backhand',0), (4921,16692,'sarnak_monk_ouch_down',0), (4922,16693,'sarnak_monk_ouch_forehand',0), (4923,16694,'sarnak_monk_parry_backhand',0), (4924,16695,'sarnak_monk_parry_down',0), (4925,16696,'sarnak_monk_parry_forehand',0), (4926,16697,'sarnak_moon',0), (4927,16698,'sarnak_neener',0), (4928,16699,'sarnak_no',0), (4929,16700,'sarnak_nod',0), (4930,16701,'sarnak_notworthy',0), (4931,16702,'sarnak_orate',0), (4932,16703,'sarnak_peer',0), (4933,16704,'sarnak_pike_dodge_backhand',0), (4934,16705,'sarnak_pike_dodge_down',0), (4935,16706,'sarnak_pike_dodge_forehand',0), (4936,16707,'sarnak_pike_dodge_thrust',0), (4937,16708,'sarnak_pike_ouch_backhand',0), (4938,16709,'sarnak_pike_ouch_down',0), (4939,16710,'sarnak_pike_ouch_thrust',0), (4940,16711,'sarnak_pike_parry_backhand',0), (4941,16712,'sarnak_pike_parry_down',0), (4942,16713,'sarnak_pike_parry_forehand',0), (4943,16714,'sarnak_point',0), (4944,16715,'sarnak_ponder',0), (4945,16716,'sarnak_pout',0), (4946,16717,'sarnak_pugilist_attack',0), (4947,16718,'sarnak_pugilist_attack01',0), (4948,16719,'sarnak_pugilist_attack02',0), (4949,16720,'sarnak_pugilist_attack03',0), (4950,16721,'sarnak_pugilist_dodge_backhand',0), (4951,16722,'sarnak_pugilist_dodge_down',0), (4952,16723,'sarnak_pugilist_kick',0), (4953,16724,'sarnak_raisehand',0), (4954,16725,'sarnak_royalwave',0), (4955,16726,'sarnak_rubhands',0), (4956,16727,'sarnak_rude',0), (4957,16728,'sarnak_sad',0), (4958,16729,'sarnak_salute',0), (4959,16730,'sarnak_sarcasticclap',0), (4960,16731,'sarnak_scold',0), (4961,16732,'sarnak_scratch',0), (4962,16733,'sarnak_scream',0), (4963,16734,'sarnak_seenoevil',0), (4964,16735,'sarnak_shakefist',0), (4965,16736,'sarnak_shame',0), (4966,16737,'sarnak_shimmy',0), (4967,16738,'sarnak_shiver',0), (4968,16739,'sarnak_shrug',0), (4969,16740,'sarnak_sigh',0), (4970,16741,'sarnak_smile',0), (4971,16742,'sarnak_smirk',0), (4972,16743,'sarnak_sneer',0), (4973,16744,'sarnak_sneeze',0), (4974,16745,'sarnak_snicker',0), (4975,16746,'sarnak_sniff',0), (4976,16747,'sarnak_speaknoevil',0), (4977,16748,'sarnak_square',0), (4978,16749,'sarnak_squeal',0), (4979,16750,'sarnak_stare',0), (4980,16751,'sarnak_stinky',0), (4981,16752,'sarnak_stretch',0), (4982,16753,'sarnak_sulk',0), (4983,16754,'sarnak_swear',0), (4984,16755,'sarnak_tantrum',0), (4985,16756,'sarnak_tapfoot',0), (4986,16757,'sarnak_taunt',0), (4987,16758,'sarnak_thank',0), (4988,16759,'sarnak_thumbs',0), (4989,16760,'sarnak_violin',0), (4990,16761,'sarnak_wave',0), (4991,16762,'sarnak_whistle',0), (4992,16763,'sarnak_whome',0), (4993,16764,'sarnak_wince',0), (4994,16765,'sarnak_wink',0), (4995,16766,'sarnak_yawn',0), (4996,16767,'sarnak_yeah',0), (4997,16769,'trdskl_pillow',0), (4998,16772,'cast_boomerang',0), (4999,16778,'trdskl_boomerang',0), (5000,16786,'snd_pillow_impact',0), (5001,16789,'brick_throw',0), (5002,16793,'horn_blow',0), (5003,16801,'sound_horn',0), (5004,16807,'design_cast_vision_shardofhate',0), (5005,16814,'result_waterwall',0), (5006,16821,'result_netted',0), (5007,16823,'trdskl_net',0), (5008,16831,'vek_beam01_blue',0), (5009,16832,'vek_beam01_green',0), (5010,16833,'vek_beam01_red',0), (5011,16834,'vek_beam01_yellow',0), (5012,16835,'vek_beam02_blue',0), (5013,16836,'vek_beam02_green',0), (5014,16837,'vek_beam02_red',0), (5015,16838,'vek_beam02_yellow',0), (5016,16839,'vek_beam03_blue',0), (5017,16840,'vek_beam03_green',0), (5018,16841,'vek_beam03_red',0), (5019,16842,'vek_beam03_yellow',0), (5020,16843,'vek_beam04_blue',0), (5021,16844,'vek_beam04_green',0), (5022,16845,'vek_beam04_red',0), (5023,16846,'vek_beam04_yellow',0), (5024,16847,'vek_map',0), (5025,16848,'vek_mapshine',0), (5026,16849,'vek_runes',0), (5027,16850,'vek_sunlight',0), (5028,16856,'fx_off',0), (5029,16858,'knocktoback_enter',0), (5030,16859,'knocktoback_exit',0), (5031,16860,'knocktoback_idle',0), (5032,16861,'result_brick_hit',0), (5033,16863,'status_quest_guide_gives',0), (5034,16864,'trdskl_brick',0), (5035,16871,'result_hand_rings_shimmer',0), (5036,16873,'snd_design_murderer',0), (5037,16879,'design_horse_carrot',0), (5038,16880,'design_rhino_carrot',0), (5039,16881,'design_warg_carrot',0), (5040,16882,'dn_goblin_beam_blue',0), (5041,16883,'dn_goblin_beam_green',0), (5042,16884,'dn_goblin_beam_red',0), (5043,16885,'dn_goblin_beam_yellow',0), (5044,16893,'void_storm',0), (5045,16894,'void_summon_portal',0), (5046,16900,'design_altar_chained',0), (5047,16902,'result_blue_glow',0), (5048,16903,'result_green_glow',0), (5049,16904,'result_orange_glow',0), (5050,16905,'result_purple_glow',0), (5051,16912,'result_drake_breath',0), (5052,16913,'result_napalm',0), (5053,16914,'result_void_fx',0), (5054,16917,'bear_backup',0), (5055,16918,'bear_fall',0), (5056,16919,'bear_idle',0), (5057,16920,'bear_jump',0), (5058,16921,'bear_jump_substitute',0), (5059,16922,'bear_land',0), (5060,16923,'bear_long_fall',0), (5061,16924,'bear_run',0), (5062,16925,'bear_turn_left',0), (5063,16926,'bear_turn_right',0), (5064,16927,'bear_walk',0), (5065,16934,'result_blood_boil',0), (5066,16935,'result_golem_rain',0), (5067,16936,'result_water_ball',0), (5068,16937,'result_water_burst',0), (5069,16938,'result_waterspout_p2p',0), (5070,16941,'cast_aoe_water_blast',0), (5071,16942,'cast_barnicle_blast',0), (5072,16948,'snd_claygolem_attack',0), (5073,16956,'sound_attackspin',0), (5074,16957,'sound_damagelow',0), (5075,16958,'sound_swimwalk',0), (5076,16959,'sound_walkbounce',0), (5077,16960,'sound_wildswingenter',0), (5078,16967,'persist_enrage',0), (5079,16973,'golem_charm',0), (5080,16974,'golem_shutdown',0), (5081,16982,'status_quest_gives_gray',0), (5082,16990,'trdskl_censer',0), (5083,16996,'dusting_off',0), (5084,17004,'snd_net_toss',0), (5085,17011,'result_barrel_break',0), (5086,17012,'result_brain_leaving',0), (5087,17020,'snd_barrel_cannon',0), (5088,17028,'sound_bookdeath',0), (5089,17029,'sound_thunder0',0), (5090,17035,'flock_of_seagulls',0), (5091,17042,'mistmoore_runes_fx',0), (5092,17043,'mistmoore_sun_fx',0), (5093,17045,'swim_backward',0), (5094,17046,'swim_forward',0), (5095,17049,'cast_energy_blob',0), (5096,17050,'cast_energy_blob_p2p',0), (5097,17057,'result_napalm_aoe',0), (5098,17064,'result_blood_puddle',0), (5099,17065,'result_cold_ice_crystals_head',0), (5100,17066,'result_ice_shackles',0), (5101,17067,'result_icicle_impale',0), (5102,17068,'result_snow_dust',0), (5103,17069,'result_void_splat',0), (5104,17072,'attack_bolts',0), (5105,17075,'cast_sword_head',0), (5106,17078,'result_sword_head',0), (5107,17085,'result_steam_column',0), (5108,17093,'sound_footsrape',0), (5109,17094,'sound_runbreathe',0), (5110,17101,'result_mesh_attack',0), (5111,17106,'cast_spin_buff',0), (5112,17109,'result_power_life_drain_p2p',0), (5113,17115,'design_ice_door_blast',0), (5114,17121,'design_rising_stairs_finish_fx',0), (5115,17122,'design_rising_stairs_fx',0), (5116,17129,'result_chomping_skulls',0), (5117,17136,'result_pulsing_note',0), (5118,17142,'design_ice_wall_breaking',0), (5119,17145,'sound_ice_shatter',0), (5120,17148,'cast_lost_souls',0), (5121,17155,'knockeddowntoknees',0), (5122,17156,'meditate',0), (5123,17158,'worship',0), (5124,17161,'cast_lasso',0), (5125,17166,'result_cobwebs',0), (5126,17173,'miragul_puzzle_blue_flasher',0), (5127,17174,'miragul_puzzle_blue_runes',0), (5128,17175,'miragul_puzzle_green_flasher',0), (5129,17176,'miragul_puzzle_green_runes',0), (5130,17177,'miragul_puzzle_lightning_orb',0), (5131,17178,'miragul_puzzle_red_flasher',0), (5132,17179,'miragul_puzzle_red_runes',0), (5133,17180,'miragul_puzzle_spire_beams',0), (5134,17181,'miragul_puzzle_splash_column',0), (5135,17182,'miragul_puzzle_yellow_flasher',0), (5136,17183,'miragul_puzzle_yellow_runes',0), (5137,17186,'cast_barnacle_blast',0), (5138,17193,'najena_face_lava',0), (5139,17200,'najena_dark_rune01',0), (5140,17201,'najena_dark_rune02',0), (5141,17202,'najena_dark_rune03',0), (5142,17203,'najena_dark_rune04',0), (5143,17204,'najena_dark_rune05',0), (5144,17205,'najena_light_rune01',0), (5145,17206,'najena_light_rune02',0), (5146,17207,'najena_light_rune03',0), (5147,17208,'najena_light_rune04',0), (5148,17209,'najena_light_rune05',0), (5149,17210,'najena_puzzle_complete',0), (5150,17211,'1h_dual_wield_enter',0), (5151,17212,'1h_dual_wield_exit',0), (5152,17219,'najena_lava_god_hands',0), (5153,17220,'najena_lava_god_skull',0), (5154,17221,'result_lava_column',0), (5155,17228,'najena_lava_curtain',0), (5156,17229,'najena_rune_key',0), (5157,17232,'cast_heat_sphere',0), (5158,17239,'result_dagger_back',0), (5159,17240,'result_melee_lifetap_p2p',0), (5160,17242,'vocal_idle',0), (5161,17245,'cast_bone_blast_blend',0), (5162,17248,'cast_wavy_bubble_shield',0), (5163,17253,'cast_shield_buff',0), (5164,17260,'result_hammer_buff',0), (5165,17267,'result_forced_shader_hologram',0), (5166,17274,'result_clanging_note',0), (5167,17275,'result_forced_shader_glass',0), (5168,17276,'result_swirling_note',0), (5169,17279,'cast_bone_blast_notes',0), (5170,17284,'result_notes_spiral_frenzy',0), (5171,17286,'vek_door_beam_blue',0), (5172,17287,'vek_door_beam_red',0), (5173,17290,'cast_bubble_ward',0), (5174,17291,'cast_dodge_buff',0), (5175,17294,'cast_shout_aoe',0), (5176,17297,'result_crush_blast',0), (5177,17304,'result_break_chains',0), (5178,17309,'cast_quick_shield',0), (5179,17312,'result_spike_blast',0), (5180,17315,'cast_bubble_ward_out',0), (5181,17318,'cast_shield_deflect',0), (5182,17325,'paper_scatter',0), (5183,17333,'skull_candles_head',0), (5184,17338,'cast_rings_aoe',0), (5185,17344,'design_void_eyes',0), (5186,17345,'design_void_portal',0), (5187,17348,'vocal_combat_idle',0), (5188,17351,'cast_melee_buff',0), (5189,17354,'cast_speed_buff',0), (5190,17355,'cast_wings',0), (5191,17358,'buff_fx',0), (5192,17361,'cast_rune_buff',0), (5193,17362,'cast_rune_spiral_buff',0), (5194,17365,'cast_ice_block',0), (5195,17366,'cast_leaf_buff',0), (5196,17367,'cast_leaf_spiral_buff',0), (5197,17372,'result_nature_storm',0), (5198,17375,'cast_fire_buff',0), (5199,17376,'cast_mental_buff',0), (5200,17381,'result_hail_storm',0), (5201,17382,'result_poison_skulls',0), (5202,17385,'cast_flash_rune_buff',0), (5203,17393,'serve',0), (5204,17399,'guk_barracks_poison',0), (5205,17400,'guk_crystal_cleanse',0), (5206,17401,'guk_temple_splashes_clean',0), (5207,17402,'guk_temple_splashes_poison',0), (5208,17403,'guk_waterfalls_poison',0), (5209,17405,'result_slime_wall',0), (5210,17412,'result_fly_breath',0), (5211,17413,'result_fly_swarm',0), (5212,17420,'result_poison_cloud_explosion',0), (5213,17421,'result_poison_splat',0), (5214,17422,'result_skull_attack_p2p',0), (5215,17423,'result_troll_curse',0), (5216,17430,'korsha_lift_blast',0), (5217,17431,'result_object_sparkles_blue',0), (5218,17432,'result_object_sparkles_green',0), (5219,17433,'result_object_sparkles_red',0), (5220,17434,'result_object_sparkles_white',0), (5221,17441,'result_head_flames',0), (5222,17447,'design_lamp_ignite',0), (5223,17449,'mr_lamp_fx_01',0), (5224,17450,'mr_lamp_fx_02',0), (5225,17451,'mr_lamp_fx_03',0), (5226,17452,'mr_lamp_fx_04',0), (5227,17453,'mr_lamp_fx_05',0), (5228,17454,'mr_lamp_fx_06',0), (5229,17455,'mr_lamp_ignite_sound',0), (5230,17456,'mr_lamp_sounds_finish',0), (5231,17457,'mr_lamp_sounds_start',0), (5232,17463,'design_result_black_out',0), (5233,17465,'result_bat_scare',0), (5234,17467,'whistle_toot_01',0), (5235,17468,'whistle_toot_02',0), (5236,17469,'whistle_toot_03',0), (5237,17470,'whistle_toot_04',0), (5238,17471,'whistle_toot_05',0), (5239,17472,'whistle_toot_06',0), (5240,17473,'whistle_toot_07',0), (5241,17474,'whistle_toot_08',0), (5242,17475,'whistle_toot_09',0), (5243,17476,'whistle_toot_10',0), (5244,17477,'whistle_toot_11',0), (5245,17478,'whistle_toot_12',0), (5246,17479,'whistle_toot_13',0), (5247,17480,'whistle_toot_14',0), (5248,17486,'eq2_music1',0), (5249,17487,'eq2_music2',0), (5250,17488,'frost_blast',0), (5251,17489,'fudge_drip',0), (5252,17490,'ice_blast_sound',0), (5253,17491,'icecream_drip',0), (5254,17494,'server_idle',0), (5255,17495,'server_shutdown',0), (5256,17496,'server_start',0), (5257,17502,'hourglass_active',0), (5258,17503,'hourglass_idle',0), (5259,17509,'frosty_crown',0), (5260,17512,'bf_lightning_gate_rm5',0), (5261,17513,'bf_lightning_gate_rm9',0), (5262,17516,'cast_void_portal',0), (5263,17519,'result_crystal_trap',0), (5264,17526,'lights_eyes',0), (5265,17527,'lights_pumpkin',0), (5266,17528,'result_pumpkin_smash',0), (5267,17534,'design_fairy_pet',0), (5268,17539,'cast_void_energy_cloud',0), (5269,17540,'cast_void_rune_barrier',0), (5270,17541,'cast_void_rune_circle',0), (5271,17543,'design_fist_fireworks',0), (5272,17545,'result_void_energy_barrier',0), (5273,17546,'result_void_energy_blast',0), (5274,17547,'result_void_energy_wave',0), (5275,17550,'cast_lightning_beam_converge',0), (5276,17551,'cast_lightning_beam_point',0), (5277,17552,'cast_lightning_blastdown',0), (5278,17559,'result_flesh_peel',0), (5279,17560,'result_god_spell_anashti_sul',0), (5280,17561,'result_god_spell_rodcet_nife',0), (5281,17569,'vp_shissar_new',0), (5282,17570,'vp_shissar_old',0), (5283,17577,'result_greenmist_attack_p2p',0), (5284,17583,'design_cannon_blast',0), (5285,17584,'design_cannon_chargeup',0), (5286,17585,'design_inno_cannon_fire1',0), (5287,17586,'design_inno_cannon_fire2',0), (5288,17589,'cast_energy_charge_up',0), (5289,17594,'mr_chargeup_sound',0), (5290,17595,'mr_lightning_chargeup',0), (5291,17597,'zepplin_enter',0), (5292,17598,'zepplin_exit',0), (5293,17599,'zepplin_fall',0), (5294,17600,'zepplin_idle',0), (5295,17601,'zepplin_jump',0), (5296,17602,'zepplin_land',0), (5297,17603,'zepplin_run',0), (5298,17604,'zepplin_walk',0), (5299,17610,'idle_sound',0), (5300,17613,'zeppelin_enter',0), (5301,17614,'zeppelin_exit',0), (5302,17615,'zeppelin_fall',0), (5303,17616,'zeppelin_glide',0), (5304,17617,'zeppelin_idle',0), (5305,17618,'zeppelin_jump',0), (5306,17619,'zeppelin_land',0), (5307,17620,'zeppelin_run',0), (5308,17621,'zeppelin_walk',0), (5309,17622,'zepplin_glide',0), (5310,17625,'cast_energy_blast_aoe',0), (5311,17630,'result_energy_wave_p2p',0), (5312,17637,'result_void_implode',0), (5313,17639,'void_beam_sound',0), (5314,17640,'void_door_beam',0), (5315,17647,'persist_evil_stun',0), (5316,17648,'result_spear_hit',0), (5317,17650,'trdskl_spear',0), (5318,17656,'energy_flow_sound',0), (5319,17658,'mistmoore_energy_flow01',0), (5320,17659,'mistmoore_energy_flow02',0), (5321,17660,'mistmoore_energy_flow03',0), (5322,17661,'mistmoore_energy_flow04',0), (5323,17662,'mistmoore_energy_flow05',0), (5324,17663,'result_lightning_cage',0), (5325,17664,'result_rune_ethernaughts',0), (5326,17667,'burrow',0), (5327,17668,'burrow_sound',0), (5328,17672,'design_chain_release',0), (5329,17673,'design_chained',0), (5330,17675,'mistmoore_coffin_glow',0), (5331,17683,'void_blast_wave',0), (5332,17686,'blast_bolt',0), (5333,17689,'cast_speed_trail',0), (5334,17692,'result_cyclone_bones',0), (5335,17695,'cast_hand_slash',0), (5336,17700,'result_hand_choke',0), (5337,17701,'result_spike_trap',0), (5338,17702,'result_string_trap',0), (5339,17703,'run_sound',0), (5340,17705,'wood_sound',0), (5341,17713,'void_portal_sound',0), (5342,17714,'void_summon_sound',0), (5343,17715,'void_teleporter',0), (5344,17723,'varsoon_portal_collapse',0), (5345,17724,'varsoon_void_portal',0), (5346,17731,'result_void_tether_p2p',0), (5347,17733,'varsoon_crystal_1',0), (5348,17734,'varsoon_crystal_2',0), (5349,17735,'varsoon_crystal_3',0), (5350,17741,'design_blue_sun',0), (5351,17742,'design_red_sun',0), (5352,17743,'design_red_sun_sound',0), (5353,17744,'design_sun_sound',0), (5354,17746,'result_void_crystal_p2p',0), (5355,17748,'void_beam_blue',0), (5356,17749,'void_beam_red',0), (5357,17752,'cast_5',0), (5358,17756,'design_lattice_activate',0), (5359,17757,'design_void_energy_activate',0), (5360,17760,'void_energy_activate_sound',0), (5361,17761,'void_energy_sound',0), (5362,17768,'result_blast_ring',0), (5363,17770,'void_energy_barrier',0), (5364,17771,'void_energy_barrier_blast',0), (5365,17779,'void_energy_channeling_p2p',0), (5366,17785,'design_result_cloudy_head',0), (5367,17787,'result_dark_mist',0), (5368,17788,'result_sparkle_mist',0), (5369,17791,'cast_meteor_storm',0), (5370,17796,'result_meteor_storm',0), (5371,17797,'result_neg_flux',0), (5372,17798,'result_neg_flux_storm',0), (5373,17799,'result_void_explode',0), (5374,17800,'result_void_ragestorm',0), (5375,17801,'result_void_storm',0), (5376,17804,'cast_manta_bolt_p2p',0), (5377,17805,'cast_manta_tail_beam',0), (5378,17806,'cast_manta_tail_flare',0), (5379,17807,'cast_nether_blast',0), (5380,17808,'cast_nether_storm',0), (5381,17811,'cast_sucking_charge_up',0), (5382,17814,'result_anashti_curse',0), (5383,17815,'result_anashti_tempest',0), (5384,17818,'anashti_summon',0), (5385,17819,'anashti_transform',0), (5386,17820,'anashti_vortex',0), (5387,17823,'attack_breath_inhale',0), (5388,17824,'attack_burst',0), (5389,17825,'attack_dark_breath',0), (5390,17826,'attack_wing_bolts',0), (5391,17833,'result_misty_snare',0), (5392,17836,'cast_arcane_blast_aoe',0), (5393,17841,'result_melee_swipe',0), (5394,17842,'result_melee_wild_swipe',0), (5395,17847,'cast_sparkling_dust_aoe',0), (5396,17854,'result_gnollslayer',0), (5397,17855,'result_gnollslayer_burst',0), (5398,17856,'result_skull_debuff',0), (5399,17863,'result_quick_heal',0), (5400,17866,'bear_tail',0), (5401,17869,'bear_sprint',0), (5402,17872,'bear_attack_sound',0), (5403,17873,'bear_battlecry_sound',0), (5404,17874,'bear_dead_sound',0), (5405,17875,'bear_deadfall_sound',0), (5406,17876,'bear_headshake_sound',0), (5407,17877,'bear_idle_sound',0), (5408,17878,'bear_idle_sound_omit',0), (5409,17879,'bear_ouch_sound',0), (5410,17880,'bear_sniff_sound',0), (5411,17886,'fae_dark_bear_backup',0), (5412,17887,'fae_dark_bear_idle',0), (5413,17888,'fae_dark_bear_jump',0), (5414,17889,'fae_dark_bear_jump_substitute',0), (5415,17890,'fae_dark_bear_run',0), (5416,17891,'fae_dark_bear_sprint',0), (5417,17892,'fae_dark_bear_turn_left',0), (5418,17893,'fae_dark_bear_turn_right',0), (5419,17894,'fae_dark_bear_walk',0), (5420,17895,'fae_light_bear_backup',0), (5421,17896,'fae_light_bear_idle',0), (5422,17897,'fae_light_bear_jump',0), (5423,17898,'fae_light_bear_jump_substitute',0), (5424,17899,'fae_light_bear_run',0), (5425,17900,'fae_light_bear_sprint',0), (5426,17901,'fae_light_bear_turn_left',0), (5427,17902,'fae_light_bear_turn_right',0), (5428,17903,'fae_light_bear_walk',0), (5429,17904,'froglok_bear_backup',0), (5430,17905,'froglok_bear_idle',0), (5431,17906,'froglok_bear_jump',0), (5432,17907,'froglok_bear_jump_substitute',0), (5433,17908,'froglok_bear_run',0), (5434,17909,'froglok_bear_sprint',0), (5435,17910,'froglok_bear_turn_left',0), (5436,17911,'froglok_bear_turn_right',0), (5437,17912,'froglok_bear_walk',0), (5438,17918,'footstep_sound',0), (5439,17925,'result_fireworks_flower',0), (5440,17926,'result_fireworks_foamy_burst',0), (5441,17927,'result_fireworks_rainbow',0), (5442,17929,'tiered_blast_cone',0), (5443,17930,'tiered_blood_lust',0), (5444,17931,'tiered_crush_blast',0), (5445,17932,'tiered_cyclone',0), (5446,17933,'tiered_defensive_buff',0), (5447,17934,'tiered_dustpuff_rfoot',0), (5448,17935,'tiered_flash_weapon',0), (5449,17936,'tiered_glow_distort',0), (5450,17937,'tiered_motion_lines',0), (5451,17938,'tiered_motion_lines_sub',0), (5452,17939,'tiered_offensive_buff',0), (5453,17940,'tiered_shout',0), (5454,17941,'tiered_sparkle_trail_weapon',0), (5455,17942,'tiered_sparks_hit',0), (5456,17943,'tiered_taunt',0), (5457,17944,'tiered_weapon_trail_fire',0), (5458,17950,'gathering_end',0), (5459,17951,'gathering_loop',0), (5460,17952,'gathering_start',0), (5461,17953,'idle_afraid',0), (5462,17954,'idle_angry',0), (5463,17957,'bearwalk',0), (5464,17963,'tiered_blast_hit',0), (5465,17964,'tiered_flash',0), (5466,17965,'tiered_melee_swipe',0), (5467,17966,'tiered_shield',0), (5468,17967,'tiered_slash_hit',0), (5469,17975,'tiered_shield_blast',0), (5470,17976,'tiered_slow',0), (5471,17982,'design_powerarray_electric',0), (5472,17983,'design_powerarray_void',0), (5473,17984,'gathering_enter',0), (5474,17985,'gathering_exit',0), (5475,17988,'attack_disarm',0), (5476,17992,'design_ice_fan_side',0), (5477,17993,'design_ice_fan_up',0), (5478,17994,'design_najena_barrier',0), (5479,17997,'sound_attack_disarm',0), (5480,17998,'sound_fan_start',0), (5481,17999,'sound_wind_blast',0), (5482,18000,'tiered_rune_buff',0), (5483,18006,'electric_fx',0), (5484,18008,'particle_mood_idle',0), (5485,18010,'sound_buff_electric',0), (5486,18011,'sound_buff_void',0), (5487,18012,'void_fx',0), (5488,18018,'design_najena_electric_water',0), (5489,18020,'result_dragon_breath_p2p',0), (5490,18021,'result_electric_beam_p2p',0), (5491,18022,'result_void_beam_p2p',0), (5492,18028,'design_najena_fire',0), (5493,18029,'design_najena_lightning',0), (5494,18030,'design_najena_poison',0), (5495,18031,'design_najena_portals',0), (5496,18032,'design_najena_snow',0), (5497,18033,'design_najena_water',0), (5498,18039,'elemental_fire_hands',0), (5499,18040,'fire_summon_portal',0), (5500,18043,'sound_fire_vortex',0), (5501,18046,'badger_buff',0), (5502,18051,'mushroom_buff',0), (5503,18053,'snake_buff',0), (5504,18056,'cast_lava_shield',0), (5505,18061,'result_rock_blast_wave',0), (5506,18063,'summon_fx',0), (5507,18064,'transform_fx',0), (5508,18072,'tiered_anger_buff',0), (5509,18073,'tiered_hand_buff',0), (5510,18079,'design_fire_wall',0), (5511,18080,'design_fire_wall_opening',0), (5512,18081,'design_rock_wall',0), (5513,18082,'design_rock_wall_breaking',0), (5514,18085,'aoe_ice_blast',0), (5515,18086,'aoe_rock_blast',0), (5516,18087,'cast_air_charge',0), (5517,18088,'cast_earth_charge',0), (5518,18089,'cast_fire_charge',0), (5519,18090,'cast_ice_blast_out',0), (5520,18091,'cast_ice_column',0), (5521,18094,'cast_water_charge',0), (5522,18101,'persist_book_dervish',0), (5523,18107,'design_elemental_wall',0), (5524,18108,'design_elemental_wall_breaking',0), (5525,18111,'sound_electric',0), (5526,18112,'sound_rock_breaking',0), (5527,18113,'tiered_bubble_pop',0), (5528,18114,'tiered_power_gather',0), (5529,18115,'tiered_quick_heal',0), (5530,18116,'tiered_rune_in_buff',0), (5531,18117,'tiered_rune_out_buff',0), (5532,18118,'tiered_speed',0), (5533,18119,'tiered_spikes_hit',0), (5534,18120,'tiered_stifle',0), (5535,18128,'tiered_defense_buff',0), (5536,18136,'tiered_bubble_shield',0), (5537,18137,'tiered_offense_buff',0), (5538,18138,'tiered_root',0), (5539,18146,'tiered_charge_up',0), (5540,18154,'tiered_bubble_shield_in',0), (5541,18155,'tiered_evil_rune_base',0), (5542,18156,'tiered_good_rune_base',0), (5543,18157,'tiered_skull_lifetap',0), (5544,18165,'tiered_boiling_circle',0), (5545,18173,'tiered_cloud_blast',0), (5546,18174,'tiered_diseased',0), (5547,18175,'tiered_grip_blast',0), (5548,18183,'tiered_flash_vanish',0), (5549,18184,'tiered_rune_base',0), (5550,18185,'tiered_sparkle_cling',0), (5551,18193,'tiered_dark_mist',0), (5552,18194,'tiered_mana_drain_p2p',0), (5553,18200,'design_electric_barrier_round',0), (5554,18201,'design_fire_barrier_round',0), (5555,18202,'design_poison_barrier_round',0), (5556,18203,'design_snow_barrier_round',0), (5557,18204,'design_water_barrier_round',0), (5558,18207,'tiered_lost_souls',0), (5559,18215,'tiered_rock_shield',0), (5560,18216,'tiered_stance_base',0), (5561,18217,'waist_tracking_off_trigger',0), (5562,18224,'result_forced_shader_soot',0), (5563,18226,'tiered_energy_blob_p2p',0), (5564,18227,'tiered_heal_hands_blast',0), (5565,18228,'tiered_healing_rays',0), (5566,18236,'tiered_blessed_hand',0), (5567,18237,'tiered_castigate',0), (5568,18238,'tiered_sparkle_swirl',0), (5569,18244,'design_void_barrier',0), (5570,18252,'tiered_defense_buff_brawler',0), (5571,18260,'tiered_feet_buff',0), (5572,18261,'tiered_feet_sparks',0), (5573,18262,'tiered_flame_burst',0), (5574,18263,'tiered_frenzy',0), (5575,18264,'tiered_hand_sparks',0), (5576,18265,'tiered_offense_buff_brawler',0), (5577,18266,'tiered_rune_buff_brawler',0), (5578,18267,'tiered_sparkle_scan_up',0), (5579,18275,'tiered_balance_buff_brawler',0), (5580,18276,'tiered_focus_spark',0), (5581,18277,'tiered_second_skin',0), (5582,18278,'tiered_sonic_punch',0), (5583,18279,'tiered_wavy_shield_out',0), (5584,18287,'snd_ape',0), (5585,18288,'snd_bear_roar',0), (5586,18289,'snd_hawk_scream',0), (5587,18290,'snd_monkey',0), (5588,18291,'snd_owl_hoot',0), (5589,18297,'design_fae_drake_pet',0), (5590,18300,'snd_wave_crash',0), (5591,18301,'tiered_mountain',0), (5592,18302,'tiered_phoenix_blast',0), (5593,18303,'tiered_plasma_burst',0), (5594,18304,'tiered_water_burst',0), (5595,18312,'tiered_dragon_breath',0), (5596,18313,'tiered_fear_skulls',0), (5597,18314,'tiered_hand_flare',0), (5598,18315,'tiered_heart_beat',0), (5599,18321,'design_dark_rez',0), (5600,18322,'design_void_dome',0), (5601,18323,'heal_lifetap_p2p',0), (5602,18324,'iksar_ghost_rez_p2p',0), (5603,18327,'tiered_skull',0), (5604,18333,'design_gas_fire_blast',0), (5605,18334,'design_gas_fire_warning',0), (5606,18336,'result_void_fx_alt',0), (5607,18342,'design_boiling_energy_blast',0), (5608,18343,'design_boiling_energy_warning',0), (5609,18346,'sound_electric_burst',0), (5610,18349,'cast_boiling_energy',0), (5611,18353,'design_gas_fire_blast_up',0), (5612,18354,'design_gas_fire_warning_up',0), (5613,18355,'design_void_dome_blue',0), (5614,18356,'design_void_dome_red',0), (5615,18363,'result_arc_tether_p2p',0), (5616,18364,'result_rose_petals',0), (5617,18372,'tiered_plasma_hit',0), (5618,18375,'cast_back_rune_wheel',0), (5619,18376,'cast_base_rune_wheel',0), (5620,18377,'cast_forward_rune_wheel',0), (5621,18383,'tiered_agility_buff',0), (5622,18384,'tiered_charge_weapon',0), (5623,18385,'tiered_energy_beam_p2p',0), (5624,18386,'tiered_fire_slam',0), (5625,18387,'tiered_fire_tube',0), (5626,18388,'tiered_hand_rings',0), (5627,18389,'tiered_head_ring',0), (5628,18390,'tiered_intellect_buff',0), (5629,18391,'tiered_rays_out',0), (5630,18392,'tiered_rune_drop_base',0), (5631,18393,'tiered_rune_forward',0), (5632,18394,'tiered_rune_rise_base',0), (5633,18395,'tiered_rune_rise_buff',0), (5634,18396,'tiered_rune_root',0), (5635,18397,'tiered_rune_swirl',0), (5636,18398,'tiered_self_lifetap',0), (5637,18399,'tiered_stamina_buff',0), (5638,18400,'tiered_strength_buff',0), (5639,18401,'tiered_weapon_buff_charge',0), (5640,18402,'tiered_wisdom_buff',0), (5641,18410,'tiered_blast_circle',0), (5642,18411,'tiered_chain_root',0), (5643,18412,'tiered_cold_blast',0), (5644,18413,'tiered_column_blast_circle',0), (5645,18414,'tiered_fire_column',0), (5646,18415,'tiered_fireball_p2p',0), (5647,18416,'tiered_frostball_p2p',0), (5648,18417,'tiered_glacial_wall',0), (5649,18418,'tiered_hand_runes',0), (5650,18419,'tiered_ice_root',0), (5651,18420,'tiered_icicle_blast_p2p',0), (5652,18421,'tiered_particle_transfer_p2p',0), (5653,18422,'tiered_rune_chain_swirl',0), (5654,18423,'tiered_windy_tube_p2p',0), (5655,18431,'tiered_blast_cone_forward',0), (5656,18432,'tiered_cold_fusion',0), (5657,18433,'tiered_dots_explode',0), (5658,18434,'tiered_forced_shader_burst',0), (5659,18435,'tiered_frosty_swirls',0), (5660,18436,'tiered_magic_waves',0), (5661,18437,'tiered_ring_blast_p2p',0), (5662,18440,'cast_enchanter_wheel_back',0), (5663,18441,'cast_enchanter_wheel_base',0), (5664,18442,'cast_enchanter_wheel_forward',0), (5665,18445,'cast_summoner_wheel_back',0), (5666,18446,'cast_summoner_wheel_base',0), (5667,18447,'cast_summoner_wheel_forward',0), (5668,18451,'tiered_poisonball_p2p',0), (5669,18452,'tiered_poisoned',0), (5670,18453,'tiered_rune_spikes_swirl',0), (5671,18454,'tiered_spikes_root',0), (5672,18462,'tiered_column_poison_blast',0), (5673,18463,'tiered_hand_evil_runes',0), (5674,18464,'tiered_poison_breath',0), (5675,18467,'cast_hand_energy_artifact',0), (5676,18471,'design_hand_energy_artifact',0), (5677,18473,'result_sparkles_crackle_out',0), (5678,18474,'result_wings_grow',0), (5679,18476,'tiered_power_drain_p2p',0), (5680,18479,'cast_flash_jump_attack',0), (5681,18484,'result_forced_shader_rock_blue',0), (5682,18485,'result_forced_shader_rock_green',0), (5683,18486,'result_forced_shader_rock_purple',0), (5684,18487,'result_forced_shader_rock_yellow',0), (5685,18488,'result_iksar_statue_beam_p2p',0), (5686,18489,'result_root_magic',0), (5687,18490,'result_stifle_magic',0), (5688,18497,'result_shackles_void',0), (5689,18503,'design_bixie_pet',0), (5690,18504,'design_bones_shockwave',0), (5691,18505,'design_void_shield',0), (5692,18508,'cast_column_blast_circle',0), (5693,18509,'cast_goo_bubble_bursting',0), (5694,18512,'cast_raise_dead_column',0), (5695,18515,'result_bone_cyclone',0), (5696,18516,'result_cold_blast_snow',0), (5697,18517,'result_flame_burst',0), (5698,18518,'result_gloop_root',0), (5699,18525,'result_boot_kick',0), (5700,18526,'result_sonic_trail',0), (5701,18532,'design_barrier_void',0), (5702,18533,'design_er_light_beam_p2p',0), (5703,18534,'design_er_target_cube',0), (5704,18540,'design_erudin_column_fx',0), (5705,18541,'design_shield_drop',0), (5706,18544,'sound_electrified',0), (5707,18545,'sound_shield_drop',0), (5708,18548,'attack_eye_beams',0), (5709,18551,'charge_mouth_fx',0), (5710,18553,'design_gazer_eye_beam_p2p',0), (5711,18554,'fx_eye_beam1',0), (5712,18555,'fx_eye_beam2',0), (5713,18556,'fx_eye_beam3',0), (5714,18557,'fx_eye_beam4',0), (5715,18558,'fx_eye_beam5',0), (5716,18559,'fx_eye_charge',0), (5717,18561,'result_disintegrate',0), (5718,18563,'sound_charge',0), (5719,18564,'sound_charge_blast',0), (5720,18570,'design_erudin_wind_boost',0), (5721,18571,'design_rocket_pack',0), (5722,18574,'wind_blast_sound',0), (5723,18577,'attack_eye_ring',0), (5724,18581,'design_erudin_column_charge',0), (5725,18582,'design_gazer_main_eye_beam_p2p',0), (5726,18584,'result_melt',0), (5727,18586,'sit',0), (5728,18587,'sit_to_idle',0), (5729,18593,'design_erudin_gazer_barrier',0), (5730,18595,'power_on',0), (5731,18601,'design_erudin_gun_plugged',0), (5732,18602,'design_erudin_gun_unplugged',0), (5733,18603,'habitat01',0), (5734,18604,'habitat02',0), (5735,18605,'habitat03',0), (5736,18606,'idle01_stone',0), (5737,18607,'idle_stone',0), (5738,18609,'scarecrow_post_idle',0), (5739,18611,'shield_bash',0), (5740,18617,'design_bat_pet',0), (5741,18619,'result_bubble_glow',0), (5742,18620,'result_leaf_blow_glow',0), (5743,18627,'result_splat_add',0), (5744,18632,'cast_summon',0), (5745,18634,'design_guardian_wisp_summon_p2p',0), (5746,18636,'result_buble_leaf_blast',0), (5747,18642,'design_eru_book_cyclone',0), (5748,18643,'design_eru_book_ramp',0), (5749,18649,'design_erudin_teleport_good',0), (5750,18650,'design_erudin_teleport_trap',0), (5751,18652,'result_teleport_ring_vanish',0), (5752,18654,'tiered_unyielding_will',0), (5753,18662,'tiered_black_hole',0), (5754,18670,'sound_bark',0), (5755,18671,'sound_combat_idle',0), (5756,18672,'sound_dead_fall',0), (5757,18673,'sound_death_whimper',0), (5758,18674,'sound_pant',0), (5759,18675,'sound_sniff',0), (5760,18681,'design_icy_barrier',0), (5761,18683,'result_teleport_icy_vanish',0), (5762,18691,'tiered_acid_storm',0), (5763,18692,'tiered_bone_cage',0), (5764,18693,'tiered_dark_cyclone',0), (5765,18694,'tiered_rift',0), (5766,18695,'tiered_skull_summon',0), (5767,18696,'tiered_skull_swirls',0), (5768,18703,'rain_of_shinies',0), (5769,18706,'cast_gathering_charge_up',0), (5770,18711,'result_charge_tag',0), (5771,18712,'result_nuke_blast',0), (5772,18713,'result_pillar_blast',0), (5773,18714,'result_pillar_slam',0), (5774,18715,'result_precharge_blast',0), (5775,18721,'design_book_shield1',0), (5776,18722,'design_book_shield2',0), (5777,18723,'design_book_shield3',0), (5778,18724,'design_book_summon1',0), (5779,18725,'design_book_summon2',0), (5780,18726,'design_book_summon3',0), (5781,18729,'badge_acquired',0), (5782,18733,'cooked/characters/ec/core/mounts/pegasus/pegasus_glide.anim',0), (5783,18734,'design_claw_face',0), (5784,18736,'pegasus_glide',0), (5785,18737,'pegasus_idle',0), (5786,18738,'pegasus_run',0), (5787,18739,'pegasus_walk',0), (5788,18741,'sound_vortex',0), (5789,18746,'coin_drop_snd',0), (5790,18748,'design_coin_drop',0), (5791,18754,'design_air_portal',0), (5792,18755,'design_fear_portal',0), (5793,18756,'design_growth_portal',0), (5794,18757,'design_water_portal',0), (5795,18763,'design_clouds_parting',0), (5796,18764,'design_summon',0), (5797,18765,'design_unsummon',0), (5798,18771,'design_death_beam_p2p',0), (5799,18772,'design_statue_death_beam_p2p',0), (5800,18773,'design_statue_power',0), (5801,18774,'design_zapper_bolt_p2p',0), (5802,18781,'result_forced_shader_shadow',0), (5803,18782,'result_ghost_trap',0), (5804,18788,'cooked/characters/ec/core/mounts/pegasus/pegasus_run.anim',0), (5805,18789,'design_coffin_explode',0), (5806,18790,'design_coffin_lid',0), (5807,18791,'design_erollisi_essence',0), (5808,18792,'design_erollisi_evil_essence',0), (5809,18793,'design_light_rays',0), (5810,18795,'pegasus_fly',0), (5811,18798,'cast_enter',0), (5812,18799,'cast_exit',0), (5813,18800,'cast_idle',0), (5814,18806,'design_marr_godly_light',0), (5815,18807,'design_marr_godly_teleport',0), (5816,18809,'result_sparkles_cling_drop_bounce',0), (5817,18815,'design_flaming_pumpkin_p2p',0), (5818,18818,'snd_splat',0), (5819,18819,'trdskl_flaming_pumpkin',0), (5820,18826,'result_cold_summon_portal',0), (5821,18827,'result_teleport_blast_up',0), (5822,18828,'result_teleport_fold',0), (5823,18830,'sound_attack_grunt',0), (5824,18831,'sound_attack_stab',0), (5825,18832,'sound_attack_vo',0), (5826,18833,'sound_attack_vo_01',0), (5827,18834,'sound_attack_whip_high',0), (5828,18835,'sound_attack_whip_low',0), (5829,18836,'sound_attack_whip_low_01',0), (5830,18837,'sound_attack_whirl',0), (5831,18838,'sound_cast_enter_bodynoise_01',0), (5832,18839,'sound_cast_enter_bodynoise_02',0), (5833,18840,'sound_cast_enter_roar',0), (5834,18841,'sound_cast_exit_roar',0), (5835,18842,'sound_cast_exit_spring',0), (5836,18843,'sound_cast_idle',0), (5837,18844,'sound_combat_art_buff_bodynoise_01',0), (5838,18845,'sound_combat_art_buff_bodynoise_02',0), (5839,18846,'sound_combat_art_buff_roar',0), (5840,18847,'sound_footstep_deep',0), (5841,18848,'sound_footstep_small',0), (5842,18849,'sound_idle_bodynoise',0), (5843,18850,'sound_idle_breath',0), (5844,18851,'sound_idle_breath_01',0), (5845,18852,'sound_rockbody',0), (5846,18853,'sound_roperbodynoise_quick',0), (5847,18854,'sound_roperbodynoise_slow',0), (5848,18857,'cast_ice_pulse',0), (5849,18858,'cast_icicle_spin_blast',0), (5850,18863,'result_icicle_hit',0), (5851,18866,'attack_head_butt',0), (5852,18867,'attack_trample',0), (5853,18874,'result_lightning_bolt_blast',0), (5854,18875,'result_mana_drain_p2p',0), (5855,18876,'result_rainy_black_cloud',0), (5856,18877,'result_spikes_hit',0), (5857,18882,'cast_stomp_blast_aoe',0), (5858,18885,'result_banish',0), (5859,18886,'result_banish_wisps_p2p',0), (5860,18887,'result_icicle_storm',0), (5861,18893,'design_ice_chains',0), (5862,18895,'screech_attack',0), (5863,18897,'sound_head_butt',0), (5864,18903,'design_bone_barrier',0), (5865,18905,'result_fireworks_shinies',0), (5866,18908,'cannon_blast',0), (5867,18913,'kneel_enter',0), (5868,18914,'kneel_exit',0), (5869,18915,'kneel_idle',0), (5870,18916,'result_octopus_cannon_p2p',0), (5871,18917,'result_octopus_splat_grab',0), (5872,18923,'design_vd_bone_swirls',0), (5873,18924,'design_vd_portal',0), (5874,18925,'design_void_tainted',0), (5875,18926,'flight_path_dawn',0), (5876,18933,'result_plasma_bolt_p2p',0), (5877,18938,'cast_sea_dragon_breath',0), (5878,18939,'cast_sea_dragon_inhale',0), (5879,18940,'cast_sea_dragon_powerup',0), (5880,18942,'converse01',0), (5881,18943,'converse02',0), (5882,18945,'panda_chi',0), (5883,18947,'sit_eat',0), (5884,18948,'yells_charge',0), (5885,18954,'hover_idle',0), (5886,18960,'design_hedge_marker',0), (5887,18961,'design_sol_lock_symbol',0), (5888,18962,'h_sword_attack',0), (5889,18964,'panda_dance01',0), (5890,18965,'panda_dance02',0), (5891,18966,'result_sea_dragon_buff_aoe',0), (5892,18972,'design_marr_sword_blast',0), (5893,18973,'design_vision_plane_spires',0), (5894,18979,'design_sol_chapel_debris',0), (5895,18985,'design_hole_pillar_corruption',0), (5896,18991,'design_sol_coffin_body_fx',0), (5897,18997,'design_spider_face',0), (5898,19003,'design_vd_shrine_blast',0), (5899,19009,'design_hole_summon_circle1',0), (5900,19010,'design_hole_summon_circle2',0), (5901,19011,'design_hole_summon_circle3',0), (5902,19012,'design_hole_summon_circle4',0), (5903,19013,'design_hole_summon_circles',0), (5904,19020,'result_fireworks_rose_petals',0), (5905,19028,'sound_glass_break',0), (5906,19034,'design_fire_lit',0), (5907,19035,'design_rhand_sparkles_out',0), (5908,19036,'design_rhand_stars_out',0), (5909,19037,'design_rune_fire_lit',0), (5910,19040,'sit_fish',0), (5911,19043,'cast_god_blast',0), (5912,19047,'eat_bread',0), (5913,19048,'eat_fish',0), (5914,19051,'cast_magic_portal',0), (5915,19056,'result_fireworks_snowflakes',0), (5916,19057,'result_snowflakes_falling',0), (5917,19063,'design_furnace_fire_blast',0), (5918,19064,'design_golden_fire_lit',0), (5919,19070,'design_personal_void_vortex',0), (5920,19073,'cast_icy_division',0), (5921,19079,'design_fire_elemental_smoke_blast',0), (5922,19080,'design_hole_furnace_charge',0), (5923,19081,'design_hole_furnace_essence',0), (5924,19087,'design_crossed_swords',0), (5925,19088,'design_feet_trail_clockwork',0), (5926,19089,'design_feet_trail_confusion',0), (5927,19090,'design_feet_trail_rose_petals',0), (5928,19091,'design_feet_trail_shamrocks',0), (5929,19092,'design_feet_trail_skulls',0), (5930,19093,'design_feet_trail_snow',0), (5931,19098,'cast_water_shield',0), (5932,19101,'result_diseased',0), (5933,19102,'result_stew_pot_dump',0), (5934,19108,'converse03',0), (5935,19114,'design_vd_shrine_bridge',0), (5936,19115,'design_vd_shrine_dome',0), (5937,19121,'dust_fx',0), (5938,19124,'cast_medusa_snake_attack_aoe',0), (5939,19125,'cast_medusa_snake_attack_p2p',0), (5940,19126,'cast_medusa_snake_buff',0), (5941,19130,'fly_from_roost',0), (5942,19132,'result_medusa_snake_strike',0), (5943,19134,'untrained_enter',0), (5944,19137,'cast_lost_souls_rising',0), (5945,19138,'cast_poison_column_blast',0), (5946,19141,'cast_stone_gaze',0), (5947,19144,'result_eel_spit_p2p',0), (5948,19145,'result_medusa_snake_attack_p2p',0), (5949,19146,'result_poisoned',0), (5950,19152,'design_eru_light_bridge',0), (5951,19153,'design_vd_shrine_bridge1',0), (5952,19154,'design_vd_shrine_bridge2',0), (5953,19157,'cast_poison_daggers',0), (5954,19162,'result_amputation',0), (5955,19163,'result_amputation_blast',0), (5956,19165,'trdskl_bow',0), (5957,19172,'result_dark_wings',0), (5958,19178,'dw_attack_enter',0), (5959,19179,'dw_attack_exit',0), (5960,19180,'dw_attack_hold',0), (5961,19181,'fly_away',0), (5962,19183,'result_fist_rain',0), (5963,19191,'smoke_fx',0), (5964,19199,'trdskl_firefly_escape',0), (5965,19200,'trdskl_firefly_jar',0), (5966,19205,'cast_watching',0), (5967,19208,'result_bullseye',0), (5968,19213,'cast_weapon_chargeup',0), (5969,19214,'cast_weapon_glint_point',0), (5970,19215,'cast_weapon_shudder',0), (5971,19221,'dual_wield_idle01',0), (5972,19222,'habitat04',0), (5973,19228,'design_boulder_roll',0), (5974,19229,'design_boulder_shatter',0), (5975,19230,'design_vd_teleport_fx',0), (5976,19237,'quick_summon_fx',0), (5977,19245,'smoke_fx_short',0), (5978,19248,'cast_ghostly_vanish',0), (5979,19253,'result_ghostly_possession_p2p',0), (5980,19255,'sound_big_footstep',0), (5981,19256,'sound_roehn_theer_cast_roar',0), (5982,19257,'sound_roehn_theer_cast_roar_1',0), (5983,19258,'sound_roehn_theer_combat_art_buff_roar',0), (5984,19259,'sound_roehn_theer_combat_idle_wings',0), (5985,19260,'sound_roehn_theer_death_roar',0), (5986,19261,'sound_roehn_theer_dodge_grunt',0), (5987,19262,'sound_roehn_theer_footstep_deep',0), (5988,19263,'sound_roehn_theer_footstep_light',0), (5989,19264,'sound_roehn_theer_grunt_quick',0), (5990,19265,'sound_roehn_theer_hit',0), (5991,19266,'sound_roehn_theer_idle_04_knuckles',0), (5992,19267,'sound_roehn_theer_idle_hiss',0), (5993,19268,'sound_roehn_theer_idle_hiss_light',0), (5994,19269,'sound_roehn_theer_ouch',0), (5995,19270,'sound_roehn_theer_sheath',0), (5996,19271,'sound_roehn_theer_shield_shove_grunt',0), (5997,19272,'sound_roehn_theer_sit_wings_short',0), (5998,19273,'sound_roehn_theer_stomp',0), (5999,19274,'sound_roehn_theer_swim_idle',0), (6000,19275,'sound_roehn_theer_sword_attack_grunt',0), (6001,19276,'sound_roehn_theer_sword_attack_grunt_quick',0), (6002,19277,'sound_roehn_theer_sword_swoosh',0), (6003,19278,'sound_roehn_theer_tail_whoosh',0), (6004,19279,'sound_roehn_theer_tail_whoosh_deep',0), (6005,19280,'sound_roehn_theer_unsheath',0), (6006,19281,'sound_roehn_theer_wings',0), (6007,19282,'sound_roehn_theer_wings_1',0), (6008,19289,'mage_combo_trigger',0), (6009,19290,'result_blast_hit',0), (6010,19291,'result_mesh_blast',0), (6011,19292,'result_skull_lifetap',0), (6012,19295,'cast_crackling_rift_summon',0), (6013,19300,'scout_combo_trigger',0), (6014,19302,'sound_attack_grunt_small',0), (6015,19303,'sound_combat_enter_pop',0), (6016,19304,'sound_combat_enter_vox',0), (6017,19305,'sound_combat_enter_woodbreak',0), (6018,19306,'sound_dodge_down',0), (6019,19307,'sound_reverberant_bang',0), (6020,19308,'sound_whip_hit',0), (6021,19309,'swim',0), (6022,19315,'design_eru_lightning_barrier',0), (6023,19316,'design_eru_water_barrier',0), (6024,19322,'design_eru_ring_boundary',0), (6025,19324,'result_eru_tether_p2p',0), (6026,19330,'design_eru_alcove_broken',0), (6027,19331,'design_eru_alcove_working',0), (6028,19332,'design_eru_platform_discharge',0), (6029,19333,'design_eru_platform_summon',0), (6030,19338,'cast_wand_fizzle',0), (6031,19341,'result_lightning_cage_blast',0), (6032,19342,'result_wand_lightning_bolts_p2p',0), (6033,19350,'sound_big_wings',0), (6034,19351,'sound_toxxulia_attack_roar',0), (6035,19352,'sound_toxxulia_bark',0), (6036,19353,'sound_toxxulia_big_footsteps',0), (6037,19354,'sound_toxxulia_cast_roar',0), (6038,19355,'sound_toxxulia_feet_nails',0), (6039,19356,'sound_toxxulia_growl',0), (6040,19357,'sound_toxxulia_grunt',0), (6041,19358,'sound_toxxulia_hiss',0), (6042,19359,'sound_toxxulia_hiss_quiet',0), (6043,19360,'sound_toxxulia_idle_wing_movement_short',0), (6044,19361,'sound_toxxulia_ouch_hit',0), (6045,19362,'sound_toxxulia_scrape',0), (6046,19363,'sound_toxxulia_swallow_crunch_close',0), (6047,19364,'sound_toxxulia_swallow_crunch_open',0), (6048,19365,'sound_toxxulia_swallow_roar',0), (6049,19366,'sound_toxxulia_swallow_slop',0), (6050,19367,'sound_toxxulia_swim',0), (6051,19368,'sound_toxxulia_tail_drop',0), (6052,19369,'sound_toxxulia_walk',0), (6053,19370,'sound_toxxulia_whip',0), (6054,19371,'sound_toxxulia_whip_light',0), (6055,19372,'sound_toxxulia_wing_movement',0), (6056,19373,'sound_toxxulia_wings_flapping',0), (6057,19381,'tiered_confused',0), (6058,19382,'tiered_doppleganger_p2p',0), (6059,19383,'tiered_entranced',0), (6060,19384,'tiered_forced_shader_prism',0), (6061,19385,'tiered_glow_eyes',0), (6062,19386,'tiered_hand_crescent',0), (6063,19387,'tiered_hand_prism',0), (6064,19388,'tiered_mage_cure',0), (6065,19389,'tiered_mage_ring_cure',0), (6066,19390,'tiered_mental_blast',0), (6067,19391,'tiered_mental_damage',0), (6068,19392,'tiered_prism_eyes',0), (6069,19393,'tiered_prism_rain',0), (6070,19394,'tiered_prism_rays',0), (6071,19395,'tiered_prismatic_summon',0), (6072,19396,'tiered_runed_shield',0), (6073,19397,'tiered_spin_stat_buff',0), (6074,19398,'tiered_vanish_reappear',0), (6075,19406,'tiered_mind_rings',0), (6076,19407,'tiered_stunned',0), (6077,19415,'tiered_mind_blast',0), (6078,19416,'tiered_prism_cling',0), (6079,19424,'tiered_crystal_summon',0), (6080,19425,'tiered_magic_summon',0), (6081,19426,'tiered_power_transfer_p2p',0), (6082,19427,'tiered_sucking_tube_p2p',0), (6083,19435,'tiered_bat_attack_p2p',0), (6084,19436,'tiered_crystal_blast',0), (6085,19437,'tiered_crystal_p2p',0), (6086,19438,'tiered_earth_summon',0), (6087,19439,'tiered_quicksand',0), (6088,19440,'tiered_shrink',0), (6089,19448,'tiered_air_summon',0), (6090,19449,'tiered_earthquake',0), (6091,19450,'tiered_elemental_portal',0), (6092,19451,'tiered_fire_summon',0), (6093,19452,'tiered_life_summon',0), (6094,19453,'tiered_plane_shift',0), (6095,19459,'gazer_pained_roar',0), (6096,19462,'sound_gazer_attack02_roar',0), (6097,19463,'sound_gazer_attack03_roar',0), (6098,19464,'sound_gazer_attack_roar',0), (6099,19465,'sound_gazer_attack_woosh',0), (6100,19466,'sound_gazer_attack_woosh_quiet',0), (6101,19467,'sound_gazer_bite_roar',0), (6102,19468,'sound_gazer_bodynoise',0), (6103,19469,'sound_gazer_bodynoise_fall',0), (6104,19470,'sound_gazer_bodynoise_fall_deep',0), (6105,19471,'sound_gazer_bodynoise_fall_dirt',0), (6106,19472,'sound_gazer_bodynoise_long',0), (6107,19473,'sound_gazer_breath',0), (6108,19474,'sound_gazer_breath_grunt',0), (6109,19475,'sound_gazer_combat_art_buff_roar',0), (6110,19476,'sound_gazer_crunch',0), (6111,19477,'sound_gazer_deadfall',0), (6112,19478,'sound_gazer_eyeball_gross',0), (6113,19479,'sound_gazer_eyeball_pop',0), (6114,19480,'sound_gazer_eyeball_pop_quiet',0), (6115,19481,'sound_gazer_eyeball_twirl',0), (6116,19482,'sound_gazer_growl_low',0), (6117,19483,'sound_gazer_grunt_short',0), (6118,19484,'sound_gazer_liddown',0), (6119,19485,'sound_gazer_swim',0), (6120,19486,'sound_gazer_swim_idle',0), (6121,19487,'sound_gazer_whip',0), (6122,19488,'sound_gazer_whip_impact',0), (6123,19489,'sound_gazer_whip_low',0), (6124,19490,'tiered_clouds_head',0), (6125,19491,'tiered_hand_dark_rings',0), (6126,19492,'tiered_heart_summon',0), (6127,19493,'tiered_undead_tide',0), (6128,19494,'tiered_vampirism_p2p',0), (6129,19497,'attack_eat',0), (6130,19502,'perch_idle',0), (6131,19509,'result_steam_cup',0), (6132,19515,'design_glow_full',0), (6133,19516,'design_glow_low',0), (6134,19517,'design_glow_med',0), (6135,19519,'result_energy_drain_p2p',0), (6136,19520,'result_meditate_rings',0), (6137,19526,'design_hole_mines',0), (6138,19527,'design_hole_mines_blast',0), (6139,19530,'sound_mine_blast',0), (6140,19531,'sound_mine_splash',0), (6141,19537,'design_th_platform',0), (6142,19538,'design_th_platform_collapse',0), (6143,19539,'design_th_platform_rift',0), (6144,19547,'sound_displacer_beast_attack_1',0), (6145,19548,'sound_displacer_beast_footstep',0), (6146,19549,'sound_displacer_beast_footstep_dirt',0), (6147,19550,'sound_displacer_beast_hiss',0), (6148,19551,'sound_displacer_beast_idle',0), (6149,19552,'sound_displacer_beast_idle_long',0), (6150,19553,'sound_displacer_beast_whip',0), (6151,19554,'sound_displacer_beast_whip_deep',0), (6152,19555,'sound_displacer_beast_whip_high',0), (6153,19558,'cast_air_sample',0), (6154,19563,'cast_tallonite_lash_cone',0), (6155,19564,'cast_tallonite_lash_summon',0), (6156,19567,'lynx_backup',0), (6157,19568,'lynx_fall',0), (6158,19569,'lynx_idle',0), (6159,19570,'lynx_jump',0), (6160,19571,'lynx_jump_substitute',0), (6161,19572,'lynx_land',0), (6162,19573,'lynx_long_fall',0), (6163,19574,'lynx_run',0), (6164,19575,'lynx_turn_left',0), (6165,19576,'lynx_turn_right',0), (6166,19577,'lynx_walk',0), (6167,19578,'result_tallonite_barb_p2p',0), (6168,19579,'result_trail_tallonite',0), (6169,19582,'attack_throw_boulder',0), (6170,19585,'cast_tallonite_balance',0), (6171,19588,'result_cloud_dot_blast',0), (6172,19589,'result_tallonite_lash_p2p',0), (6173,19596,'result_tallonite_lash_skulls_p2p',0), (6174,19597,'result_tallonite_skull_control',0), (6175,19598,'result_tallonite_sphere',0), (6176,19600,'sound_displacer_beast_attack_2',0), (6177,19601,'sound_displacer_beast_attack_3',0), (6178,19602,'sound_displacer_beast_bark',0), (6179,19603,'sound_displacer_beast_big_purr',0), (6180,19604,'sound_displacer_beast_blade_fall',0), (6181,19605,'sound_displacer_beast_blade_swoosh',0), (6182,19606,'sound_displacer_beast_charge_up_roar',0), (6183,19607,'sound_displacer_beast_dead_1',0), (6184,19608,'sound_displacer_beast_dead_2',0), (6185,19609,'sound_displacer_beast_dodge_thrust_roar',0), (6186,19610,'sound_displacer_beast_fall_small',0), (6187,19611,'sound_displacer_beast_footstep_deep',0), (6188,19612,'sound_displacer_beast_idle_breath',0), (6189,19613,'sound_displacer_beast_ouch',0), (6190,19614,'sound_displacer_beast_ouch_hit',0), (6191,19615,'sound_displacer_beast_pulse',0), (6192,19616,'sound_displacer_beast_pulse_crunch',0), (6193,19617,'sound_displacer_beast_small_purr',0), (6194,19618,'sound_displacer_beast_swim',0), (6195,19626,'sound_pandaman_footstep',0), (6196,19627,'sound_pandaman_idle_breathing',0), (6197,19628,'sound_pegasus_attack',0), (6198,19629,'sound_pegasus_attack_1',0), (6199,19630,'sound_pegasus_attack_4',0), (6200,19631,'sound_pegasus_death_fall',0), (6201,19632,'sound_pegasus_death_niegh',0), (6202,19633,'sound_pegasus_grunt',0), (6203,19634,'sound_pegasus_hooves',0), (6204,19635,'sound_pegasus_hooves_scrapex',0), (6205,19636,'sound_pegasus_idle_1',0), (6206,19637,'sound_pegasus_idle_2',0), (6207,19638,'sound_pegasus_idle_slow',0), (6208,19639,'sound_pegasus_idleloop',0), (6209,19640,'sound_pegasus_limb_whip',0), (6210,19641,'sound_pegasus_ouch_1',0), (6211,19642,'sound_pegasus_ouch_hit',0), (6212,19643,'sound_pegasus_snort_quick',0), (6213,19644,'sound_pegasus_wings_soft',0), (6214,19651,'lynx_idle01',0), (6215,19656,'cast_spin_flash_buff',0), (6216,19657,'cast_tallonite_dagger_blast',0), (6217,19659,'energy_blobs_kick_blast',0), (6218,19661,'result_slow',0), (6219,19666,'cast_tallonite_axe_throw',0), (6220,19667,'cast_tallonite_glow_eyes',0), (6221,19669,'design_sen_lava_falls',0), (6222,19670,'design_sen_lightning_rune_orb',0), (6223,19676,'design_eru_column_protection',0), (6224,19682,'design_theer_fire_forrest',0), (6225,19683,'design_theer_fire_passion',0), (6226,19684,'design_theer_fire_water',0), (6227,19685,'design_theer_fire_wrath',0), (6228,19686,'design_theer_obj_forrest',0), (6229,19687,'design_theer_obj_passion',0), (6230,19688,'design_theer_obj_water',0), (6231,19689,'design_theer_obj_wrath',0), (6232,19690,'design_theer_symbol_blast',0), (6233,19691,'design_theer_symbol_evil',0), (6234,19692,'design_theer_symbol_forrest',0), (6235,19693,'design_theer_symbol_good',0), (6236,19694,'design_theer_symbol_none',0), (6237,19695,'design_theer_symbol_passion',0), (6238,19696,'design_theer_symbol_water',0), (6239,19697,'design_theer_symbol_wrath',0), (6240,19698,'design_theer_wrath_blast',0), (6241,19701,'cast_massive_ring_blast',0), (6242,19706,'result_billowing_energy',0), (6243,19707,'result_seeping_energy',0), (6244,19713,'design_odus_dome_barrier',0), (6245,19715,'result_fiery_sun',0), (6246,19716,'result_healing_flora',0), (6247,19717,'result_singing_wind',0), (6248,19719,'sound_catoplebus_attack_roar_1',0), (6249,19720,'sound_catoplebus_attack_roar_2',0), (6250,19721,'sound_catoplebus_attack_roar_3',0), (6251,19722,'sound_catoplebus_body_movement',0), (6252,19723,'sound_catoplebus_cast_roar',0), (6253,19724,'sound_catoplebus_combat_art_buff_roar',0), (6254,19725,'sound_catoplebus_crunch',0), (6255,19726,'sound_catoplebus_death_roar',0), (6256,19727,'sound_catoplebus_dodge_grunt',0), (6257,19728,'sound_catoplebus_dodge_roar',0), (6258,19729,'sound_catoplebus_footstep',0), (6259,19730,'sound_catoplebus_footstep_deep',0), (6260,19731,'sound_catoplebus_footstep_deep_soft',0), (6261,19732,'sound_catoplebus_idle_grunt',0), (6262,19733,'sound_catoplebus_idle_roar',0), (6263,19734,'sound_catoplebus_idle_sniff',0), (6264,19735,'sound_catoplebus_idle_snort',0), (6265,19736,'sound_catoplebus_slide',0), (6266,19737,'sound_catoplebus_swim',0), (6267,19738,'sound_catoplebus_swim_idle',0), (6268,19739,'sound_catoplebus_tail_whoosh',0), (6269,19740,'sound_cerberus_attack_roar',0), (6270,19741,'sound_cerberus_cast_roar',0), (6271,19742,'sound_cerberus_combat_art_buff_roar',0), (6272,19743,'sound_cerberus_death_fall',0), (6273,19744,'sound_cerberus_death_roar',0), (6274,19745,'sound_cerberus_dodge_bark',0), (6275,19746,'sound_cerberus_dodge_growl',0), (6276,19747,'sound_cerberus_growl',0), (6277,19748,'sound_cerberus_idle_howl_1',0), (6278,19749,'sound_cerberus_idle_howl_2',0), (6279,19750,'sound_cerberus_idle_howl_long',0), (6280,19751,'sound_cerberus_scrape',0), (6281,19752,'sound_cerberus_snarl',0), (6282,19753,'sound_cerberus_swim',0), (6283,19754,'trdskl_transmute_complete',0), (6284,19755,'trdskl_transmute_rings',0), (6285,19763,'sound_goatmen_lf_stomp',0), (6286,19764,'sound_goatmen_armor_long',0), (6287,19765,'sound_goatmen_armor_short_loud',0), (6288,19766,'sound_goatmen_armor_short_quiet',0), (6289,19767,'sound_goatmen_attack_roar',0), (6290,19768,'sound_goatmen_blade_swoosh_1',0), (6291,19769,'sound_goatmen_blade_swoosh_2',0), (6292,19770,'sound_goatmen_body_fall',0), (6293,19771,'sound_goatmen_body_movement_short',0), (6294,19772,'sound_goatmen_bow_enter',0), (6295,19773,'sound_goatmen_bow_exit',0), (6296,19774,'sound_goatmen_bow_getarrow',0), (6297,19775,'sound_goatmen_bow_pullback',0), (6298,19776,'sound_goatmen_bow_release',0), (6299,19777,'sound_goatmen_breath_out',0), (6300,19778,'sound_goatmen_cast_yell',0), (6301,19779,'sound_goatmen_combat_art_buff',0), (6302,19780,'sound_goatmen_death_roar',0), (6303,19781,'sound_goatmen_death_roar_2',0), (6304,19782,'sound_goatmen_footstep',0), (6305,19783,'sound_goatmen_grunt',0), (6306,19784,'sound_goatmen_ouch',0), (6307,19785,'sound_goatmen_scrape',0), (6308,19786,'sound_goatmen_snort',0), (6309,19787,'sound_goatmen_swim',0), (6310,19788,'sound_goatmen_weapon_twirl',0), (6311,19794,'design_pulse_beacon',0), (6312,19795,'design_shard_blast',0), (6313,19797,'pandamen_wildswing_attack',0), (6314,19798,'pulse_sound',0), (6315,19801,'sound_pandamen_bark',0), (6316,19802,'sound_pandamen_bleat',0), (6317,19803,'sound_pandamen_bow_getarrow',0), (6318,19804,'sound_pandamen_bow_pullback',0), (6319,19805,'sound_pandamen_bow_release',0), (6320,19806,'sound_pandamen_bow_sheath',0), (6321,19807,'sound_pandamen_bow_unsheath',0), (6322,19808,'sound_pandamen_charge_roar',0), (6323,19809,'sound_pandamen_dead',0), (6324,19810,'sound_pandamen_eat',0), (6325,19811,'sound_pandamen_footslide',0), (6326,19812,'sound_pandamen_footstep_soft',0), (6327,19813,'sound_pandamen_growl',0), (6328,19814,'sound_pandamen_grunt',0), (6329,19815,'sound_pandamen_idle_grunt',0), (6330,19816,'sound_pandamen_idle_grunt_short',0), (6331,19817,'sound_pandamen_movement_cloth_long',0), (6332,19818,'sound_pandamen_movement_cloth_short',0), (6333,19819,'sound_pandamen_scratch',0), (6334,19820,'sound_pandamen_scratch_pant',0), (6335,19821,'sound_pandamen_sit',0), (6336,19822,'sound_pandamen_swim',0), (6337,19823,'sound_pandamen_whoosh',0), (6338,19829,'evil_theer_energy_buff',0), (6339,19830,'good_theer_energy_buff',0), (6340,19832,'result_balanced_judgement',0), (6341,19833,'result_fiery_flames',0), (6342,19834,'result_theer_debuff_down',0), (6343,19835,'result_theer_debuff_up',0), (6344,19836,'result_theer_mana_drain_p2p',0), (6345,19839,'theer_charge_up',0), (6346,19840,'theer_mana_blast',0), (6347,19845,'cast_wyvern_breath',0), (6348,19846,'cast_wyvern_inhale',0), (6349,19848,'design_erudite_switch_evil',0), (6350,19849,'design_erudite_switch_good',0), (6351,19850,'design_murderball_debuff',0), (6352,19853,'sound_chimera_attack_roar_1',0), (6353,19854,'sound_chimera_attack_roar_2',0), (6354,19855,'sound_chimera_attack_roar_3',0), (6355,19856,'sound_chimera_cast_roar',0), (6356,19857,'sound_chimera_cast_roar_short',0), (6357,19858,'sound_chimera_combat_art_buff_roar',0), (6358,19859,'sound_chimera_dead_fall',0), (6359,19860,'sound_chimera_death_roar',0), (6360,19861,'sound_chimera_dodge_down_roar',0), (6361,19862,'sound_chimera_dodge_grunt',0), (6362,19863,'sound_chimera_footslide',0), (6363,19864,'sound_chimera_footstep',0), (6364,19865,'sound_chimera_footstep_big',0), (6365,19866,'sound_chimera_idle_bird_1',0), (6366,19867,'sound_chimera_idle_bird_2',0), (6367,19868,'sound_chimera_idle_bird_3',0), (6368,19869,'sound_chimera_idle_goat_1',0), (6369,19870,'sound_chimera_idle_goat_2',0), (6370,19871,'sound_chimera_idle_goat_3',0), (6371,19872,'sound_chimera_idle_lion_1',0), (6372,19873,'sound_chimera_idle_lion_2',0), (6373,19874,'sound_chimera_idle_lion_3',0), (6374,19875,'sound_chimera_idle_lion_4',0), (6375,19876,'sound_chimera_idle_wings',0), (6376,19877,'sound_chimera_sit_wings_short',0), (6377,19878,'sound_chimera_snake_stab',0), (6378,19879,'sound_chimera_swim',0), (6379,19880,'sound_chimera_wings_big',0), (6380,19882,'sound_lynx_mount_bare_idle',0), (6381,19883,'sound_lynx_mount_bare_roar_1',0), (6382,19884,'sound_lynx_mount_bare_roar_2',0), (6383,19885,'sound_lynx_mount_footstep_quiet',0), (6384,19886,'sound_lynx_mount_land',0), (6385,19887,'sound_odus_kitten_attack_1',0), (6386,19888,'sound_odus_kitten_attack_2',0), (6387,19889,'sound_odus_kitten_attack_3',0), (6388,19890,'sound_odus_kitten_attack_4',0), (6389,19891,'sound_odus_kitten_combat_exit',0), (6390,19892,'sound_odus_kitten_eat_1',0), (6391,19893,'sound_odus_kitten_fall',0), (6392,19894,'sound_odus_kitten_footstep',0), (6393,19895,'sound_odus_kitten_hiss',0), (6394,19896,'sound_odus_kitten_idle_purr_1',0), (6395,19897,'sound_odus_kitten_lick',0), (6396,19898,'sound_odus_kitten_meow_1',0), (6397,19899,'sound_odus_kitten_meow_2',0), (6398,19900,'sound_odus_kitten_ouch_short',0), (6399,19901,'sound_odus_kitten_scratch',0), (6400,19902,'sound_odus_kitten_sneeze',0), (6401,19903,'sound_odus_kitten_swim',0), (6402,19906,'cast_draconian_breath',0), (6403,19909,'cast_wurm_breath',0), (6404,19910,'cast_wurm_crush_blast',0), (6405,19911,'cast_wurm_inhale',0), (6406,19913,'design_active_eggs',0), (6407,19914,'design_hatched_eggs',0), (6408,19915,'design_inactive_eggs',0), (6409,19917,'result_blinded',0), (6410,19918,'result_crush_rings',0), (6411,19924,'design_summon_fx',1045), (6412,19926,'result_summoning_crystal',1045), (6413,19929,'sound_lynx_armor_1',1045), (6414,19930,'sound_lynx_armor_short',1045), (6415,19939,'toxx_breath_attack',1045), (6416,19940,'toxx_breath_inhale',1045), (6417,19947,'result_floor_pie',1045), (6418,19954,'result_lich_evil_drain_p2p',1045), (6419,19955,'result_lich_good_drain_p2p',1045), (6420,19956,'result_theer_evil_drain',1045), (6421,19957,'result_theer_good_drain',1045), (6422,19964,'result_toxic_debuff',1045), (6423,19967,'toxx_breath_attack01',1045), (6424,19968,'toxx_breath_attack02',1045), (6425,19974,'design_kobold_claw',1045), (6426,19975,'design_toxic_sphere0',1045), (6427,19976,'design_toxic_sphere01',1045), (6428,19977,'design_toxic_sphere02',1045), (6429,19978,'design_toxic_sphere03',1045), (6430,19979,'design_toxic_sphere04',1045), (6431,19980,'design_toxic_sphere05',1045), (6432,19982,'result_toxx_essence_trap_p2p',1045), (6433,19984,'sound_catoplebus_ouch',1045), (6434,19985,'sound_catoplebus_ouch_1',1045), (6435,19986,'sound_catoplebus_ouch_2',1045), (6436,19988,'sound_skeletal_1',1045), (6437,19989,'sound_skeletal_10',1045), (6438,19990,'sound_skeletal_11',1045), (6439,19991,'sound_skeletal_12',1045), (6440,19992,'sound_skeletal_13',1045), (6441,19993,'sound_skeletal_14',1045), (6442,19994,'sound_skeletal_15',1045), (6443,19995,'sound_skeletal_16',1045), (6444,19996,'sound_skeletal_17',1045), (6445,19997,'sound_skeletal_18',1045), (6446,19998,'sound_skeletal_19',1045), (6447,19999,'sound_skeletal_2',1045), (6448,20000,'sound_skeletal_20',1045), (6449,20001,'sound_skeletal_21',1045), (6450,20002,'sound_skeletal_22',1045), (6451,20003,'sound_skeletal_3',1045), (6452,20004,'sound_skeletal_4',1045), (6453,20005,'sound_skeletal_5',1045), (6454,20006,'sound_skeletal_6',1045), (6455,20007,'sound_skeletal_7',1045), (6456,20008,'sound_skeletal_8',1045), (6457,20009,'sound_skeletal_9',1045), (6458,20010,'toxx_chained',1045), (6459,20011,'toxx_vanish',1045), (6460,20017,'design_active_head_001',1045), (6461,20018,'design_active_head_010',1045), (6462,20019,'design_active_head_011',1045), (6463,20020,'design_active_head_100',1045), (6464,20021,'design_active_head_101',1045), (6465,20022,'design_active_head_110',1045), (6466,20023,'design_active_head_111',1045), (6467,20024,'design_tallonite_portal',1045), (6468,20025,'design_teleport_druid_ring',1045), (6469,20028,'cast_arcane_blast',1045), (6470,20029,'cast_crush_blast',1045), (6471,20030,'cast_poison_blast',1045), (6472,20034,'design_mystic_barrier',1045), (6473,20040,'design_blue_flag_pickup',1045), (6474,20041,'design_red_flag_pickup',1045), (6475,20047,'death_impact',1045), (6476,20048,'gorgon_attack_roar_01',1045), (6477,20049,'gorgon_attack_roar_02',1045), (6478,20050,'gorgon_breath_in',1045), (6479,20051,'gorgon_breath_out_long',1045), (6480,20052,'gorgon_breath_out_short',1045), (6481,20053,'gorgon_cast_roar_01',1045), (6482,20054,'gorgon_chewing_close',1045), (6483,20055,'gorgon_chewing_open',1045), (6484,20056,'gorgon_death_impact',1045), (6485,20057,'gorgon_death_roar',1045), (6486,20058,'gorgon_footscrape',1045), (6487,20059,'gorgon_footstep_deep',1045), (6488,20060,'gorgon_footstep_metal',1045), (6489,20061,'gorgon_hooves',1045), (6490,20062,'gorgon_kick_swish',1045), (6491,20063,'gorgon_metal_movement',1045), (6492,20064,'gorgon_metal_movement_deep',1045), (6493,20065,'gorgon_metal_movement_long',1045), (6494,20066,'gorgon_metal_movement_quiet',1045), (6495,20067,'gorgon_metal_scrape',1045), (6496,20068,'gorgon_ouch_headshake',1045), (6497,20069,'gorgon_ouch_impact',1045), (6498,20070,'gorgon_snort',1045), (6499,20071,'gorgon_snort_big',1045), (6500,20072,'gorgon_swim',1045), (6501,20076,'stone_ouch_impact',1045), (6502,20082,'design_blue_flag_trail',1045), (6503,20083,'design_red_flag_trail',1045), (6504,20089,'design_battleground_tower_blue',1045), (6505,20090,'design_battleground_tower_red',1045), (6506,20096,'crystaline_folk_lf',1045), (6507,20097,'crystaline_folk_footstep_big',1045), (6508,20098,'crystaline_folk_footstep_crunch',1045), (6509,20099,'crystaline_folk_stone_debris',1045), (6510,20100,'crystaline_folk_tantrum_1',1045), (6511,20101,'crystaline_folk_tantrum_2',1045), (6512,20102,'crystaline_folk_tantrum_3',1045), (6513,20103,'crystaline_folk_tantrum_body_1',1045), (6514,20104,'crystaline_folk_tantrum_body_2',1045), (6515,20105,'crystaline_folk_tantrum_body_3',1045), (6516,20106,'design_sen_lava_floor',1045), (6517,20109,'cast_mental_blast',1045), (6518,20114,'design_reform_fx',1045), (6519,20117,'attack_breath_crush',1045), (6520,20118,'attack_breath_poison',1045), (6521,20123,'design_drain_theer_fx',1045), (6522,20124,'design_power_aura',1045), (6523,20126,'result_forced_shader_white',1045), (6524,20127,'result_stunned_rings',1045), (6525,20134,'froglock_gathering_search',1045), (6526,20138,'status_quest_completes_storyline',1045), (6527,20139,'status_quest_gives_storyline',1045), (6528,20140,'status_quest_updates_storyline',1045), (6529,20150,'sound_lynx_armor_short_1',1045), (6530,20151,'sound_lynx_mount_bare_roar_3',1045), (6531,20159,'result_forced_shader_rock_red',1045), (6532,20162,'tiered_cleric_wheel_back',1045), (6533,20163,'tiered_cleric_wheel_base',1045), (6534,20164,'tiered_cleric_wheel_forward',1045), (6535,20165,'tiered_hand_cross',1045), (6536,20166,'tiered_hand_leaves',1045), (6537,20167,'tiered_hand_leaves_glowing',1045), (6538,20168,'tiered_hand_pattern',1045), (6539,20169,'tiered_refreshment_summon',1045), (6540,20170,'tiered_smite_p2p',1045), (6541,20178,'jump_falling',1045), (6542,20188,'tiered_angel_wings',1045), (6543,20189,'tiered_bar_heal',1045), (6544,20190,'tiered_divine_burst',1045), (6545,20191,'tiered_divine_essence_summon',1045), (6546,20192,'tiered_head_halo',1045), (6547,20193,'tiered_priest_ring_cure',1045), (6548,20194,'tiered_radiant_glow',1045), (6549,20195,'tiered_resurrect_swirls',1045), (6550,20196,'tiered_small_heal',1045), (6551,20197,'tiered_smite_hit',1045), (6552,20198,'tiered_soothe',1045), (6553,20199,'tiered_toxin_out',1045), (6554,20200,'tiered_water_bubble',1045), (6555,20210,'sound_roehn_theer_stomp_rocks_1',1045), (6556,20211,'sound_roehn_theer_stomp_rocks_2',1045), (6557,20212,'sound_roehn_theer_stomp_rocks_3',1045), (6558,20213,'tiered_flash_heal',1045), (6559,20214,'tiered_ring_shield',1045), (6560,20215,'tiered_scimitar_exploding',1045), (6561,20216,'tiered_scimitar_smite',1045), (6562,20217,'tiered_timer',1045), (6563,20227,'tiered_divine_hit',1045), (6564,20228,'tiered_double_smite_p2p',1045), (6565,20229,'tiered_hand_sparkles',1045), (6566,20230,'tiered_heal_tube_p2p',1045), (6567,20240,'tiered_heal_barrier',1045), (6568,20241,'tiered_smite_blobs_p2p',1045), (6569,20251,'tiered_hammer_smite',1045), (6570,20252,'tiered_hand_cross_dark',1045), (6571,20253,'tiered_hand_sparkles_dark',1045), (6572,20263,'tiered_mental_smite',1045), (6573,20273,'tiered_engulf_flames',1045), (6574,20274,'tiered_gavel_pound',1045), (6575,20275,'tiered_light_cage',1045), (6576,20276,'tiered_swirly_heal',1045), (6577,20277,'tiered_swirly_power_heal',1045), (6578,20287,'trdskl_tinker_fail',1045), (6579,20294,'fire_build_up',1045), (6580,20304,'tiered_feather_summon',1045), (6581,20305,'tiered_phoenix_summon',1045), (6582,20306,'tiered_run_speed_buff',1045), (6583,20307,'tiered_spirit_wolf',1045), (6584,20308,'tiered_wood_root',1045), (6585,20318,'tiered_bat_summon',1045), (6586,20319,'tiered_nature_heal',1045), (6587,20329,'tiered_druid_wheel_base',1045), (6588,20330,'tiered_fire_slam2',1045), (6589,20331,'tiered_hand_leaf',1045), (6590,20332,'tiered_icicle_stab',1045), (6591,20333,'tiered_leaf_burst',1045), (6592,20334,'tiered_leaf_gather',1045), (6593,20335,'tiered_leaf_spin',1045), (6594,20336,'tiered_rings_shrinking',1045), (6595,20337,'tiered_swirly_wisps',1045), (6596,20338,'tiered_wood_spikes',1045), (6597,20346,'panting_wolf_sound',1045), (6598,20349,'tiered_hand_leaf_glowing',1045), (6599,20350,'tiered_leaf_spot_burst',1045), (6600,20351,'tiered_spin_runed_shield',1045), (6601,20352,'tiered_spirit_bear',1045), (6602,20353,'tiered_spirit_lion',1045), (6603,20354,'wolfbackground_sound',1045), (6604,20364,'tiered_growing_spores',1045), (6605,20365,'tiered_healing_grove',1045), (6606,20366,'tiered_ice_spikes',1045), (6607,20367,'tiered_sandstorm',1045), (6608,20368,'tiered_spirit_wolf_summon',1045), (6609,20369,'tiered_tranquility',1045), (6610,20370,'tiered_wood_root_grow',1045), (6611,20373,'belch_fx',1045), (6612,20378,'design_theer_symbol_blue',1045), (6613,20379,'design_theer_symbol_green',1045), (6614,20380,'icicle_stomp',1045), (6615,20382,'result_hand_drips_blood',1045), (6616,20383,'result_hand_drips_poison',1045), (6617,20385,'slime_trail_fx',1045), (6618,20386,'sound_giant_hill_attack',1045), (6619,20387,'sound_giant_hill_buff',1045), (6620,20388,'sound_giant_hill_cast',1045), (6621,20389,'sound_giant_hill_death',1045), (6622,20390,'sound_giant_hill_fall',1045), (6623,20391,'sound_giant_hill_footstep',1045), (6624,20392,'sound_giant_hill_grunt',1045), (6625,20393,'sound_giant_hill_idle_cloth',1045), (6626,20394,'sound_giant_hill_idle_grunt',1045), (6627,20395,'sound_giant_hill_idle_yawn',1045), (6628,20396,'sound_giant_hill_movement_cloth',1045), (6629,20397,'sound_giant_hill_ouch',1045), (6630,20398,'sound_giant_hill_rising_groan',1045), (6631,20399,'sound_giant_hill_sit_groan',1045), (6632,20400,'sound_giant_hill_swim',1045), (6633,20401,'sound_giant_hill_swim_idle',1045), (6634,20402,'sound_giant_hill_turn',1045), (6635,20412,'tiered_brambles',1045), (6636,20413,'tiered_hand_leaf_dark',1045), (6637,20414,'tiered_hand_leaves_dark',1045), (6638,20415,'tiered_leaf_flourish',1045), (6639,20416,'tiered_lightning_bolt',1045), (6640,20417,'tiered_snow_tempest',1045), (6641,20418,'tiered_swarm_p2p',1045), (6642,20428,'tiered_spirit_cat',1045), (6643,20429,'tiered_spirit_eel',1045), (6644,20430,'tiered_starfire',1045), (6645,20431,'tiered_sun_nova',1045), (6646,20441,'tiered_fae_swirling',1045), (6647,20442,'tiered_lightning_fusion',1045), (6648,20443,'tiered_spirit_cheetah',1045), (6649,20444,'tiered_spirit_lion_summon',1045), (6650,20445,'tiered_spirit_tree',1045), (6651,20446,'tiered_thunder_cloud',1045), (6652,20453,'design_goblin_launch',1045), (6653,20457,'transforma',1045), (6654,20458,'transformb',1045), (6655,20461,'cast_ice_blastwave',1045), (6656,20464,'cast_wing_buffet_snow',1045), (6657,20465,'cast_wing_buffet_wind',1045), (6658,20469,'result_icy_trap_shatter',1045), (6659,20476,'design_starburst_blue',1045), (6660,20477,'design_starburst_green',1045), (6661,20478,'design_starburst_purple',1045), (6662,20479,'design_starburst_red',1045), (6663,20480,'design_starburst_white',1045), (6664,20482,'kneel',1045), (6665,20483,'result_shadow_curse',1045), (6666,20493,'sound_lynx_mount_bare_idle_1',1045), (6667,20494,'sound_lynx_mount_bare_pant',1045), (6668,20504,'sound_lynx_purr',1045), (6669,20505,'sound_vrewwx_attack_roar_3',1045), (6670,20506,'sound_vrewwx_cast_roar',1045), (6671,20513,'design_arm_prelaunch',1045), (6672,20515,'result_repellent_spray',1045), (6673,20516,'result_repellent_spray_p2p',1045), (6674,20519,'activate',1045), (6675,20520,'cast_ice_blast',1045), (6676,20521,'cast_ice_blast_ring',1045), (6677,20529,'sound_vrewwx_attack_roar_1',1045), (6678,20530,'sound_vrewwx_attack_roar_2',1045), (6679,20531,'sound_vrewwx_idle02_roar',1045), (6680,20541,'sound_vrewwx_idle1_breathing_2',1045), (6681,20548,'design_void_energy_pool',1045), (6682,20550,'result_flower_trail',1045), (6683,20551,'result_leash_p2p',1045), (6684,20552,'result_rope_root',1045), (6685,20555,'cast_pick_axe_throw',1045), (6686,20560,'design_crystal_drop_impact',1045), (6687,20561,'design_orc_footprints',1045), (6688,20563,'result_leash_p2p_static',1045), (6689,20565,'sitchair',1045), (6690,20567,'sound_vrewwx_body_fall',1045), (6691,20568,'trdskl_halas_pick',1045), (6692,20575,'design_chessboard_collapse_fx',1045), (6693,20576,'design_chessboard_static_fx',1045), (6694,20577,'design_druidring_burst_fx',1045), (6695,20578,'design_druidring_fx',1045), (6696,20579,'design_harpoon_fire',1045), (6697,20580,'design_harpoon_load',1045), (6698,20590,'sound_vrewwx_death',1045), (6699,20591,'sound_vrewwx_ouch',1045), (6700,20594,'bellyslide',1045), (6701,20599,'float_on_back',1045), (6702,20601,'laugh',1045), (6703,20604,'sound_vrewwx_buff',1045), (6704,20605,'sound_vrewwx_chomp',1045), (6705,20615,'sound_vrewwx_death_fall',1045), (6706,20622,'design_theer_symbol_blast_circle',1045), (6707,20629,'fly_ouch_backhand',1045), (6708,20639,'tiered_heal_ward',1045), (6709,20640,'tiered_shaman_wheel_base',1045), (6710,20641,'tiered_spirit_summon',1045), (6711,20642,'tiered_spirit_swirl_hit',1045), (6712,20650,'proc_sword_head',1045), (6713,20653,'tiered_hand_stars',1045), (6714,20654,'tiered_haze',1045), (6715,20655,'tiered_head_spirits',1045), (6716,20656,'tiered_spirit_heal',1045), (6717,20666,'tiered_heal_flourish',1045), (6718,20667,'tiered_resurrect_spirits',1045), (6719,20668,'tiered_spirit_elephant',1045), (6720,20669,'tiered_spirit_swirl_shield',1045), (6721,20679,'tiered_echo_rings',1045), (6722,20680,'tiered_fire',1045), (6723,20681,'tiered_iceball_p2p',1045), (6724,20682,'tiered_spirit_tube',1045), (6725,20683,'tiered_spirits_p2p',1045), (6726,20693,'tiered_ancestral_summon',1045), (6727,20694,'tiered_lunar_summon',1045), (6728,20695,'tiered_spirit_circle_summon',1045), (6729,20696,'tiered_spirit_growing',1045), (6730,20703,'fly_jumpsubstitute',1045), (6731,20704,'fly_turn_left',1045), (6732,20705,'fly_turn_right',1045), (6733,20706,'fly_walk',1045), (6734,20708,'lizard_backup',1045), (6735,20709,'lizard_fall',1045), (6736,20710,'lizard_fly_backup',1045), (6737,20711,'lizard_fly_fall',1045), (6738,20712,'lizard_fly_idle',1045), (6739,20713,'lizard_fly_idle01',1045), (6740,20714,'lizard_fly_jump',1045), (6741,20715,'lizard_fly_jump_substitute',1045), (6742,20716,'lizard_fly_run',1045), (6743,20717,'lizard_fly_turn_left',1045), (6744,20718,'lizard_fly_turn_right',1045), (6745,20719,'lizard_fly_walk',1045), (6746,20720,'lizard_glide',1045), (6747,20721,'lizard_idle',1045), (6748,20722,'lizard_idle01',1045), (6749,20723,'lizard_jump',1045), (6750,20724,'lizard_jump_substitute',1045), (6751,20725,'lizard_land',1045), (6752,20726,'lizard_long_fall',1045), (6753,20727,'lizard_run',1045), (6754,20728,'lizard_turn_left',1045), (6755,20729,'lizard_turn_right',1045), (6756,20730,'lizard_walk',1045), (6757,20738,'lizard_fly_dive',1045), (6758,20739,'lizard_fly_glide',1045), (6759,20740,'lizard_fly_jumpsubstitute',1045), (6760,20743,'tiered_bone_tendrils',1045), (6761,20744,'tiered_crystal_soultap',1045), (6762,20745,'tiered_dark_swirly_wisps',1045), (6763,20746,'tiered_deathward',1045), (6764,20747,'tiered_forced_shader_burst_blend',1045), (6765,20748,'tiered_hand_stars_dark',1045), (6766,20749,'tiered_heal_shroud',1045), (6767,20750,'tiered_poison_spirits_p2p',1045), (6768,20751,'tiered_rune_debuff_all',1045), (6769,20752,'tiered_shadow_curse',1045), (6770,20753,'tiered_shroud',1045), (6771,20761,'lizard_fly_enter',1045), (6772,20771,'spark_trail_lf',1045), (6773,20772,'spark_trail_lr',1045), (6774,20773,'spark_trail_rf',1045), (6775,20774,'spark_trail_rr',1045), (6776,20781,'griffin_backup',1045), (6777,20782,'griffin_fall',1045), (6778,20783,'griffin_fly_backup',1045), (6779,20784,'griffin_fly_dive',1045), (6780,20785,'griffin_fly_enter',1045), (6781,20786,'griffin_fly_fall',1045), (6782,20787,'griffin_fly_glide',1045), (6783,20788,'griffin_fly_idle',1045), (6784,20789,'griffin_fly_idle01',1045), (6785,20790,'griffin_fly_jump',1045), (6786,20791,'griffin_fly_jumpsubstitute',1045), (6787,20792,'griffin_fly_run',1045), (6788,20793,'griffin_fly_turn_left',1045), (6789,20794,'griffin_fly_turn_right',1045), (6790,20795,'griffin_fly_walk',1045), (6791,20796,'griffin_idle01',1045), (6792,20797,'griffin_jump',1045), (6793,20798,'griffin_jump_substitute',1045), (6794,20799,'griffin_land',1045), (6795,20800,'griffin_long_fall',1045), (6796,20801,'griffin_turn_left',1045), (6797,20802,'griffin_turn_right',1045), (6798,20804,'pegasus_backup',1045), (6799,20805,'pegasus_fall',1045), (6800,20806,'pegasus_fly_backup',1045), (6801,20807,'pegasus_fly_dive',1045), (6802,20808,'pegasus_fly_enter',1045), (6803,20809,'pegasus_fly_fall',1045), (6804,20810,'pegasus_fly_glide',1045), (6805,20811,'pegasus_fly_idle',1045), (6806,20812,'pegasus_fly_idle01',1045), (6807,20813,'pegasus_fly_jump',1045), (6808,20814,'pegasus_fly_jumpsubstitute',1045), (6809,20815,'pegasus_fly_run',1045), (6810,20816,'pegasus_fly_turn_left',1045), (6811,20817,'pegasus_fly_turn_right',1045), (6812,20818,'pegasus_fly_walk',1045), (6813,20819,'pegasus_idle01',1045), (6814,20820,'pegasus_jump',1045), (6815,20821,'pegasus_jump_substitute',1045), (6816,20822,'pegasus_land',1045), (6817,20823,'pegasus_long_fall',1045), (6818,20824,'pegasus_turn_left',1045), (6819,20825,'pegasus_turn_right',1045), (6820,20833,'result_weapon_trail_music',1096), (6821,20836,'tiered_bard_baton',1096), (6822,20837,'tiered_bard_drum',1096), (6823,20838,'tiered_bard_flute',1096), (6824,20839,'tiered_bard_guitar',1096), (6825,20840,'tiered_bard_horn',1096), (6826,20841,'tiered_bard_shroud',1096), (6827,20842,'tiered_bard_wheel_base',1096), (6828,20843,'tiered_clanging_notes',1096), (6829,20844,'tiered_coin_toss',1096), (6830,20845,'tiered_dancing_blades',1096), (6831,20846,'tiered_hand_notes',1096), (6832,20847,'tiered_hand_spin_notes',1096), (6833,20848,'tiered_jester_cap_toss_p2p',1096), (6834,20849,'tiered_music_ball_p2p',1096), (6835,20850,'tiered_music_band',1096), (6836,20851,'tiered_music_beam_p2p',1096), (6837,20852,'tiered_music_blast_ball',1096), (6838,20853,'tiered_music_bubble',1096), (6839,20854,'tiered_music_swirls',1096), (6840,20855,'tiered_music_wave_p2p',1096), (6841,20856,'tiered_notes_blast',1096), (6842,20857,'tiered_notes_burst',1096), (6843,20858,'tiered_notes_confetti',1096), (6844,20859,'tiered_notes_head',1096), (6845,20860,'tiered_notes_out_blast',1096), (6846,20861,'tiered_notes_out_song',1096), (6847,20862,'tiered_notes_shield',1096), (6848,20863,'tiered_notes_spiral_frenzy',1096), (6849,20864,'tiered_notes_up_song',1096), (6850,20865,'tiered_slashing_blade',1096), (6851,20866,'tiered_sound_rings_head',1096), (6852,20867,'tiered_spark_burst',1096), (6853,20868,'tiered_stabbing_blades',1096), (6854,20878,'tiered_notes_swirling_p2p',1096), (6855,20888,'tiered_bellow',1096), (6856,20889,'tiered_eyehand_buff',1096), (6857,20890,'tiered_note_crescent_p2p',1096), (6858,20891,'tiered_notes_out_song_bellow',1096), (6859,20892,'tiered_notes_transfer_p2p',1096), (6860,20893,'tiered_rock_skin_grow',1096), (6861,20894,'tiered_shaky_notes',1096), (6862,20901,'griffin_mount_backup',1096), (6863,20902,'griffin_mount_fall',1096), (6864,20903,'griffin_mount_fly_backup',1096), (6865,20904,'griffin_mount_fly_dive',1096), (6866,20905,'griffin_mount_fly_enter',1096), (6867,20906,'griffin_mount_fly_fall',1096), (6868,20907,'griffin_mount_fly_glide',1096), (6869,20908,'griffin_mount_fly_idle',1096), (6870,20909,'griffin_mount_fly_idle01',1096), (6871,20910,'griffin_mount_fly_jump',1096), (6872,20911,'griffin_mount_fly_jumpsubstitute',1096), (6873,20912,'griffin_mount_fly_run',1096), (6874,20913,'griffin_mount_fly_turn_left',1096), (6875,20914,'griffin_mount_fly_turn_right',1096), (6876,20915,'griffin_mount_fly_walk',1096), (6877,20916,'griffin_mount_idle',1096), (6878,20917,'griffin_mount_idle01',1096), (6879,20918,'griffin_mount_jump',1096), (6880,20919,'griffin_mount_jump_substitute',1096), (6881,20920,'griffin_mount_land',1096), (6882,20921,'griffin_mount_long_fall',1096), (6883,20922,'griffin_mount_run',1096), (6884,20923,'griffin_mount_turn_left',1096), (6885,20924,'griffin_mount_turn_right',1096), (6886,20925,'griffin_mount_walk',1096), (6887,20929,'tiered_arrow_blast',1096), (6888,20930,'tiered_blood_burst',1096), (6889,20931,'tiered_fire_arrow_p2p',1096), (6890,20932,'tiered_harvest_arrows',1096), (6891,20933,'tiered_lightning_blast_hit',1096), (6892,20934,'tiered_lightning_spark_burst',1096), (6893,20935,'tiered_massive_hit',1096), (6894,20936,'tiered_ranged_buff',1096), (6895,20937,'tiered_shimmer_arrow_p2p',1096), (6896,20938,'tiered_slow_arrow_p2p',1096), (6897,20939,'tiered_sparkle_trail_weapon_blend',1096), (6898,20940,'tiered_weapon_blood_lust',1096), (6899,20950,'tiered_arrow',1096), (6900,20951,'tiered_arrow_storm',1096), (6901,20952,'tiered_briar_trap',1096), (6902,20953,'tiered_bullseye',1096), (6903,20954,'tiered_hawk_summon',1096), (6904,20955,'tiered_head_arrow_p2p',1096), (6905,20956,'tiered_redirect_arrow_p2p',1096), (6906,20957,'tiered_redirection',1096), (6907,20958,'tiered_shoot_arrow_rain',1096), (6908,20959,'tiered_triple_arrow_p2p',1096), (6909,20969,'tiered_ice_comet',1096), (6910,20976,'griffin_mount_fly_climb',1096), (6911,20977,'griffin_mount_fly_down',1096), (6912,20978,'griffin_mount_fly_up',1096), (6913,20982,'tiered_blades_buff',1096), (6914,20983,'tiered_damage_persist',1096), (6915,20984,'tiered_dark_arrow_p2p',1096), (6916,20985,'tiered_dark_cloud',1096), (6917,20986,'tiered_death_mark',1096), (6918,20987,'tiered_deflect_buff',1096), (6919,20988,'tiered_shoot_daggers',1096), (6920,20989,'tiered_slashing_daggers',1096), (6921,20999,'tiered_apply_poison_p2p',1096), (6922,21000,'tiered_dagger_head',1096), (6923,21001,'tiered_dark_ring_vanish',1096), (6924,21002,'tiered_fatal_followup',1096), (6925,21003,'tiered_hand_plasma',1096), (6926,21004,'tiered_spin_dagger_blast',1096), (6927,21011,'griffin_mount_fly_jump_substitute',1096), (6928,21021,'tiered_blast_tube',1096), (6929,21022,'tiered_flurry_daggers',1096), (6930,21023,'tiered_mesmerized',1096), (6931,21024,'tiered_slash_trail',1096), (6932,21025,'tiered_snow_dagger_p2p',1096), (6933,21026,'tiered_spin_shield_buff',1096), (6934,21027,'tiered_storm_waves',1096), (6935,21028,'tiered_stream_throw_attack_p2p',1096), (6936,21029,'tiered_swords_buff',1096), (6937,21030,'tiered_teeth_glint',1096), (6938,21038,'result_bind_wound',1096), (6939,21041,'tiered_blast_trail',1096), (6940,21042,'tiered_dagger_p2p',1096), (6941,21043,'tiered_dark_melee_swipe',1096), (6942,21044,'tiered_poison_forced_shader_weapon',1096), (6943,21045,'tiered_slash_trail_dark',1096), (6944,21052,'design_wellspring_bones_toss',1096), (6945,21054,'result_wellspring_ghosts_attack_p2p',1096), (6946,21064,'tiered_cone_defensive_buff',1096), (6947,21065,'tiered_cone_offensive_buff',1096), (6948,21072,'design_crater_blast',1096), (6949,21073,'design_fire_area',1096), (6950,21075,'result_spore_toss_p2p',1096), (6951,21082,'design_electro_disease_portal',1096), (6952,21083,'design_lightning_shield',1096), (6953,21084,'design_summon_disease_portal',1096), (6954,21091,'design_meteor_impact',1096), (6955,21092,'design_meteor_target',1096), (6956,21095,'ball_lightning_bolt_p2p',1096), (6957,21097,'cast_potion_hand_pattern_heal',1096), (6958,21098,'cast_potion_hand_sparks',1096), (6959,21099,'cast_potion_ring_cure',1096), (6960,21101,'cast_resurrect_swirls',1096), (6961,21105,'result_fire_engulfed',1096), (6962,21106,'result_flash_heal',1096), (6963,21109,'trdskl_vial_left',1096), (6964,21116,'design_gf_tree_fire',1096), (6965,21117,'design_gf_tree_fire_big',1096), (6966,21119,'result_head_flash_sparks',1096), (6967,21122,'cast_plague_spikes',1096), (6968,21127,'design_feet_trail_leaves',1096), (6969,21129,'pbae_cast_blast',1096), (6970,21134,'cast_summon_elemental_cyclone',1096), (6971,21137,'design_gf_cleansed_flowers',1096), (6972,21138,'design_gf_poisoned_vines',1096), (6973,21139,'design_guk_portal',1096), (6974,21140,'design_power_blast',1096), (6975,21141,'design_summon_power',1096), (6976,21142,'griffin_fly_up',1096), (6977,21145,'boom_sound',1096), (6978,21151,'result_guk_axe_attack_p2p',1096), (6979,21152,'result_guk_axe_stuck',1096), (6980,21153,'result_snotball_p2p',1096), (6981,21163,'turkey_cannon_blast',1096), (6982,21164,'turkey_shoot',1096), (6983,21172,'lights_baubles',1096), (6984,21173,'lights_bows',1096), (6985,21181,'result_book_hover',1096), (6986,21183,'sound_feeding',1096), (6987,21185,'zombie_feeding_fx',1096), (6988,21192,'design_boiling_pool_fx',1096), (6989,21193,'design_book_blast',1096), (6990,21194,'design_book_summon',1096), (6991,21195,'design_icy_shadow_portal',1096), (6992,21197,'knocktoknees_enter',1096), (6993,21198,'knocktoknees_idle',1096), (6994,21201,'cast_mirror_emerge',1096), (6995,21206,'design_light_column_grow',1096), (6996,21209,'bite',1096), (6997,21219,'tiered_bloodlust_swords',1096), (6998,21220,'tiered_cloud_buff_out',1096), (6999,21221,'tiered_divine_wave_p2p',1096), (7000,21222,'tiered_electrified',1096), (7001,21223,'tiered_rock_blast',1096), (7002,21224,'tiered_weakness',1096), (7003,21225,'tiered_whip_dark',1096), (7004,21235,'tiered_brain_leech_p2p',1096), (7005,21236,'tiered_dark_vanish',1096), (7006,21237,'tiered_dark_ward',1096), (7007,21238,'tiered_icy_cage',1096), (7008,21248,'tiered_cold_ice_crystals',1096), (7009,21249,'tiered_icicle_rain',1096), (7010,21250,'tiered_skull_p2p',1096), (7011,21251,'tiered_starnova_p2p',1096), (7012,21261,'tiered_dark_fire',1096), (7013,21262,'tiered_poison_spore_p2p',1096), (7014,21263,'tiered_spirit_dragon',1096), (7015,21273,'tiered_cast_mysticism',1096), (7016,21274,'tiered_light_ward',1096), (7017,21275,'tiered_mental_comet',1096), (7018,21276,'tiered_result_mysticism',1096), (7019,21277,'tiered_whip_circling',1096), (7020,21287,'tiered_ice_comet_shower',1096), (7021,21288,'tiered_sanction_of_merit',1096), (7022,21293,'combat_art_buff',1096), (7023,21296,'design_crow_shoulder',1096), (7024,21297,'design_ghost_wurm_shoulder',1096), (7025,21299,'result_dark_bubbles_rising',1096), (7026,21307,'result_candy_stars_rising',1096), (7027,21317,'wolf_mount_backup',1096), (7028,21318,'wolf_mount_fall',1096), (7029,21319,'wolf_mount_idle',1096), (7030,21320,'wolf_mount_idle01',1096), (7031,21321,'wolf_mount_jump',1096), (7032,21322,'wolf_mount_jump_substitute',1096), (7033,21323,'wolf_mount_land',1096), (7034,21324,'wolf_mount_long_fall',1096), (7035,21325,'wolf_mount_run',1096), (7036,21326,'wolf_mount_turn_left',1096), (7037,21327,'wolf_mount_turn_right',1096), (7038,21328,'wolf_mount_walk',1096), (7039,21338,'tiered_cloud_ring_burst',1096), (7040,21339,'tiered_ember_sword',1096), (7041,21340,'tiered_fire_rain',1096), (7042,21341,'tiered_lightning_bolt_p2p',1096), (7043,21342,'wolfmount_backup',1096), (7044,21343,'wolfmount_fall',1096), (7045,21344,'wolfmount_idle',1096), (7046,21345,'wolfmount_idle01',1096), (7047,21346,'wolfmount_jump',1096), (7048,21347,'wolfmount_jump_substitute',1096), (7049,21348,'wolfmount_land',1096), (7050,21349,'wolfmount_long_fall',1096), (7051,21350,'wolfmount_run',1096), (7052,21351,'wolfmount_turn_left',1096), (7053,21352,'wolfmount_turn_right',1096), (7054,21353,'wolfmount_walk',1096), (7055,21363,'tiered_hammer_head',1096), (7056,21364,'tiered_power_fount',1096), (7057,21365,'tiered_smashing_hammers',1096), (7058,21372,'ettin_drink',1096), (7059,21376,'tiered_color_shower',1096), (7060,21377,'tiered_haste',1096), (7061,21387,'tiered_bat_swarm_appear',1096), (7062,21388,'tiered_ember_shield',1096), (7063,21396,'result_paper_toss_p2p',1096), (7064,21406,'tiered_jesters_cap',1096), (7065,21414,'persist_notes_dirge',1096), (7066,21415,'persist_notes_troub',1096), (7067,21418,'sound_wolfmount_bare_pant',1096), (7068,21419,'sound_wolfmount_bare_roar_3',1096), (7069,21420,'sound_wolfmount_footstep_quiet',1096), (7070,21421,'sound_wolfmount_idle',1096), (7071,21422,'sound_wolfmount_jump_substitute',1096), (7072,21423,'sound_wolfmount_land',1096), (7073,21424,'tiered_notes_entranced',1096), (7074,21425,'tiered_poison_notes_wave_p2p',1096), (7075,21432,'design_vision_plane_map_bell',1096), (7076,21442,'tiered_rift_crack',1096), (7077,21449,'design_djinn_pod_cloud',1096), (7078,21451,'result_water_douse',1096), (7079,21454,'tiered_lava_column',1096), (7080,21462,'result_arrow_ridden',1096), (7081,21470,'result_body_fire',1096), (7082,21471,'result_body_lightning_purple',1096), (7083,21472,'result_body_snow',1096), (7084,21474,'sound_ettin_1h_sword_attack',1096), (7085,21475,'sound_ettin_1h_sword_attack01',1096), (7086,21476,'sound_ettin_1h_sword_attack03',1096), (7087,21477,'sound_ettin_fs',1096), (7088,21478,'sound_ettin_attack',1096), (7089,21479,'sound_ettin_attack01',1096), (7090,21480,'sound_ettin_attack02',1096), (7091,21481,'sound_ettin_attack03',1096), (7092,21482,'sound_ettin_attack_throw_boulder',1096), (7093,21483,'sound_ettin_cast_aoe_beneficial_end',1096), (7094,21484,'sound_ettin_cast_aoe_beneficial_loop',1096), (7095,21485,'sound_ettin_cast_aoe_beneficial_start',1096), (7096,21486,'sound_ettin_cast_aoe_detrimental_end',1096), (7097,21487,'sound_ettin_cast_aoe_detrimental_loop',1096), (7098,21488,'sound_ettin_cast_aoe_detrimental_start',1096), (7099,21489,'sound_ettin_cast_aoe_invocation_end',1096), (7100,21490,'sound_ettin_cast_aoe_invocation_loop',1096), (7101,21491,'sound_ettin_cast_aoe_invocation_start',1096), (7102,21492,'sound_ettin_cast_aoe_wand_end',1096), (7103,21493,'sound_ettin_cast_aoe_wand_loop',1096), (7104,21494,'sound_ettin_cast_aoe_wand_start',1096), (7105,21495,'sound_ettin_cast_summon_end',1096), (7106,21496,'sound_ettin_cast_summon_loop',1096), (7107,21497,'sound_ettin_cast_summon_start',1096), (7108,21498,'sound_ettin_cast_targeted_beneficial_end',1096), (7109,21499,'sound_ettin_cast_targeted_beneficial_start',1096), (7110,21500,'sound_ettin_cast_targeted_detrimental_end',1096), (7111,21501,'sound_ettin_cast_targeted_detrimental_start',1096), (7112,21502,'sound_ettin_cast_targeted_wand_end',1096), (7113,21503,'sound_ettin_cast_targeted_wand_loop',1096), (7114,21504,'sound_ettin_cast_targeted_wand_start',1096), (7115,21505,'sound_ettin_charge_up',1096), (7116,21506,'sound_ettin_dodge_backhand',1096), (7117,21507,'sound_ettin_dodge_forehand',1096), (7118,21508,'sound_ettin_drink',1096), (7119,21509,'sound_ettin_dual_wield_attack',1096), (7120,21510,'sound_ettin_dual_wield_attack01',1096), (7121,21511,'sound_ettin_dual_wield_attack02',1096), (7122,21512,'sound_ettin_dual_wield_attack03',1096), (7123,21513,'sound_ettin_habitat01',1096), (7124,21514,'sound_ettin_habitat03',1096), (7125,21515,'sound_ettin_idle01',1096), (7126,21516,'sound_ettin_idle02',1096), (7127,21517,'sound_ettin_knockeddowntoknees',1096), (7128,21518,'sound_ettin_ouch_backhand',1096), (7129,21519,'sound_ettin_ouch_forehand',1096), (7130,21520,'sound_ettin_run',1096), (7131,21521,'sound_ettin_shield_shove',1096), (7132,21522,'sound_ettin_swim_idle',1096), (7133,21523,'sound_ettin_walk',1096), (7134,21524,'sound_ettin_whirling_attack',1096), (7135,21525,'sound_ettin_wild_swing',1096), (7136,21527,'sound_idle03',1096), (7137,21528,'sound_wolfmount_idle01',1096), (7138,21529,'sound_wolfmount_turn_left',1096), (7139,21530,'sound_wolfmount_turn_right',1096), (7140,21537,'fly_attack01',1096), (7141,21538,'fly_attack02',1096), (7142,21539,'fly_attack03',1096), (7143,21540,'fly_death',1096), (7144,21541,'fly_dodge',1096), (7145,21542,'fly_ouchbackhand',1096), (7146,21543,'fly_ouchforehand',1096), (7147,21544,'fly_ouchthrust',1096), (7148,21545,'fly_turnleft',1096), (7149,21546,'fly_turnright',1096), (7150,21548,'perch',1096), (7151,21555,'design_book_summon_blue',1096), (7152,21556,'design_book_summon_red',1096), (7153,21564,'result_light_flare_p2p',1096), (7154,21569,'cast_shadow_gather',1096), (7155,21570,'cast_speed_trail_shadow',1096), (7156,21574,'removemask_enter',1096), (7157,21575,'removemask_exit',1096), (7158,21576,'removemask_idle',1096), (7159,21579,'attack_cage',1096), (7160,21585,'result_cage_beam_p2p',1096), (7161,21586,'result_spell_cage',1096), (7162,21590,'spell_cage_hit',1096), (7163,21593,'badger_dig',1096), (7164,21598,'design_vekascent_lifebringer',1096), (7165,21605,'design_vekascent_ice_bridge',1096), (7166,21613,'result_ice_trap_swirls',1096), (7167,21616,'cast_hot_water_douse',1096), (7168,21625,'trdskl_pot_large',1096), (7169,21632,'design_tofs_jail_barrier',1096), (7170,21639,'design_tofs_water_orb',1096), (7171,21644,'cast_scream',1096), (7172,21645,'cast_wing_buffet',1096), (7173,21649,'result_vines_trap',1096), (7174,21656,'design_vekfortress_water_blast',1096), (7175,21657,'design_vekfortress_water_warning',1096), (7176,21658,'design_vekpools_water_gush',1096), (7177,21659,'design_vekpools_water_warning',1096), (7178,21666,'design_velks_breakable_wall',1096), (7179,21667,'design_velks_breakable_wall_blue',1096), (7180,21669,'result_ice_spikes_growing',1096), (7181,21670,'result_zombie_slash',1096), (7182,21674,'trdskl_meat',1096), (7183,21677,'bow_attack01',1096), (7184,21678,'bow_attack02',1096), (7185,21679,'bow_attack03',1096), (7186,21684,'exit',1096), (7187,21689,'untrained_attack01',1096), (7188,21690,'untrained_attack02',1096), (7189,21691,'untrained_attack03',1096), (7190,21699,'persist_cold_book_swarm',1096), (7191,21700,'result_forced_shader_web',1096), (7192,21701,'result_halas_runes_spiral',1096), (7193,21702,'result_healthdrain_p2p',1096), (7194,21709,'design_vekpools_flower_fx',1096), (7195,21714,'sound_tse_attack',1096), (7196,21715,'sound_tse_attack01',1096), (7197,21716,'sound_tse_attack02',1096), (7198,21717,'sound_tse_attack03',1096), (7199,21718,'sound_tse_cast_aoe_beneficial_end',1096), (7200,21719,'sound_tse_cast_aoe_invocation_end',1096), (7201,21720,'sound_tse_cast_summon_end',1096), (7202,21721,'sound_tse_cast_targeted_beneficial_end',1096), (7203,21722,'sound_tse_cast_targeted_beneficial_loop',1096), (7204,21723,'sound_tse_cast_targeted_beneficial_start',1096), (7205,21724,'sound_tse_cast_targeted_detrimental_end',1096), (7206,21725,'sound_tse_combat_enter',1096), (7207,21726,'sound_tse_dead_enter',1096), (7208,21727,'sound_tse_dodge_down',1096), (7209,21728,'sound_tse_dodge_thrust',1096), (7210,21729,'sound_tse_fly_attack',1096), (7211,21730,'sound_tse_fly_attack01',1096), (7212,21731,'sound_tse_fly_attack02',1096), (7213,21732,'sound_tse_fly_attack03',1096), (7214,21733,'sound_tse_fly_cast_targeted_beneficial_end',1096), (7215,21734,'sound_tse_fly_cast_targeted_beneficial_loop',1096), (7216,21735,'sound_tse_fly_cast_targeted_beneficial_start',1096), (7217,21736,'sound_tse_fly_cast_targeted_detrimental_end',1096), (7218,21737,'sound_tse_fly_idle',1096), (7219,21738,'sound_tse_fly_offensive_buff',1096), (7220,21739,'sound_tse_knockeddowntoknees',1096), (7221,21740,'sound_tse_offensive_buff',1096), (7222,21741,'sound_tse_ouch',1096), (7223,21742,'sound_tse_ouch_forehand',1096), (7224,21743,'sound_tse_ouch_thrust',1096), (7225,21744,'sound_tse_whirling_attack',1096), (7226,21745,'sound_tse_wild_swing',1096), (7227,21752,'design_sullon_zek_containment',1096), (7228,21754,'result_ice_melt',1096), (7229,21758,'sound_hland_griffin_attack01',1096), (7230,21759,'sound_hland_griffin_attack02',1096), (7231,21760,'sound_hland_griffin_attack03',1096), (7232,21761,'sound_hland_griffin_combat_enter',1096), (7233,21762,'sound_hland_griffin_dead_enter',1096), (7234,21763,'sound_hland_griffin_dodge_backhand',1096), (7235,21764,'sound_hland_griffin_dodge_down',1096), (7236,21765,'sound_hland_griffin_dodge_forehand',1096), (7237,21766,'sound_hland_griffin_dodge_thrust',1096), (7238,21767,'sound_hland_griffin_idle01',1096), (7239,21768,'sound_hland_griffin_ouch',1096), (7240,21769,'sound_hland_griffin_ouch_thrust',1096), (7241,21770,'sound_hland_griffin_swim_walk',1096), (7242,21771,'sound_hland_griffin_whirling_attack',1096), (7243,21772,'sound_hland_griffin_wildswing',1096), (7244,21773,'sound_othmir_m_1h_sword_attack',1096), (7245,21774,'sound_othmir_m_1h_sword_attack01',1096), (7246,21775,'sound_othmir_m_1h_sword_attack02',1096), (7247,21776,'sound_othmir_m_1h_sword_attack03',1096), (7248,21777,'sound_othmir_m_attack',1096), (7249,21778,'sound_othmir_m_attack01',1096), (7250,21779,'sound_othmir_m_attack02',1096), (7251,21780,'sound_othmir_m_attack03',1096), (7252,21781,'sound_othmir_m_bow_attack',1096), (7253,21782,'sound_othmir_m_cast_targeted_beneficial_end',1096), (7254,21783,'sound_othmir_m_cast_targeted_beneficial_loop',1096), (7255,21784,'sound_othmir_m_cast_targeted_beneficial_start',1096), (7256,21785,'sound_othmir_m_charge_up',1096), (7257,21786,'sound_othmir_m_combat_idle',1096), (7258,21787,'sound_othmir_m_dance',1096), (7259,21788,'sound_othmir_m_dead_enter',1096), (7260,21789,'sound_othmir_m_dual_wield_attack',1096), (7261,21790,'sound_othmir_m_dual_wield_attack01',1096), (7262,21791,'sound_othmir_m_dual_wield_attack02',1096), (7263,21792,'sound_othmir_m_dual_wield_attack03',1096), (7264,21793,'sound_othmir_m_idle02',1096), (7265,21794,'sound_othmir_m_offensive_buff',1096), (7266,21795,'sound_othmir_m_shield_shove',1096), (7267,21796,'sound_othmir_m_swim_idle',1096), (7268,21797,'sound_othmir_m_swim_run',1096), (7269,21798,'sound_othmir_m_swim_walk',1096), (7270,21799,'sound_othmir_m_whirling_attack',1096), (7271,21800,'sound_othmir_m_wild_swing',1096), (7272,21801,'writhe_idle',1096), (7273,21809,'result_ice_shatter',1096), (7274,21810,'result_seafoam_dissolve',1096), (7275,21813,'cast_enraged_flames',1096), (7276,21819,'result_hammer_shower',1096), (7277,21823,'sound_othmir_f_1h_sword_attack',1096), (7278,21824,'sound_othmir_f_1h_sword_attack01',1096), (7279,21825,'sound_othmir_f_1h_sword_attack02',1096), (7280,21826,'sound_othmir_f_1h_sword_attack03',1096), (7281,21827,'sound_othmir_f_attack',1096), (7282,21828,'sound_othmir_f_attack01',1096), (7283,21829,'sound_othmir_f_attack02',1096), (7284,21830,'sound_othmir_f_attack03',1096), (7285,21831,'sound_othmir_f_bow_attack',1096), (7286,21832,'sound_othmir_f_cast_targeted_beneficial_end',1096), (7287,21833,'sound_othmir_f_cast_targeted_beneficial_start',1096), (7288,21834,'sound_othmir_f_charge_up',1096), (7289,21835,'sound_othmir_f_combat_idle',1096), (7290,21836,'sound_othmir_f_dead_enter',1096), (7291,21837,'sound_othmir_f_dual_wield_attack',1096), (7292,21838,'sound_othmir_f_dual_wield_attack01',1096), (7293,21839,'sound_othmir_f_dual_wield_attack02',1096), (7294,21840,'sound_othmir_f_dual_wield_attack03',1096), (7295,21841,'sound_othmir_f_idle02',1096), (7296,21842,'sound_othmir_f_shield_shove',1096), (7297,21843,'sound_othmir_f_swim_idle',1096), (7298,21844,'sound_othmir_f_swim_walk',1096), (7299,21845,'sound_othmir_f_whirling_attack',1096), (7300,21846,'sound_othmir_f_wild_swing',1096), (7301,21855,'sleep_idle',1096), (7302,21858,'sound_othmir_fs',1096), (7303,21859,'sound_tse_fs',1096), (7304,21864,'cast_split_beam_flash',1096), (7305,21865,'cast_split_copy',1096), (7306,21868,'cast_elemental_converge',1096), (7307,21873,'design_elemental_coalescing',1096), (7308,21875,'result_elemental_drain_p2p',1096), (7309,21878,'aura_purple',1096), (7310,21879,'cast_death_beam',1096), (7311,21880,'cast_heal_ball',1096), (7312,21887,'sleep_enter',1096), (7313,21888,'sleep_exit',1096), (7314,21893,'sound_wolfpup_bf',1096), (7315,21894,'sound_wolfpup_angry',1096), (7316,21895,'sound_wolfpup_attack',1096), (7317,21896,'sound_wolfpup_confused',1096), (7318,21897,'sound_wolfpup_eat',1096), (7319,21898,'sound_wolfpup_footstep',1096), (7320,21899,'sound_wolfpup_hungry',1096), (7321,21900,'sound_wolfpup_idle01',1096), (7322,21901,'sound_wolfpup_idle02',1096), (7323,21902,'sound_wolfpup_ouch',1096), (7324,21903,'sound_wolfpup_sick',1096), (7325,21904,'sound_wolfpup_trick',1096), (7326,21910,'converse01_sit',1096), (7327,21911,'converse02_sit',1096), (7328,21912,'converse_sit',1096), (7329,21914,'design_coldain_prayer_shawl',1096), (7330,21916,'leap_enter',1096), (7331,21917,'leap_exit',1096), (7332,21918,'leap_idle',1096), (7333,21922,'sound_hland_griffin_fs',1096), (7334,21923,'sound_hland_griffin_cast_enter',1096), (7335,21924,'sound_hland_griffin_cast_exit',1096), (7336,21925,'sound_hland_griffin_charge_up',1096), (7337,21932,'design_coldain_ring_adamantium',1096), (7338,21933,'design_coldain_ring_copper',1096), (7339,21934,'design_coldain_ring_frostreaver',1096), (7340,21935,'design_coldain_ring_gold',1096), (7341,21936,'design_coldain_ring_hero',1096), (7342,21937,'design_coldain_ring_mithril',1096), (7343,21938,'design_coldain_ring_obsidian',1096), (7344,21939,'design_coldain_ring_platinum',1096), (7345,21940,'design_coldain_ring_silver',1096), (7346,21941,'design_coldain_ring_velium',1096), (7347,21942,'design_spider_shoulder',1096), (7348,21948,'sound_hland_griffin_wing_flap_01',1096), (7349,21949,'sound_hland_griffin_wing_flap_02',1096), (7350,21956,'dive',1096), (7351,21958,'result_talon_strike',1096), (7352,21963,'sound_hland_griffin_wild_swing',1096), (7353,21967,'whirlingattack',1096), (7354,21970,'cast_head_souls',1096), (7355,21971,'cast_head_spikes',1096), (7356,21974,'cast_tallonite_attacking',1096), (7357,21975,'cast_tallonite_lash_spin',1096), (7358,21979,'result_head_spikes',1096), (7359,21987,'untrained_exit',1096), (7360,21995,'result_ember_strike',1096), (7361,21996,'result_ice_vine_trap',1096), (7362,22004,'untrained_idle01',1096), (7363,22007,'cast_nipik_spirits',1096), (7364,22010,'cast_shadow_vortex',1096), (7365,22014,'result_forced_shader_lichen',1096), (7366,22015,'result_gnoll_drool',1096), (7367,22029,'sound_vamp_fs',1096), (7368,22030,'sound_vamp_f_idle',1096), (7369,22031,'sound_vamp_f_untrained_attack',1096), (7370,22032,'sound_vamp_f_untrained_attack01',1096), (7371,22033,'sound_vamp_f_untrained_attack02',1096), (7372,22034,'sound_vamp_f_untrained_attack03',1096), (7373,22035,'sound_vamp_f_untrained_enter',1096), (7374,22036,'sound_vamp_f_untrained_idle',1096), (7375,22037,'sound_vamp_f_untrained_idle01',1096), (7376,22038,'sound_vamp_f_whirling_attack',1096), (7377,22044,'converse_sit01',1096), (7378,22045,'converse_sit02',1096), (7379,22047,'design_velkslab_flame_arch',1096), (7380,22049,'result_red_glow',1096), (7381,22057,'sound_vamp_m_untrained_attack',1096), (7382,22058,'sound_vamp_m_untrained_attack01',1096), (7383,22059,'sound_vamp_m_untrained_attack02',1096), (7384,22060,'sound_vamp_m_untrained_attack03',1096), (7385,22061,'sound_vamp_m_untrained_enter',1096), (7386,22062,'sound_vamp_m_untrained_idle01',1096), (7387,22063,'sound_vamp_m_whirling_attack',1096), (7388,22065,'talking_idle',1096), (7389,22072,'griffin_mount_fly_glide_left',1096), (7390,22073,'griffin_mount_fly_glide_right',1096), (7391,22076,'cast_foot_crush_stomp',1096), (7392,22077,'cast_kromzek_strike',1096), (7393,22080,'cast_targeted_beneficial_idle',1096), (7394,22081,'cast_thunder_clap',1096), (7395,22089,'pugilist_idle01',1096), (7396,22092,'cast_aa_column_heal_blast',1096), (7397,22093,'cast_aa_heal_bars',1096), (7398,22098,'design_bat_appear',1096), (7399,22099,'design_bat_vanish',1096), (7400,22100,'hover_exit',1096), (7401,22110,'untrained_slash',1096), (7402,22111,'untrained_slash1',1096), (7403,22112,'untrained_slash2',1096), (7404,22113,'untrained_slash3',1096), (7405,22120,'griffin_mount_fly_strafe_left',1096), (7406,22121,'griffin_mount_fly_strafe_right',1096), (7407,22123,'pugilist_idle02',1096), (7408,22124,'result_aa_lightning_debuff',1096), (7409,22125,'result_aa_ward_column_blast',1096), (7410,22133,'kd_barrel_idle',1096), (7411,22134,'kd_barrel_roll_enter',1096), (7412,22135,'kd_barrel_roll_idle',1096), (7413,22143,'sound_vamp_f_pugilist_idle02',1096), (7414,22144,'sound_vamp_m_pugilist_idle02',1096), (7415,22149,'cast_spirit_hands',1096), (7416,22150,'cast_spirit_sands',1096), (7417,22151,'cast_spirit_shell_buff',1096), (7418,22154,'eat_idle',1096), (7419,22156,'result_ice_trap_dark',1096), (7420,22157,'result_small_net',1096), (7421,22159,'sniff_idle',1096), (7422,22167,'trdskl_vel_hammer',1096), (7423,22168,'walk_sniff',1096), (7424,22175,'design_bat_smoke_attack',1096), (7425,22176,'design_seaweed_cluster',1096), (7426,22186,'vamp_smoke_trail',1096), (7427,22187,'vampire_attack',1096), (7428,22188,'vampire_attack01',1096), (7429,22189,'vampire_attack02',1096), (7430,22190,'vampire_attack03',1096), (7431,22191,'vampire_dodge',1096), (7432,22192,'vampire_dodge01',1096), (7433,22193,'vampire_dodge02',1096), (7434,22194,'vampire_enter',1096), (7435,22195,'vampire_exit',1096), (7436,22196,'vampire_idle',1096), (7437,22197,'vampire_idle01',1096), (7438,22198,'vampire_idle02',1096), (7439,22199,'vampire_ouch',1096), (7440,22200,'vampire_ouch01',1096), (7441,22201,'vampire_parry',1096), (7442,22202,'vampire_recoil',1096), (7443,22203,'vampire_whirling_attack',1096), (7444,22211,'result_rock_crystal_cyclone',1096), (7445,22220,'vamp_grab_slash',1096), (7446,22223,'cast_cold_breath',1096), (7447,22224,'cast_inhale_breath',1096), (7448,22225,'cast_lightning_burst',1096), (7449,22226,'cast_lightning_wings',1096), (7450,22240,'vampire_nofx_attack',1096), (7451,22241,'vampire_nofx_attack01',1096), (7452,22242,'vampire_nofx_attack02',1096), (7453,22243,'vampire_nofx_attack03',1096), (7454,22244,'vampire_nofx_dodge',1096), (7455,22245,'vampire_nofx_dodge01',1096), (7456,22246,'vampire_nofx_dodge02',1096), (7457,22247,'vampire_nofx_enter',1096), (7458,22248,'vampire_nofx_exit',1096), (7459,22249,'vampire_nofx_idle',1096), (7460,22250,'vampire_nofx_idle01',1096), (7461,22251,'vampire_nofx_idle02',1096), (7462,22252,'vampire_nofx_ouch',1096), (7463,22253,'vampire_nofx_ouch01',1096), (7464,22254,'vampire_nofx_parry',1096), (7465,22255,'vampire_nofx_recoil',1096), (7466,22256,'vampire_nofx_whirling_attack',1096), (7467,22257,'vampire_whirling_nofx_attack',1096), (7468,22264,'design_seaweed_cluster_down',1096), (7469,22266,'result_object_sparkles_white_down',1096), (7470,22269,'barrel_blast_snd',1096), (7471,22273,'crate_break_snd',1096), (7472,22275,'design_rock_door_collapse',1096), (7473,22276,'design_vine_door_grow',1096), (7474,22277,'impact_snd',1096), (7475,22279,'result_barrel_explode',1096), (7476,22280,'result_crate_explode',1096), (7477,22281,'result_heat_shimmer_dots',1096), (7478,22282,'result_musk_spray_p2p',1096), (7479,22283,'result_musky_object',1096), (7480,22292,'vamp_smoke_burst',1096), (7481,22300,'run_temp',1096), (7482,22309,'walk_temp',1096), (7483,22316,'design_hawk_release',1096), (7484,22317,'fx_splash_out',1096), (7485,22318,'fx_splash_up',1096), (7486,22320,'result_hawk_circling',1096), (7487,22327,'design_lava',1096), (7488,22341,'sound_tse_rx_attack',1096), (7489,22342,'sound_tse_rx_buff',1096), (7490,22343,'sound_tse_rx_hit',1096), (7491,22344,'sound_tse_fly_rx_attack',1096), (7492,22352,'knockedtoback_idle',1096), (7493,22361,'sound_carac_crying',1096), (7494,22364,'admire',1096), (7495,22369,'griffin_mount_idle02',1096), (7496,22377,'measure',1096), (7497,22379,'snd_lich_attack',1096), (7498,22380,'snd_lich_attack01',1096), (7499,22381,'snd_lich_attack02',1096), (7500,22382,'snd_lich_attack03',1096), (7501,22383,'snd_lich_bride_idle_lp',1096), (7502,22384,'snd_lich_combat_enter',1096), (7503,22385,'snd_lich_ouch',1096), (7504,22386,'snd_lich_whirling_attack',1096), (7505,22387,'snd_lich_wild_swing',1096), (7506,22390,'sound_griffin_mount_idle01',1096), (7507,22400,'worship_idle',1096), (7508,22403,'cast_bone_toss',1096), (7509,22407,'count',1096), (7510,22409,'design_vel_cannon_fire',1096), (7511,22424,'trdskl_bone',1096), (7512,22431,'design_light_beam_fx',1096), (7513,22432,'design_tofs_portal_base_fx',1096), (7514,22437,'cast_sacrifice_blast',1096), (7515,22440,'design_fire_big',1096), (7516,22441,'design_fire_green',1096), (7517,22442,'design_fire_small',1096), (7518,22444,'result_mark_of_doom',1096), (7519,22449,'cast_rallos_zek_superbuff',1096), (7520,22452,'design_blue_fire_wall',1096), (7521,22453,'design_red_fire_wall',1096), (7522,22456,'sit_throne_idle',1096), (7523,22464,'result_giant_icicle_drop',1096), (7524,22465,'result_giant_spear_p2p',1096), (7525,22468,'cast_hammer_hands',1096), (7526,22487,'trdskl_ice_wand',1096), (7527,22494,'design_massive_rock_impact',1096), (7528,22496,'persist_blue_tagged',1096), (7529,22497,'persist_red_tagged',1096), (7530,22498,'result_indestructible',1096), (7531,22499,'result_invincible',1096), (7532,22500,'result_statue_beam_p2p',1096), (7533,22503,'amaze',1096), (7534,22508,'design_zek_helm_fire',1096), (7535,22509,'grin',1096), (7536,22510,'growl',1096), (7537,22512,'mourn',1096), (7538,22513,'puzzle',1096), (7539,22514,'roar',1096), (7540,22521,'design_distort_face',1096), (7541,22522,'design_kd_rage_portal',1096), (7542,22525,'cast_aa_ancestor_swirls',1096), (7543,22526,'cast_aa_spiritfire_blast',1096), (7544,22527,'cast_aa_spiritfire_swirls',1096), (7545,22533,'result_aa_pulsing_ward',1096), (7546,22534,'result_aa_totem_blast',1096), (7547,22541,'gathering_find',1096), (7548,22542,'griffin_mount_launch',1096), (7549,22544,'result_aa_cold_mesh_grow',1096), (7550,22545,'result_aa_crush_blast',1096), (7551,22546,'result_aa_focus_spark',1096), (7552,22547,'result_aa_manawall',1096), (7553,22548,'result_aa_mesh_grow',1096), (7554,22549,'result_aa_shadow_blob_p2p',1096), (7555,22550,'result_aa_swap_hate',1096), (7556,22553,'applaud',1096), (7557,22556,'clap',1096), (7558,22559,'cast_aa_lightning_cleave_blast',1096), (7559,22560,'cast_aa_riposte',1096), (7560,22561,'cast_aa_shield_bars',1096), (7561,22564,'cast_aa_deflecting_daggers',1096), (7562,22570,'result_aa_slash_hit',1096), (7563,22571,'result_aa_watchful_eyes',1096), (7564,22574,'cast_aa_music_ring_blast',1096), (7565,22575,'cast_aa_notes_spiral',1096), (7566,22581,'result_aa_note_dagger_p2p',1096), (7567,22584,'carpet_fly_backup',1096), (7568,22585,'carpet_fly_climb',1096), (7569,22586,'carpet_fly_dive',1096), (7570,22587,'carpet_fly_glide',1096), (7571,22588,'carpet_fly_glide_left',1096), (7572,22589,'carpet_fly_glide_right',1096), (7573,22590,'carpet_fly_idle',1096), (7574,22591,'carpet_fly_run',1096), (7575,22592,'carpet_fly_strafe_left',1096), (7576,22593,'carpet_fly_strafe_right',1096), (7577,22594,'carpet_fly_turn_left',1096), (7578,22595,'carpet_fly_turn_right',1096), (7579,22596,'carpet_fly_up',1096), (7580,22597,'carpet_fly_walk',1096), (7581,22600,'carpet_fly_down',1096), (7582,22603,'conjure',1096), (7583,22604,'conjure_enter',1096), (7584,22605,'conjure_exit',1096), (7585,22609,'pray',1096), (7586,22614,'climb',1096), (7587,22617,'design_prexus_water_pillar',1096), (7588,22621,'snd_twolf_attack',1096), (7589,22622,'snd_twolf_attack_01',1096), (7590,22623,'snd_twolf_attack_02',1096), (7591,22624,'snd_twolf_attack_03',1096), (7592,22625,'snd_twolf_attk',1096), (7593,22626,'snd_twolf_attk_01',1096), (7594,22627,'snd_twolf_attk_02',1096), (7595,22628,'snd_twolf_cast_loop',1096), (7596,22629,'snd_twolf_charge_up',1096), (7597,22630,'snd_twolf_death',1096), (7598,22631,'snd_twolf_dodge_back',1096), (7599,22632,'snd_twolf_dodge_down',1096), (7600,22633,'snd_twolf_dodge_fore',1096), (7601,22634,'snd_twolf_dodge_thrust',1096), (7602,22635,'snd_twolf_eat_idle',1096), (7603,22636,'snd_twolf_habitat01',1096), (7604,22637,'snd_twolf_habitat02',1096), (7605,22638,'snd_twolf_idle_01',1096), (7606,22639,'snd_twolf_idle_02',1096), (7607,22640,'snd_twolf_ouch',1096), (7608,22641,'snd_twolf_ouch_knockknees',1096), (7609,22642,'snd_twolf_ouch_thrust',1096), (7610,22643,'snd_twolf_sniff_idle',1096), (7611,22644,'snd_twolf_walk_sniff',1096), (7612,22645,'snd_twolf_whirl',1096), (7613,22646,'snd_twolf_wildswing',1096), (7614,22649,'cast_aa_magic_overflow',1096), (7615,22650,'cast_aa_manasoul',1096), (7616,22651,'cast_aa_mystic_field',1096), (7617,22652,'cast_aa_self_lifetap',1096), (7618,22658,'look',1096), (7619,22659,'result_aa_lightning_clash',1096), (7620,22660,'result_aa_power_convert',1096), (7621,22661,'result_aa_protection_ward',1096), (7622,22662,'result_aa_soul_burn',1096), (7623,22669,'design_fortress_docks_bluefire',1096), (7624,22670,'design_table_explode',1096), (7625,22685,'trdskl_cane',1096), (7626,22686,'trdskl_cane_sit',1096), (7627,22693,'design_blood_dervish',1096), (7628,22694,'design_blood_fountain_blast',1096), (7629,22695,'design_blood_fountain_fx',1096), (7630,22696,'design_electric_barrier',1096), (7631,22697,'design_lightning_floor',1096), (7632,22699,'result_retaliation',1096), (7633,22700,'result_zek_divine',1096), (7634,22701,'result_zek_elemental',1096), (7635,22702,'result_zek_noxious',1096), (7636,22711,'snd_gnm_racemnt_idle_01',1096), (7637,22712,'snd_gnm_racemnt_run_01',1096), (7638,22713,'snd_gnm_racemnt_walk_01',1096), (7639,22734,'temp_idle01',1096), (7640,22735,'temp_idle02',1096), (7641,22736,'temp_idle03',1096), (7642,22749,'sound_hland_griffin_mount_fly_dive',1096), (7643,22756,'design_mount_explode',1096), (7644,22757,'design_speed_boost_buff',1096), (7645,22758,'design_speed_drop_twister_debuff',1096), (7646,22759,'design_timestop_buff',1096), (7647,22760,'design_twister_blaster_buff',1096), (7648,22763,'snd_gnomerace_ringwhoosh',1096), (7649,22766,'cast_aa_blast_tube',1096), (7650,22772,'result_aa_fire_comet',1096), (7651,22773,'result_aa_taunt',1096), (7652,22778,'cast_yelinak_ice_breath',1096), (7653,22783,'sit_chair',1096), (7654,22796,'spin_it',1096), (7655,22799,'cast_aa_whip_circling',1096), (7656,22806,'design_dark_ice_wall',1096), (7657,22808,'knockedtoback_enter',1096), (7658,22809,'knockedtoback_exit',1096), (7659,22816,'design_aqua_crystals_fall',1096), (7660,22817,'design_crysal_wall',1096), (7661,22818,'design_crystal_wall',1096), (7662,22819,'design_green_crystals_fall',1096), (7663,22820,'design_purple_crystals_fall',1096), (7664,22835,'wall_destroy',1096), (7665,22843,'result_mug_hit',1096), (7666,22857,'trdskl_mug_r',1096), (7667,22864,'horse_fly_backup',1096), (7668,22865,'horse_fly_climb',1096), (7669,22866,'horse_fly_dive',1096), (7670,22867,'horse_fly_glide',1096), (7671,22868,'horse_fly_glide_left',1096), (7672,22869,'horse_fly_glide_right',1096), (7673,22870,'horse_fly_idle',1096), (7674,22871,'horse_fly_run',1096), (7675,22872,'horse_fly_strafe_left',1096), (7676,22873,'horse_fly_strafe_right',1096), (7677,22874,'horse_fly_turn_left',1096), (7678,22875,'horse_fly_turn_right',1096), (7679,22876,'horse_fly_up',1096), (7680,22877,'horse_fly_walk',1096), (7681,22879,'result_ice_strike',1096), (7682,22887,'lose_spin',1096), (7683,22888,'pegasus_mount_backup',1096), (7684,22889,'pegasus_mount_fall',1096), (7685,22890,'pegasus_mount_fly_backup',1096), (7686,22891,'pegasus_mount_fly_climb',1096), (7687,22892,'pegasus_mount_fly_dive',1096), (7688,22893,'pegasus_mount_fly_down',1096), (7689,22894,'pegasus_mount_fly_glide',1096), (7690,22895,'pegasus_mount_fly_glide_left',1096), (7691,22896,'pegasus_mount_fly_glide_right',1096), (7692,22897,'pegasus_mount_fly_idle',1096), (7693,22898,'pegasus_mount_fly_run',1096), (7694,22899,'pegasus_mount_fly_strafe_left',1096), (7695,22900,'pegasus_mount_fly_strafe_right',1096), (7696,22901,'pegasus_mount_fly_turn_left',1096), (7697,22902,'pegasus_mount_fly_turn_right',1096), (7698,22903,'pegasus_mount_fly_up',1096), (7699,22904,'pegasus_mount_fly_walk',1096), (7700,22905,'pegasus_mount_idle',1096), (7701,22906,'pegasus_mount_jump',1096), (7702,22907,'pegasus_mount_jump_substitute',1096), (7703,22908,'pegasus_mount_land',1096), (7704,22909,'pegasus_mount_long_fall',1096), (7705,22910,'pegasus_mount_run',1096), (7706,22911,'pegasus_mount_turn_left',1096), (7707,22912,'pegasus_mount_turn_right',1096), (7708,22913,'pegasus_mount_walk',1096), (7709,22916,'sound_coins',1096), (7710,22927,'sound_win',1096), (7711,22929,'win_fx',1096), (7712,22930,'win_spin',1096), (7713,22938,'roll_it',1096), (7714,22945,'design_chronoportal_rift',1096), (7715,22955,'sound_bite_trex',1096), (7716,22956,'sound_breathe_trex',1096), (7717,22960,'sound_idle01_trex',1096), (7718,22961,'sound_idle02_trex',1096), (7719,22962,'sound_idle_trex',1096), (7720,22963,'sound_kick_trex',1096), (7721,22965,'sound_ouch_trex',1096), (7722,22973,'result_ice_strike_targeted',1096), (7723,22980,'flame_burst_lh',1096), (7724,22981,'flame_burst_rh',1096), (7725,22989,'pegasus_mount_fly_fall',1096), (7726,22999,'snd_warboar_fs',1096), (7727,23000,'snd_warboar_attack',1096), (7728,23001,'snd_warboar_attack01',1096), (7729,23002,'snd_warboar_attack02',1096), (7730,23003,'snd_warboar_attack03',1096), (7731,23004,'snd_warboar_cast_targeted_beneficial_end',1096), (7732,23005,'snd_warboar_cast_targeted_beneficial_start',1096), (7733,23006,'snd_warboar_charge_up',1096), (7734,23007,'snd_warboar_combat_enter',1096), (7735,23008,'snd_warboar_dead_enter',1096), (7736,23009,'snd_warboar_dodge_backhand',1096), (7737,23010,'snd_warboar_dodge_forehand',1096), (7738,23011,'snd_warboar_dodge_thrust',1096), (7739,23012,'snd_warboar_idle',1096), (7740,23013,'snd_warboar_idle01',1096), (7741,23014,'snd_warboar_idle02',1096), (7742,23015,'snd_warboar_kick',1096), (7743,23016,'snd_warboar_knockeddowntoknees_01',1096), (7744,23017,'snd_warboar_knockeddowntoknees_02',1096), (7745,23018,'snd_warboar_knockedtoback',1096), (7746,23019,'snd_warboar_knockedtoback_getup',1096), (7747,23020,'snd_warboar_ouch',1096), (7748,23021,'snd_warboar_ouch_backhand',1096), (7749,23022,'snd_warboar_ouch_forehand',1096), (7750,23023,'snd_warboar_shield_shove',1096), (7751,23024,'snd_warboar_swim_walk',1096), (7752,23025,'snd_warboar_whirling_attack',1096), (7753,23026,'snd_warboar_wild_swing',1096), (7754,23027,'snd_warboar_wildswing',1096), (7755,23037,'snd_tallon_zek_arrow_get',1096), (7756,23038,'snd_tallon_zek_bow_pull',1096), (7757,23039,'snd_tallon_zek_bowshot_01',1096), (7758,23040,'snd_tallon_zek_bowshot_02',1096), (7759,23041,'snd_tallon_zek_bowshot_03',1096), (7760,23049,'result_chain_root_simple',1096), (7761,23050,'result_chain_root_simple_sparkle',1096), (7762,23057,'design_eastern_wastes_spire_portal',1096), (7763,23058,'design_gnomish_wormhole',1096), (7764,23059,'design_gnomish_wormhole_exit',1096), (7765,23066,'design_spear_drop',1096), (7766,23067,'design_spear_idle',1096), (7767,23071,'cast_poison_sands',1096), (7768,23078,'snd_sullon_attack_rx',1096), (7769,23079,'snd_sullon_buff_rx',1096), (7770,23080,'snd_sullon_death_rx',1096), (7771,23081,'snd_sullon_ouch_rx',1096), (7772,23089,'persist_notes_green',1096), (7773,23090,'persist_notes_purple',1096), (7774,23092,'snd_bodyfall',1096), (7775,23094,'snd_pegasus_dive_vox',1096), (7776,23095,'snd_pegasus_wingflap_01',1096), (7777,23096,'snd_pegasus_wingflap_02',1096), (7778,23101,'snd_tallon_buff_rx',1096), (7779,23102,'snd_tallon_death_rx',1096), (7780,23103,'snd_tallon_ouch_rx',1096), (7781,23104,'snd_vallon_attack_rx',1096), (7782,23105,'snd_vallon_buff_rx',1096), (7783,23106,'snd_vallon_dead_rx',1096), (7784,23107,'snd_vallon_ouch_rx',1096), (7785,23114,'fire_trail_fx',1144), (7786,23116,'listening',1144), (7787,23143,'talking',1144), (7788,23170,'sound_terrorbird_mount_bare_pant',1144), (7789,23171,'sound_terrorbird_mount_footstep_quiet',1144), (7790,23172,'sound_terrorbird_mount_idle',1144), (7791,23173,'sound_terrorbird_mount_idle01',1144), (7792,23174,'sound_terrorbird_mount_jump_substitute',1144), (7793,23175,'sound_terrorbird_mount_land',1144), (7794,23176,'sound_terrorbird_mount_turn_left',1144), (7795,23177,'sound_terrorbird_mount_turn_right',1144), (7796,23185,'terrorbird_mount',1144), (7797,23186,'terrorbird_mount_backup',1144), (7798,23187,'terrorbird_mount_fall',1144), (7799,23188,'terrorbird_mount_idle',1144), (7800,23189,'terrorbird_mount_idle01',1144), (7801,23190,'terrorbird_mount_jump',1144), (7802,23191,'terrorbird_mount_jump_substitute',1144), (7803,23192,'terrorbird_mount_land',1144), (7804,23193,'terrorbird_mount_long_fall',1144), (7805,23194,'terrorbird_mount_run',1144), (7806,23195,'terrorbird_mount_turn_left',1144), (7807,23196,'terrorbird_mount_turn_right',1144), (7808,23197,'terrorbird_mount_walk',1144), (7809,23204,'feather_fx',1144), (7810,23207,'small_feather_fx',1144), (7811,23215,'komodo_mount_backup',1144), (7812,23216,'komodo_mount_fall',1144), (7813,23217,'komodo_mount_idle',1144), (7814,23218,'komodo_mount_jump',1144), (7815,23219,'komodo_mount_jump_substitute',1144), (7816,23220,'komodo_mount_land',1144), (7817,23221,'komodo_mount_long_fall',1144), (7818,23222,'komodo_mount_run',1144), (7819,23223,'komodo_mount_turn_left',1144), (7820,23224,'komodo_mount_turn_right',1144), (7821,23225,'komodo_mount_walk',1144), (7822,23226,'raptor_mount_backup',1144), (7823,23227,'raptor_mount_fall',1144), (7824,23228,'raptor_mount_idle',1144), (7825,23229,'raptor_mount_jump',1144), (7826,23230,'raptor_mount_jump_substitute',1144), (7827,23231,'raptor_mount_land',1144), (7828,23232,'raptor_mount_long_fall',1144), (7829,23233,'raptor_mount_run',1144), (7830,23234,'raptor_mount_turn_left',1144), (7831,23235,'raptor_mount_turn_right',1144), (7832,23236,'raptor_mount_walk',1144), (7833,23247,'snd_terrorbird_mount_idle_01',1144), (7834,23248,'snd_terrorbird_mount_idle_02',1144), (7835,23249,'snd_terrorbird_mount_idle_03',1144), (7836,23250,'snd_terrorbird_mount_idle_04',1144), (7837,23251,'snd_terrorbird_mount_jump_substitute',1144), (7838,23259,'result_spiritual_vanish',1144), (7839,23270,'snd_terrorbird_mount_wingflap_01',1144), (7840,23281,'snd_raptor_mount_idle_01',1144), (7841,23282,'snd_raptor_mount_idle_02',1144), (7842,23283,'snd_raptor_mount_idle_03',1144), (7843,23284,'snd_raptor_mount_idle_04',1144), (7844,23285,'snd_raptor_mount_jump_substitute',1144), (7845,23286,'snd_raptor_mount_wingflap_01',1144), (7846,23293,'design_pow_rocky_uprising',1144), (7847,23301,'komodo_mount_fly_glide_left',1144), (7848,23302,'komodo_mount_fly_glide_right',1144), (7849,23303,'komodo_mount_glide',1144), (7850,23304,'raptor_mount_fly_glide_left',1144), (7851,23305,'raptor_mount_fly_glide_right',1144), (7852,23306,'raptor_mount_glide',1144), (7853,23307,'raptor_mount_glide_left',1144), (7854,23308,'raptor_mount_glide_right',1144), (7855,23342,'terrorbird_mount_glide',1144), (7856,23343,'walk_kilt',1144), (7857,23351,'komodo_mount_glide_left',1144), (7858,23352,'komodo_mount_glide_right',1144), (7859,23359,'hover_enter',1144), (7860,23360,'hover_walk',1144), (7861,23362,'result_cold_fog_ground',1144), (7862,23363,'result_fire_frostfell_candy',1144), (7863,23364,'result_fire_frosty_swirls',1144), (7864,23387,'snd_wolfmount_jump',1144), (7865,23394,'design_launch_fireworks',1144), (7866,23398,'snd_komodo_mount_idle_01',1144), (7867,23399,'snd_komodo_mount_idle_02',1144), (7868,23400,'snd_komodo_mount_jump_substitute',1144), (7869,23410,'snd_komodo_mount_glide',1144), (7870,23417,'design_hologram01',1144), (7871,23418,'design_hologram02',1144), (7872,23419,'design_hologram03',1144), (7873,23420,'design_hologram04',1144), (7874,23430,'snd_evil_komodo_mount_idle_01',1144), (7875,23431,'snd_evil_komodo_mount_idle_02',1144), (7876,23438,'design_parachute',1144), (7877,23440,'mount_summon_komodo_snd',1144), (7878,23441,'mount_summon_raptor_snd',1144), (7879,23442,'mount_summon_terrorbird_snd',1144), (7880,23445,'snd_komodo_mount_jump',1144), (7881,23447,'snd_raptor_mount_jump',1144), (7882,23455,'snd_terrorbird_mount_jump',1144), (7883,23472,'takeoff_trail',1144), (7884,23479,'design_pow_blur_essence',1144), (7885,23486,'design_ballista_fire',1144), (7886,23487,'design_ballista_load',1144), (7887,23488,'design_drake_pet',1144), (7888,23489,'design_pow_battle_scene',1144), (7889,23496,'design_bixie_face_splat',1144), (7890,23504,'result_dusty_black',1144), (7891,23512,'raptor_idle01',1144), (7892,23513,'raptor_mount_idle02',1144), (7893,23520,'fae_mount_backup',1144), (7894,23521,'fae_mount_fall',1144), (7895,23522,'fae_mount_fly_backup',1144), (7896,23523,'fae_mount_fly_climb',1144), (7897,23524,'fae_mount_fly_dive',1144), (7898,23525,'fae_mount_fly_down',1144), (7899,23526,'fae_mount_fly_glide',1144), (7900,23527,'fae_mount_fly_glide_left',1144), (7901,23528,'fae_mount_fly_glide_right',1144), (7902,23529,'fae_mount_fly_idle',1144), (7903,23530,'fae_mount_fly_run',1144), (7904,23531,'fae_mount_fly_strafe_left',1144), (7905,23532,'fae_mount_fly_strafe_right',1144), (7906,23533,'fae_mount_fly_turn_left',1144), (7907,23534,'fae_mount_fly_turn_right',1144), (7908,23535,'fae_mount_fly_up',1144), (7909,23536,'fae_mount_fly_walk',1144), (7910,23537,'fae_mount_idle',1144), (7911,23538,'fae_mount_jump',1144), (7912,23539,'fae_mount_land',1144), (7913,23540,'fae_mount_long_fall',1144), (7914,23541,'fae_mount_run',1144), (7915,23542,'fae_mount_turn_left',1144), (7916,23543,'fae_mount_turn_right',1144), (7917,23544,'fae_mount_walk',1144), (7918,23572,'trail_fx',1144), (7919,23579,'design_hands_trail_clockwork',1144), (7920,23580,'design_octopus_pet',1144), (7921,23581,'fae_mount_fly_fall',1144), (7922,23582,'fae_mount_jump_substitute',1144), (7923,23604,'snd_war_general_1h_attack',1144), (7924,23605,'snd_war_general_1h_attack01',1144), (7925,23606,'snd_war_general_1h_attack02',1144), (7926,23607,'snd_war_general_1h_attack03',1144), (7927,23608,'snd_war_general_attack',1144), (7928,23609,'snd_war_general_attack01',1144), (7929,23610,'snd_war_general_attack02',1144), (7930,23611,'snd_war_general_attack03',1144), (7931,23612,'snd_war_general_offensive_buff',1144), (7932,23613,'snd_war_general_wing_flap',1144), (7933,23626,'spin_con1',1144), (7934,23627,'spin_con10',1144), (7935,23628,'spin_con11',1144), (7936,23629,'spin_con12',1144), (7937,23630,'spin_con13',1144), (7938,23631,'spin_con14',1144), (7939,23632,'spin_con15',1144), (7940,23633,'spin_con16',1144), (7941,23634,'spin_con2',1144), (7942,23635,'spin_con3',1144), (7943,23636,'spin_con4',1144), (7944,23637,'spin_con5',1144), (7945,23638,'spin_con6',1144), (7946,23639,'spin_con7',1144), (7947,23640,'spin_con8',1144), (7948,23641,'spin_con9',1144), (7949,23642,'squirrel_mount_backup',1144), (7950,23643,'squirrel_mount_fall',1144), (7951,23644,'squirrel_mount_glide',1144), (7952,23645,'squirrel_mount_glide_left',1144), (7953,23646,'squirrel_mount_glide_right',1144), (7954,23647,'squirrel_mount_idle',1144), (7955,23648,'squirrel_mount_idle01',1144), (7956,23649,'squirrel_mount_jump',1144), (7957,23650,'squirrel_mount_jump_substitute',1144), (7958,23651,'squirrel_mount_land',1144), (7959,23652,'squirrel_mount_long_fall',1144), (7960,23653,'squirrel_mount_run',1144), (7961,23654,'squirrel_mount_turn_left',1144), (7962,23655,'squirrel_mount_turn_right',1144), (7963,23656,'squirrel_mount_walk',1144), (7964,23657,'wand_attack',1144), (7965,23658,'wand_idle',1144), (7966,23666,'result_blue_aura',1144), (7967,23667,'result_golden_aura',1144), (7968,23668,'result_poppy_trail',1144), (7969,23669,'result_red_aura',1144), (7970,23684,'snd_war_general_dead_enter',1144), (7971,23685,'snd_war_general_knockeddowntoknees',1144), (7972,23686,'snd_war_general_whirling_attack',1144), (7973,23687,'snd_war_general_wild_swing',1144), (7974,23690,'cast_fae_flight_grant_fx',1144), (7975,23695,'design_rock_launch',1144), (7976,23697,'result_cyclops_eye_debuff',1144), (7977,23698,'result_fae_dark_mount_fx',1144), (7978,23699,'result_fae_light_mount_fx',1144), (7979,23700,'result_falcon_god_egg_spit_p2p',1144), (7980,23701,'screech_fx',1144), (7981,23703,'shield_bash_enter',1144), (7982,23704,'shield_bash_exit',1144), (7983,23706,'snd_falcon_god_fs',1144), (7984,23707,'snd_falcon_god_wing_flap_01',1144), (7985,23720,'snd_war_general_1h_sword_enter',1144), (7986,23721,'snd_war_general_fs',1144), (7987,23722,'snd_war_general_combat_enter',1144), (7988,23723,'snd_war_general_idle01',1144), (7989,23724,'snd_war_general_idle02',1144), (7990,23725,'snd_war_general_ouch_forehand',1144), (7991,23738,'writhe_enter',1144), (7992,23745,'fire_magic',1144), (7993,23750,'snd_falcon_god_attack02_vox',1144), (7994,23751,'snd_falcon_god_attack03_vox',1144), (7995,23752,'snd_falcon_god_attack_vox',1144), (7996,23753,'snd_falcon_god_cast_vox',1144), (7997,23754,'snd_falcon_god_combat_enter_vox',1144), (7998,23755,'snd_falcon_god_idle01',1144), (7999,23756,'snd_falcon_god_idle02_vox',1144), (8000,23757,'snd_falcon_god_offensive_buff',1144), (8001,23759,'snd_squirrel_mount_glide',1144), (8002,23760,'snd_squirrel_mount_idle',1144), (8003,23761,'snd_squirrel_mount_idle_01',1144), (8004,23762,'snd_squirrel_mount_jump',1144), (8005,23763,'snd_squirrel_mount_jump_substitute',1144), (8006,23788,'squirrel_mount_run01',1144), (8007,23789,'trdskl_acorn',1144), (8008,23790,'trdskl_skull',1144), (8009,23797,'fire_magic_blue',1144), (8010,23798,'fire_magic_green',1144), (8011,23799,'fire_magic_purple',1144), (8012,23800,'fire_magic_red',1144), (8013,23801,'gas_torch_flame',1144), (8014,23812,'snd_falcon_god_bodyfall',1144), (8015,23817,'cast_shoot_fire_arrows',1144), (8016,23818,'cast_slash_trail',1144), (8017,23819,'cast_soul_attack_blast',1144), (8018,23823,'result_fire_arrow_storm',1144), (8019,23828,'snd_rallos_zek_1h_sword_attack',1144), (8020,23829,'snd_rallos_zek_1h_sword_attack01',1144), (8021,23830,'snd_rallos_zek_1h_sword_attack02',1144), (8022,23831,'snd_rallos_zek_1h_sword_attack03',1144), (8023,23832,'snd_rallos_zek_fs',1144), (8024,23833,'snd_rallos_zek_shield_bash',1144), (8025,23834,'snd_rallos_zek_shield_bash_exit',1144), (8026,23835,'snd_rallos_zek_shield_shove',1144), (8027,23836,'snd_rallos_zek_whirling_attack01',1144), (8028,23837,'snd_rallos_zek_whirling_attack02',1144), (8029,23838,'snd_rallos_zek_whirling_attack03',1144), (8030,23839,'snd_rallos_zek_whoosh',1144), (8031,23840,'snd_rallos_zek_wild_swing',1144), (8032,23843,'cast_axe_fire_attack',1144), (8033,23844,'cast_axe_flurry',1144), (8034,23847,'cast_shooting_axes',1144), (8035,23848,'cast_slashing_axes',1144), (8036,23853,'cast_shield_slam_blast',1144), (8037,23856,'cast_fire_teleport',1144), (8038,23857,'cast_godly_port',1144), (8039,23862,'design_embedded_swords',1144), (8040,23863,'design_swords_exit',1144), (8041,23866,'angler_mount_backup',1144), (8042,23867,'angler_mount_fall',1144), (8043,23868,'angler_mount_glide',1144), (8044,23869,'angler_mount_glide_left',1144), (8045,23870,'angler_mount_glide_right',1144), (8046,23871,'angler_mount_idle',1144), (8047,23872,'angler_mount_idle01',1144), (8048,23873,'angler_mount_idle02',1144), (8049,23874,'angler_mount_jump',1144), (8050,23875,'angler_mount_jump_substitute',1144), (8051,23876,'angler_mount_land',1144), (8052,23877,'angler_mount_long_fall',1144), (8053,23878,'angler_mount_run',1144), (8054,23879,'angler_mount_run01',1144), (8055,23880,'angler_mount_turn_left',1144), (8056,23881,'angler_mount_turn_right',1144), (8057,23882,'angler_mount_walk',1144), (8058,23887,'design_swords_enter',1144), (8059,23888,'design_swords_strike',1144), (8060,23889,'design_zek_death_fx',1144), (8061,23891,'result_power_infused',1144), (8062,23892,'result_rallos_lightning_p2p',1144), (8063,23895,'snd_angler_mount_glide',1144), (8064,23896,'snd_angler_mount_idle',1144), (8065,23897,'snd_angler_mount_idle_01',1144), (8066,23898,'snd_angler_mount_jump',1144), (8067,23899,'snd_angler_mount_jump_substitute',1144), (8068,23926,'squirrel_mount_idle02',1144), (8069,23929,'cast_godly_port_exit',1144), (8070,23934,'design_result_white_out',1144), (8071,23936,'result_death_charge_blast',1144), (8072,23943,'design_pow_rock_blast',1144), (8073,23946,'cast_gather_fx',1144), (8074,23952,'result_erollisi_bow_attack_p2p',1144), (8075,23955,'breath_fx',1144), (8076,23960,'eye_fx',1144), (8077,23962,'port_down_fx',1144), (8078,23963,'result_shadow_shatter',1144), (8079,23964,'result_shadow_sphere_p2p',1144), (8080,23971,'design_sol_statue_breaking',1144), (8081,23972,'design_sol_statue_essence',1144), (8082,23973,'design_sol_statue_evil_essence',1144), (8083,23975,'result_fire_engulfed_dark',1144), (8084,23976,'result_shadow_streaks',1144), (8085,23983,'design_frostfell_portal_new',1144), (8086,23987,'snd_angler_mount_idle02',1144), (8087,23988,'snd_angler_mount_scratch',1144), (8088,23989,'snd_angler_mount_vox_01',1144), (8089,23990,'snd_angler_mount_vox_02',1144), (8090,23991,'snd_angler_mount_vox_03',1144), (8091,23992,'snd_angler_mount_vox_short',1144), (8092,24000,'result_object_sparkles_black',1144), (8093,24001,'result_object_sparkles_gold',1144), (8094,24002,'result_object_sparkles_pink',1144), (8095,24003,'result_object_sparkles_purple',1144), (8096,24010,'dance_female',1144), (8097,24046,'trdskl_tinker_hands',1144), (8098,24054,'result_exorcise_evil',1144), (8099,24061,'death01_enter',1144), (8100,24062,'death01_exit',1144), (8101,24063,'death01_idle',1144), (8102,24064,'1h_sword_run',1144), (8103,24067,'cast1',1144), (8104,24075,'result_flash_bomb_vanish',1144), (8105,24076,'result_lifetap_heart_p2p',1144), (8106,24084,'player_wing_mount_backup',1144), (8107,24085,'player_wing_mount_fall',1144), (8108,24086,'player_wing_mount_fly_backup',1144), (8109,24087,'player_wing_mount_fly_climb',1144), (8110,24088,'player_wing_mount_fly_dive',1144), (8111,24089,'player_wing_mount_fly_down',1144), (8112,24090,'player_wing_mount_fly_glide',1144), (8113,24091,'player_wing_mount_fly_glide_left',1144), (8114,24092,'player_wing_mount_fly_glide_right',1144), (8115,24093,'player_wing_mount_fly_idle',1144), (8116,24094,'player_wing_mount_fly_run',1144), (8117,24095,'player_wing_mount_fly_strafe_left',1144), (8118,24096,'player_wing_mount_fly_strafe_right',1144), (8119,24097,'player_wing_mount_fly_turn_left',1144), (8120,24098,'player_wing_mount_fly_turn_right',1144), (8121,24099,'player_wing_mount_fly_up',1144), (8122,24100,'player_wing_mount_fly_walk',1144), (8123,24101,'player_wing_mount_idle',1144), (8124,24102,'player_wing_mount_jump',1144), (8125,24103,'player_wing_mount_land',1144), (8126,24104,'player_wing_mount_long_fall',1144), (8127,24105,'player_wing_mount_run',1144), (8128,24106,'player_wing_mount_turn_left',1144), (8129,24107,'player_wing_mount_turn_right',1144), (8130,24108,'player_wing_mount_walk',1144), (8131,24113,'chop_ground_digging',1144), (8132,24114,'chop_ground_success',1144), (8133,32784,'kill_1h_sword_idle',0), (8134,32818,'kill_2h_sword_enter',0), (8135,32820,'kill_2h_sword_idle',0), (8136,32869,'kill_bostaff_idle',0), (8137,32889,'kill_bow',0), (8138,32893,'kill_cackle',0), (8139,32894,'kill_cast',0), (8140,32906,'kill_cast_arch_circle',0), (8141,32907,'kill_cast_ball',0), (8142,32908,'kill_cast_bright_ring',0), (8143,32909,'kill_cast_columns',0), (8144,32910,'kill_cast_dark_ring',0), (8145,32911,'kill_cast_dbl_bright_ring',0), (8146,32912,'kill_cast_druid',0), (8147,32913,'kill_cast_dustpuff',0), (8148,32914,'kill_cast_heal',0), (8149,32915,'kill_cast_heal_blur',0), (8150,32916,'kill_cast_lightning',0), (8151,32917,'kill_cast_mage',0), (8152,32918,'kill_cast_mandala',0), (8153,32919,'kill_cast_mesmerize',0), (8154,32920,'kill_cast_necromancer',0), (8155,32921,'kill_cast_nuke_mental',0), (8156,32922,'kill_cast_pfx_dust_leaves_l',0), (8157,32923,'kill_cast_pfx_dust_leaves_r',0), (8158,32926,'kill_cast_pfx_glow_firepuff_l',0), (8159,32927,'kill_cast_pfx_glow_firepuff_r',0), (8160,32928,'kill_cast_pfx_glow_galv_l',0), (8161,32929,'kill_cast_pfx_glow_galv_r',0), (8162,32930,'kill_cast_pfx_glow_prism_l',0), (8163,32931,'kill_cast_pfx_glow_prism_r',0), (8164,32934,'kill_cast_pfx_l',0), (8165,32935,'kill_cast_pfx_magenuke_l',0), (8166,32936,'kill_cast_pfx_magenuke_r',0), (8167,32937,'kill_cast_pfx_r',0), (8168,32940,'kill_cast_placeholder_l',0), (8169,32941,'kill_cast_placeholder_r',0), (8170,32942,'kill_cast_priest',0), (8171,32943,'kill_cast_rays',0), (8172,32944,'kill_cast_rays_l',0), (8173,32945,'kill_cast_rays_mental',0), (8174,32946,'kill_cast_rays_r',0), (8175,32948,'kill_cast_rings_crescent',0), (8176,32949,'kill_cast_rune_ring',0), (8177,32950,'kill_cast_runedraw',0), (8178,32951,'kill_cast_runes_randomorbits',0), (8179,32952,'kill_cast_spark_circle',0), (8180,32953,'kill_cast_sparktrail_spiral',0), (8181,32954,'kill_cast_spotsparks_ring',0), (8182,32955,'kill_cast_swirlie',0), (8183,32956,'kill_cast_vault',0), (8184,32957,'kill_cast_ward',0), (8185,32987,'kill_crouch_enter',0), (8186,32988,'kill_crouch_exit',0), (8187,32989,'kill_crouch_idle',0), (8188,32996,'kill_dead',0), (8189,32997,'kill_dead_enter',0), (8190,33035,'kill_dual_wield_idle',0), (8191,33058,'kill_fall',0), (8192,33066,'kill_flourish',0), (8193,33076,'kill_gag',0), (8194,33091,'kill_idle',0), (8195,33092,'kill_idle01',0), (8196,33093,'kill_idle02',0), (8197,33140,'kill_monk_idle',0), (8198,33164,'kill_notworthy',0), (8199,33187,'kill_pike_idle',0), (8200,33202,'kill_procedural_hit',0), (8201,33218,'kill_pugilist_idle',0), (8202,33257,'kill_result_bash',0), (8203,33258,'kill_result_buff_limbs',0), (8204,33259,'kill_result_fire',0), (8205,33260,'kill_result_firetrail',0), (8206,33261,'kill_result_firews',0), (8207,33263,'kill_result_gather_mana1',0), (8208,33264,'kill_result_ghost',0), (8209,33265,'kill_result_heal',0), (8210,33266,'kill_result_heal11',0), (8211,33267,'kill_result_heal9',0), (8212,33268,'kill_result_kick',0), (8213,33269,'kill_result_lightning',0), (8214,33270,'kill_result_loot',0), (8215,33271,'kill_result_loot_ash',0), (8216,33272,'kill_result_mesmerize',0), (8217,33273,'kill_result_placeholder',0), (8218,33274,'kill_result_spawn',0), (8219,33275,'kill_result_strike',0), (8220,33276,'kill_result_stun',0), (8221,33277,'kill_result_test',0), (8222,33278,'kill_result_ward',0), (8223,33279,'kill_result_ward1',0), (8224,33285,'kill_run',0), (8225,33286,'kill_rune_fire_orbiting',0), (8226,33306,'kill_sit_enter',0), (8227,33307,'kill_sit_exit',0), (8228,33308,'kill_sit_idle',0), (8229,33394,'kill_spell_placeholder',0), (8230,33395,'kill_spell_root',0), (8231,33490,'kill_trail',0), (8232,33514,'kill_untrained_idle',0), (8233,33659,'kill_yawn',0), (8234,33661,'kill_cast_cloudring',0), (8235,33662,'kill_cast_dblring_blend',0), (8236,33663,'kill_cast_lhand_sparkle_trail',0), (8237,33670,'kill_cast_mistring',0), (8238,33677,'kill_cast_rhand_sparkle_trail',0), (8239,33736,'kill_cast_cloudsphere',0), (8240,33772,'kill_horse_idle',0), (8241,33794,'kill_1h_sword_attack',0), (8242,33795,'kill_1h_sword_attack01',0), (8243,33796,'kill_1h_sword_attack02',0), (8244,33797,'kill_1h_sword_attack03',0), (8245,33812,'kill_cast_rays_cloud',0), (8246,33813,'kill_cast_winkers',0), (8247,33821,'kill_procedural_ouch',0), (8248,33822,'kill_result_bear',0), (8249,33882,'kill_1h_sword_death_blow',0), (8250,33930,'kill_procedural_parry',0), (8251,33931,'kill_ignite_weapon',0), (8252,33949,'kill_monk_attack',0), (8253,33969,'kill_monk_attack01',0), (8254,33974,'kill_pike_attack',0), (8255,33979,'kill_cast_orbiting_rings',0), (8256,33980,'kill_cast_spiral_trace',0), (8257,33986,'kill_cast_elec_hands',0), (8258,33994,'kill_cast_pfx_glow_trail_l',0), (8259,33995,'kill_cast_pfx_glow_trail_r',0), (8260,33996,'kill_cast_hammer_toss',0), (8261,33997,'kill_result_hammer_approaching',0), (8262,33998,'kill_result_hammer_explode',0), (8263,34005,'kill_2h_sword_attack',0), (8264,34011,'kill_dual_wield_attack',0), (8265,34012,'kill_dual_wield_attack01',0), (8266,34013,'kill_dual_wield_attack02',0), (8267,34026,'kill_cast_scimitar_toss',0), (8268,34027,'kill_cast_spark_sphere',0), (8269,34029,'kill_result_scimitar_approaching',0), (8270,34030,'kill_result_scimitar_explode',0), (8271,34039,'kill_1h_sword_dodge_backhand',0), (8272,34040,'kill_1h_sword_dodge_down',0), (8273,34041,'kill_1h_sword_dodge_forehand',0), (8274,34042,'kill_1h_sword_ouch_backhand',0), (8275,34043,'kill_1h_sword_ouch_down',0), (8276,34044,'kill_1h_sword_ouch_forehand',0), (8277,34045,'kill_1h_sword_parry_backhand',0), (8278,34046,'kill_1h_sword_parry_down',0), (8279,34047,'kill_1h_sword_parry_forehand',0), (8280,34048,'kill_cast_distort',0), (8281,34049,'kill_cast_distort_rect',0), (8282,34050,'kill_cast_trail_leftarm',0), (8283,34051,'kill_cast_trail_rightarm',0), (8284,34052,'kill_monk_attack02',0), (8285,34054,'kill_monk_dodge_backhand',0), (8286,34055,'kill_monk_dodge_down',0), (8287,34063,'kill_result_blast_cone',0), (8288,34064,'kill_result_camera_shake',0), (8289,34065,'kill_result_ground_blast',0), (8290,34066,'kill_result_lightning_bolt1',0), (8291,34067,'kill_result_lion_spirit',0), (8292,34068,'kill_result_phoenix_rising',0), (8293,34070,'kill_result_flash1',0), (8294,34071,'kill_result_lightning_bolt2',0), (8295,34072,'kill_result_lightning_bolt3',0), (8296,34073,'kill_result_spirit_of_the_wolf',0), (8297,34075,'kill_cast_runedraw_blue',0), (8298,34082,'kill_result_phoenix_descending',0), (8299,34084,'kill_cast_dustpuff_rfoot',0), (8300,34085,'kill_cast_trail_rightfoot',0), (8301,34086,'kill_cast_trail_rightshin',0), (8302,34091,'kill_1h_crush_attack',0), (8303,34092,'kill_1h_crush_attack01',0), (8304,34093,'kill_1h_crush_attack02',0), (8305,34094,'kill_1h_crush_attack03',0), (8306,34100,'kill_1h_crush_dodge_backhand',0), (8307,34101,'kill_1h_crush_dodge_down',0), (8308,34102,'kill_1h_crush_dodge_forehand',0), (8309,34103,'kill_1h_crush_dodge_thrust',0), (8310,34106,'kill_1h_crush_idle',0), (8311,34107,'kill_1h_crush_ouch_backhand',0), (8312,34108,'kill_1h_crush_ouch_down',0), (8313,34109,'kill_1h_crush_ouch_forehand',0), (8314,34110,'kill_1h_crush_ouch_thrust',0), (8315,34111,'kill_1h_crush_parry_backhand',0), (8316,34112,'kill_1h_crush_parry_down',0), (8317,34113,'kill_1h_crush_parry_forehand',0), (8318,34114,'kill_1h_crush_parry_thrust',0), (8319,34118,'kill_1h_pierce_attack',0), (8320,34119,'kill_1h_pierce_attack01',0), (8321,34123,'kill_1h_pierce_dodge_backhand',0), (8322,34124,'kill_1h_pierce_dodge_down',0), (8323,34125,'kill_1h_pierce_dodge_forehand',0), (8324,34126,'kill_1h_pierce_dodge_thrust',0), (8325,34129,'kill_1h_pierce_idle',0), (8326,34130,'kill_1h_pierce_ouch_backhand',0), (8327,34131,'kill_1h_pierce_ouch_down',0), (8328,34132,'kill_1h_pierce_ouch_forehand',0), (8329,34133,'kill_1h_pierce_ouch_thrust',0), (8330,34134,'kill_1h_pierce_parry_backhand',0), (8331,34135,'kill_1h_pierce_parry_down',0), (8332,34136,'kill_1h_pierce_parry_forehand',0), (8333,34137,'kill_1h_pierce_parry_thrust',0), (8334,34141,'kill_1h_sword_death_blow01',0), (8335,34142,'kill_1h_sword_dodge_thrust',0), (8336,34143,'kill_1h_sword_ouch_thrust',0), (8337,34144,'kill_1h_sword_parry_thrust',0), (8338,34152,'kill_cast_dustpuff_ws',0), (8339,34154,'kill_cast_glow_ring_wavyrays',0), (8340,34155,'kill_cast_glow_ring_wavyrays_l',0), (8341,34156,'kill_cast_glow_ring_wavyrays_r',0), (8342,34180,'kill_cast_sphere_lightning',0), (8343,34181,'kill_cast_sphere_lightning2',0), (8344,34182,'kill_cast_sphere_lightning_r',0), (8345,34191,'kill_result_charge',0), (8346,34192,'kill_result_ghost_shield',0), (8347,34193,'kill_result_heal_heart',0), (8348,34194,'kill_result_sparkly_swirl_flare',0), (8349,34200,'kill_cast_fighter',0), (8350,34201,'kill_cast_ghost_shield_summoned',0), (8351,34207,'kill_cast_scout',0), (8352,34209,'kill_cast_ghost_shield_summoned_sparkles',0), (8353,34212,'kill_result_glint2',0), (8354,34213,'kill_result_trail',0), (8355,34221,'kill_2h_sword_attack01',0), (8356,34222,'kill_2h_sword_attack02',0), (8357,34225,'kill_2h_sword_dodge_backhand',0), (8358,34226,'kill_2h_sword_dodge_down',0), (8359,34227,'kill_2h_sword_dodge_forehand',0), (8360,34228,'kill_2h_sword_ouch_backhand',0), (8361,34229,'kill_2h_sword_ouch_down',0), (8362,34230,'kill_2h_sword_ouch_forehand',0), (8363,34240,'kill_result_crystal_shield',0), (8364,34249,'kill_cast_snake_idling',0), (8365,34250,'kill_result_horse_running',0), (8366,34251,'kill_result_lion_attacking',0), (8367,34252,'kill_result_lion_roaring',0), (8368,34253,'kill_result_snake_striking',0), (8369,34258,'kill_result_cat_leaping',0), (8370,34259,'kill_result_cold_blast',0), (8371,34260,'kill_result_cold_breath',0), (8372,34261,'kill_state_breath_cold',0), (8373,34262,'kill_result_cold_forced_shader',0), (8374,34263,'kill_result_cold_ice_crystals',0), (8375,34264,'kill_result_poison_breath',0), (8376,34265,'kill_result_poison_cysts_growing',0), (8377,34266,'kill_result_poison_forced_shader',0), (8378,34271,'kill_cast_ball_fire',0), (8379,34273,'kill_cast_spotsparks_ring2',0), (8380,34274,'kill_cast_spotsparks_ring3',0), (8381,34289,'kill_result_poison_cysts_blast',0), (8382,34291,'kill_cast_lhand_sparkle_trail_t',0), (8383,34292,'kill_cast_poison_dragon_breath',0), (8384,34293,'kill_cast_rhand_sparkle_trail_t',0), (8385,34296,'kill_result_poison_whirlwind',0), (8386,34312,'kill_cast_distort_leftfoot',0), (8387,34314,'kill_cast_distort_weaponrootleft',0), (8388,34315,'kill_cast_distort_weaponrootright',0), (8389,34316,'kill_cast_dustpuff_lfoot',0), (8390,34317,'kill_cast_dustpuff_weaponrootleft',0), (8391,34318,'kill_cast_dustpuff_weaponrootright',0), (8392,34324,'kill_result_fire_ring_green_medium',0), (8393,34325,'kill_result_poison_cyst_vomit',0), (8394,34326,'kill_result_runes_rising',0), (8395,34327,'kill_result_teleporter_coalesce',0), (8396,34331,'kill_cast_cleric',0), (8397,34332,'kill_cast_coercer',0), (8398,34334,'kill_cast_defiler',0), (8399,34335,'kill_cast_enchanter',0), (8400,34336,'kill_cast_fury',0), (8401,34337,'kill_cast_illusionist',0), (8402,34338,'kill_cast_inquisitor',0), (8403,34339,'kill_cast_mystic',0), (8404,34340,'kill_cast_shaman',0), (8405,34341,'kill_cast_sorcerer',0), (8406,34342,'kill_cast_summoner',0), (8407,34343,'kill_cast_templar',0), (8408,34344,'kill_cast_warden',0), (8409,34345,'kill_cast_warlock',0), (8410,34346,'kill_cast_wizard',0), (8411,34348,'kill_result_bull_stomping',0), (8412,34349,'kill_cast_hammer_sparkling_floating',0), (8413,34350,'kill_cast_mist_sphere_add',0), (8414,34351,'kill_cast_mist_sphere_blend',0), (8415,34352,'kill_cast_swirlies_smoke',0), (8416,34353,'kill_cast_swirlies_smoke_blend',0), (8417,34360,'kill_result_fire_green',0), (8418,34361,'kill_result_poison_cysts_growing_giant',0), (8419,34362,'kill_cast_forced_flasher_diff_noise',0), (8420,34363,'kill_cast_forced_flasher_oceanseamless',0), (8421,34364,'kill_cast_forced_flasher_streaks',0), (8422,34365,'kill_cast_forced_flasher_tiledfoam',0), (8423,34366,'kill_cast_forced_flasher_tiledfoam2',0), (8424,34367,'kill_cast_forced_flasher_tiledfoam3',0), (8425,34368,'kill_cast_forced_flasher_tiledfoam4',0), (8426,34393,'kill_result_fire_engulf',0), (8427,34398,'kill_cast_expanding_rings',0), (8428,34399,'kill_cast_forced_flasher_fadein_diff_noise',0), (8429,34412,'kill_pugilist_attack',0), (8430,34414,'kill_pugilist_attack02',0), (8431,34427,'kill_result_fire_slam',0), (8432,34428,'kill_cast_distort_flat',0), (8433,34429,'kill_cast_mandala_blobs',0), (8434,34430,'kill_result_ground_blast_lava',0), (8435,34433,'kill_spell_root_colored',0), (8436,34435,'kill_cast_dragon_wing_dust',0), (8437,34451,'kill_result_camera_shake_wider',0), (8438,34452,'kill_result_stunned',0), (8439,34454,'kill_cast_snake_shrinking',0), (8440,34495,'kill_horse_enter',0), (8441,34521,'kill_levelup',0), (8442,34524,'kill_result_trail_lightning',0), (8443,34532,'kill_result_trail_motion',0), (8444,34533,'kill_result_tree_morph',0), (8445,34534,'kill_result_wood_forced_shader',0), (8446,34535,'kill_result_wood_spikes_growing',0), (8447,34541,'kill_cast_fire_trail',0), (8448,34561,'kill_result_cactus_spikes_growing',0), (8449,34562,'kill_result_cold_fog',0), (8450,34563,'kill_result_colored_forced_shader',0), (8451,34564,'kill_result_ghost_forced_shader',0), (8452,34565,'kill_result_snowflakes_growing',0), (8453,34566,'kill_result_snowstorm',0), (8454,34567,'kill_result_sparkles_clinging',0), (8455,34568,'kill_result_teleport_sparkle',0), (8456,34569,'kill_result_teleport_vanish',0), (8457,34570,'kill_result_wood_roots_growing',0), (8458,34571,'kill_result_teleport_appear',0), (8459,34574,'kill_cast_flasher',0), (8460,34575,'kill_cast_pfx_trace_puffs_l',0), (8461,34576,'kill_cast_pfx_trace_puffs_r',0), (8462,34591,'kill_cast_fire_whip_circling',0), (8463,34600,'kill_result_spark_burst',0), (8464,34617,'kill_cast_enthralling_fetters_circling',0), (8465,34618,'kill_cast_enthralling_fetters_circling_ghostly',0), (8466,34619,'kill_cast_testbones',0), (8467,34621,'kill_result_clay_red_forced_shader',0), (8468,34622,'kill_result_enthralling_fetters',0), (8469,34623,'kill_result_metal_rusty_forced_shader',0), (8470,34627,'kill_result_clay_chunks_dropping',0), (8471,34628,'kill_result_flash',0), (8472,34629,'kill_result_water_dripping',0), (8473,34630,'kill_result_water_forced_shader',0), (8474,34631,'kill_result_bubble_stream',0), (8475,34632,'kill_result_ghost_fish_circling',0), (8476,34633,'kill_cast_testbones_vgraph',0), (8477,34634,'kill_result_ice_blast',0), (8478,34635,'kill_result_ice_crystals_dropping',0), (8479,34636,'kill_result_icy_cage',0), (8480,34637,'kill_cast_mandala_electricity',0), (8481,34638,'kill_cast_mandala_streaks',0), (8482,34639,'kill_result_icy_cage_blast_ring',0), (8483,34640,'kill_cast_rune_ring_good',0), (8484,34641,'kill_cast_rune_ring_rotate',0), (8485,34642,'kill_result_icicles_breaking',0), (8486,34643,'kill_result_icy_comet',0), (8487,34644,'kill_result_icy_comet_exploding',0), (8488,34647,'kill_result_glacial_wall',0), (8489,34648,'kill_result_glacial_wall_sparkles',0), (8490,34649,'kill_result_ice_shields_burning',0), (8491,34650,'kill_pike_attack01',0), (8492,34651,'kill_pike_attack02',0), (8493,34669,'kill_result_clay_shields',0), (8494,34670,'kill_result_scale_skin_forced_shader',0), (8495,34672,'kill_result_color_shower',0), (8496,34673,'kill_result_dispell1_out',0), (8497,34674,'kill_result_verdant_genesis',0), (8498,34675,'kill_result_attract_bubbles',0), (8499,34677,'kill_result_offering_of_vitae',0), (8500,34678,'kill_result_sparkles_clinging_soft',0), (8501,34679,'kill_result_bestowal_of_vitae',0), (8502,34680,'kill_result_ethereal_ward',0), (8503,34681,'kill_result_dps_decrease',0), (8504,34682,'kill_result_smite',0), (8505,34706,'kill_result_ember_kite_shields_burning',0), (8506,34707,'kill_result_ice_sword_breaking',0), (8507,34710,'kill_result_charm',0), (8508,34711,'kill_result_rainbow_forced_shader',0), (8509,34713,'kill_result_ember_swords_burning',0), (8510,34714,'kill_result_ghost_sword_breaking',0), (8511,34715,'kill_result_offering_of_vitae_2',0), (8512,34721,'kill_result_smite_2',0), (8513,34722,'kill_result_tellurian_recruit',0), (8514,34730,'kill_result_expand_ring_screech',0), (8515,34731,'kill_result_grim_champion',0), (8516,34732,'kill_result_shockwave_sparkles',0), (8517,34733,'kill_result_tremor',0), (8518,34734,'kill_bostaff_attack',0), (8519,34735,'kill_bostaff_attack01',0), (8520,34736,'kill_bostaff_attack02',0), (8521,34737,'kill_bostaff_attack03',0), (8522,34754,'kill_result_bloodlust',0), (8523,34755,'kill_result_haste',0), (8524,34762,'kill_cast_forced_flasher_tiledfoam3_scroll',0), (8525,34763,'kill_cast_mage_old',0), (8526,34768,'kill_result_backdraft',0), (8527,34769,'kill_result_sanction_of_merit',0), (8528,34770,'kill_result_toxin_out',0), (8529,34771,'kill_result_white_radiance',0), (8530,34785,'kill_result_explosion_fireworks',0), (8531,34786,'kill_result_explosion_fireworks_ground',0), (8532,34799,'kill_result_distort_dot',0), (8533,34800,'kill_result_distort_hit',0), (8534,34804,'kill_result_bone_cage_1',0), (8535,34805,'kill_result_fiery_comet_descending',0), (8536,34806,'kill_result_spiral_smite',0), (8537,34817,'kill_result_weakness',0), (8538,34833,'kill_result_bloodlust_2',0), (8539,34834,'kill_result_colored_radiance',0), (8540,34841,'kill_result_poison_cloud',0), (8541,34842,'kill_result_smoke_sphere',0), (8542,34850,'kill_result_decree_of_faith',0), (8543,34851,'kill_result_dust_fall',0), (8544,34852,'kill_result_fascinate',0), (8545,34853,'kill_result_sparkle_blast',0), (8546,34871,'kill_aura_mage',0), (8547,34872,'kill_aura_priest',0), (8548,34879,'kill_result_statue',0), (8549,34882,'kill_bow_dodge_backhand',0), (8550,34883,'kill_bow_dodge_down',0), (8551,34884,'kill_bow_dodge_forehand',0), (8552,34885,'kill_bow_dodge_thrust',0), (8553,34888,'kill_bow_idle',0), (8554,34889,'kill_bow_ouch_backhand',0), (8555,34890,'kill_bow_ouch_down',0), (8556,34891,'kill_bow_ouch_forehand',0), (8557,34892,'kill_bow_ouch_thrust',0), (8558,34907,'kill_cast_pfx_glow_galv_ws_l',0), (8559,34908,'kill_cast_pfx_glow_galv_ws_r',0), (8560,34909,'kill_result_bubble_ring',0), (8561,34910,'kill_result_sparkles_out',0), (8562,34913,'kill_cast_orbiting_rings2',0), (8563,34946,'kill_cast_fuliginous',0), (8564,34956,'kill_result_enthralling_fetters_ghostly',0), (8565,34966,'kill_cast_sparkles_in',0), (8566,34976,'kill_result_swirly_column',0), (8567,34996,'kill_result_instant_lifetap',0), (8568,34997,'kill_result_ot_lifetap',0), (8569,35016,'kill_result_mouth_in',0), (8570,35017,'kill_result_sparkle_scan_up',0), (8571,35018,'kill_result_spiral_up',0), (8572,35026,'kill_cast_bard',0), (8573,35027,'kill_cast_crusader',0), (8574,35028,'kill_cast_dirge',0), (8575,35029,'kill_cast_paladin',0), (8576,35031,'kill_cast_shadowknight',0), (8577,35032,'kill_cast_troubador',0), (8578,35038,'kill_cast_sawdust',0), (8579,35275,'kill_result_lightning_shimmer',0), (8580,35293,'kill_persist_pet_air_fragment',0), (8581,35294,'kill_persist_pet_chaos_fragment',0), (8582,35295,'kill_persist_pet_earth_fragment',0), (8583,35296,'kill_persist_pet_fire_fragment',0), (8584,35297,'kill_persist_pet_fire_servant',0), (8585,35298,'kill_persist_pet_ice_servant',0), (8586,35299,'kill_persist_pet_lightning_servant',0), (8587,35300,'kill_persist_pet_water_fragment',0), (8588,35304,'kill_cast_distort_p3',0), (8589,35306,'kill_cast_explosion_p5',0), (8590,35312,'kill_result_flash_weapon_red',0), (8591,35313,'kill_result_shield',0), (8592,35326,'kill_cast_angry_burst',0), (8593,35327,'kill_cast_cold_dragon_breath',0), (8594,35328,'kill_cast_distortion_hit_minimal',0), (8595,35329,'kill_cast_glow_distort',0), (8596,35331,'kill_cast_void_dragon_breath',0), (8597,35332,'kill_result_sparks_360_p5',0), (8598,35333,'kill_result_void_whirlwind',0), (8599,35356,'kill_cast_distort_rightfoot_ws',0), (8600,35357,'kill_cast_dragon_pbae_cold',0), (8601,35358,'kill_cast_dragon_pbae_heat',0), (8602,35359,'kill_cast_dragon_pbae_mental',0), (8603,35360,'kill_cast_dragon_pbae_poison',0), (8604,35361,'kill_cast_dragon_pbae_void',0), (8605,35362,'kill_cast_dragon_tae_mental',0), (8606,35363,'kill_cast_fire_foot',0), (8607,35365,'kill_cast_spark_sphere_ws_p5',0), (8608,35367,'kill_result_circle_blast_p5',0), (8609,35368,'kill_result_cold_ice_crystals_rightfoot',0), (8610,35369,'kill_result_flash_weapon_red_min',0), (8611,35370,'kill_result_golden_glow',0), (8612,35371,'kill_result_ice_blast_rightfoot',0), (8613,35372,'kill_result_silver_glow',0), (8614,35391,'kill_cast_dark_forced_shader',0), (8615,35392,'kill_cast_expand_ring_ws',0), (8616,35394,'kill_cast_stun_stars',0), (8617,35395,'kill_cast_taunt',0), (8618,35404,'kill_cast_dragon_pbae_lightning',0), (8619,35405,'kill_cast_dragon_tae_lightning',0), (8620,35410,'kill_result_dust_black',0), (8621,35411,'kill_result_spark_burst_p3',0), (8622,35412,'kill_result_sparkle_trail_fire_shin',0), (8623,35413,'kill_result_sparkle_trail_ice_shin',0), (8624,35415,'kill_trails_lightning_rightshin',0), (8625,35420,'kill_cast_fire_weapon',0), (8626,35424,'kill_result_sparkle_trail_fire_weapon',0), (8627,35427,'kill_result_trail_lightning_red',0), (8628,35436,'kill_2h_sword_defensive_buff',0), (8629,35438,'kill_2h_sword_kick',0), (8630,35442,'kill_2h_sword_whirling_attack',0), (8631,35443,'kill_2h_sword_wild_swing',0), (8632,35452,'kill_cast_elec_feet',0), (8633,35454,'kill_cast_soothe_burst',0), (8634,35455,'kill_cast_spark_sphere_ws_red_p5',0), (8635,35456,'kill_cast_sparkle_trail_fire_head',0), (8636,35470,'kill_pike_kick',0), (8637,35474,'kill_pike_whirling_attack',0), (8638,35475,'kill_result_flash_weapon_sat_blue',0), (8639,35476,'kill_result_flash_weapon_sat_red',0), (8640,35477,'kill_result_ice_blast_weapon',0), (8641,35478,'kill_result_spark_burst_p3_gold',0), (8642,35479,'kill_result_spark_burst_p3_red',0), (8643,35480,'kill_result_spark_burst_rightfoot',0), (8644,35482,'kill_result_sparkle_trail_fire_leftshin',0), (8645,35484,'kill_result_sparkle_trail_ice_lefthand',0), (8646,35485,'kill_result_sparkle_trail_ice_leftshin',0), (8647,35486,'kill_result_sparkle_trail_ice_weapon',0), (8648,35487,'kill_result_sparkle_trail_weapon_right_glow_blue',0), (8649,35488,'kill_result_sparkle_trail_weapon_right_glow_gold',0), (8650,35489,'kill_result_sparkle_trail_weapon_right_glow_red',0), (8651,35490,'kill_result_sparks_360_blue_p5',0), (8652,35491,'kill_result_white_radiance_weapon',0), (8653,35492,'kill_result_wind_smoke_head',0), (8654,35521,'kill_cast_spark_cage',0), (8655,35522,'kill_cast_spark_shield',0), (8656,35523,'kill_cast_sparkle_trail_fire_lefthand',0), (8657,35524,'kill_cast_sparkle_trail_fire_righthand',0), (8658,35525,'kill_cast_sparkle_trail_fire_righttolefthand',0), (8659,35526,'kill_cast_statue',0), (8660,35527,'kill_cast_super_buff',0), (8661,35535,'kill_persist_divine',0), (8662,35536,'kill_persist_eidolon',0), (8663,35537,'kill_persist_energy',0), (8664,35538,'kill_persist_fire',0), (8665,35539,'kill_persist_ice',0), (8666,35540,'kill_persist_mental',0), (8667,35541,'kill_persist_mesmerize',0), (8668,35542,'kill_persist_poison',0), (8669,35543,'kill_persist_stunned',0), (8670,35544,'kill_result_spark_burst_head',0), (8671,35545,'kill_result_weapon_trail_fire',0), (8672,35546,'kill_result_wind_smoke_p3',0), (8673,35550,'kill_cast_instrument_drum',0), (8674,35551,'kill_cast_instrument_stringed',0), (8675,35553,'kill_cast_tune_guitar',0), (8676,35558,'kill_persist_damage',0), (8677,35559,'kill_persist_stone',0), (8678,35560,'kill_result_heal_heart_blue',0), (8679,35561,'kill_result_motion_lines',0), (8680,35562,'kill_result_note_circle',0), (8681,35565,'kill_cast_debuff',0), (8682,35567,'kill_cast_stun_stars_sub',0), (8683,35568,'kill_pike_wild_swing',0), (8684,35569,'kill_result_motion_lines_flasher',0), (8685,35570,'kill_result_motion_lines_sub',0), (8686,35571,'kill_result_spark_burst_p3_blue',0), (8687,35576,'kill_forestry_success',0), (8688,35577,'kill_gathering_search',0), (8689,35578,'kill_gathering_success',0), (8690,35579,'kill_mining_digging',0), (8691,35580,'kill_mining_success',0), (8692,35581,'kill_result_bard_zap',0), (8693,35582,'kill_result_motion_circles',0), (8694,35583,'kill_result_note_blast',0), (8695,35605,'kill_result_ghost_spider',0), (8696,35620,'kill_cast_anim_mesh_dragon_ps',0), (8697,35639,'kill_cast_druid_ws',0), (8698,35640,'kill_cast_frosty_hand_l',0), (8699,35641,'kill_cast_frosty_hand_r',0), (8700,35668,'kill_cast_tune_drum',0), (8701,35692,'kill_cast_priest_ws',0), (8702,35693,'kill_cast_trail_rightfoot_gold',0), (8703,35694,'kill_levelup_50',0), (8704,35695,'kill_levelup_hallmark',0), (8705,35696,'kill_result_sparkle_scan_down',0), (8706,35698,'kill_result_trail_lightning_gold',0), (8707,35701,'kill_1h_thrown_attack',0), (8708,35703,'kill_1h_thrown_dodge_backhand',0), (8709,35704,'kill_1h_thrown_dodge_down',0), (8710,35705,'kill_1h_thrown_dodge_forehand',0), (8711,35706,'kill_1h_thrown_dodge_thrust',0), (8712,35707,'kill_1h_thrown_idle',0), (8713,35708,'kill_1h_thrown_ouch_backhand',0), (8714,35709,'kill_1h_thrown_ouch_down',0), (8715,35710,'kill_1h_thrown_ouch_forehand',0), (8716,35711,'kill_1h_thrown_ouch_thrust',0), (8717,35721,'kill_bostaff_kick',0), (8718,35728,'kill_bostaff_whirling_attack',0), (8719,35729,'kill_bostaff_wild_swing',0), (8720,35734,'kill_cast_spark_burst_weaponrootright',0), (8721,35751,'kill_converse_male04',0), (8722,35759,'kill_converse_male12',0), (8723,35763,'kill_dual_wield_kick',0), (8724,35770,'kill_dual_wield_whirling_attack',0), (8725,35771,'kill_dual_wield_wild_swing',0), (8726,35789,'kill_monk_wild_swing',0), (8727,35797,'kill_pugilist_kick',0), (8728,35804,'kill_pugilist_whirling_attack',0), (8729,35805,'kill_pugilist_wild_swing',0), (8730,35806,'kill_result_spark_burst_p1',0), (8731,35880,'kill_cast_sparkle_trail_fire_lhand_neg',0), (8732,35881,'kill_cast_sparkle_trail_fire_rhand_neg',0), (8733,35886,'kill_persist_debuff',0), (8734,35887,'kill_result_fire_negative',0), (8735,35888,'kill_result_fire_objects',0), (8736,35910,'kill_result_embers_p2p',0), (8737,35911,'kill_result_fraxflame_p2p',0), (8738,35912,'kill_result_prism_hex_p2p',0), (8739,35949,'kill_result_glow_weapon_red',0), (8740,35951,'kill_trails_fire_rightshin',0), (8741,35960,'kill_cast_darkness_skull_buff_summoned',0), (8742,35962,'kill_persist_distortion_hit_minimal',0), (8743,35963,'kill_result_color_rain_damage',0), (8744,35964,'kill_result_darkness_skull_buff',0), (8745,35965,'kill_result_noxious_oozing_shield_buff',0), (8746,35966,'kill_result_swirly_column_evil',0), (8747,35970,'kill_result_icicle_rain_damage',0), (8748,35971,'kill_result_rain_damage',0), (8749,35978,'kill_cast_vines_root_control_circling',0), (8750,35992,'kill_persist_electrified',0), (8751,35993,'kill_result_bloodlust_3',0), (8752,35994,'kill_result_nature_res',0), (8753,35995,'kill_result_poison_rain_damage',0), (8754,35996,'kill_result_skull_breath_poison_damage',0), (8755,35997,'kill_result_spirit_res',0), (8756,35998,'kill_result_sword_rain_damage',0), (8757,35999,'kill_result_vines_root_control',0), (8758,36004,'kill_cast_super_lightning',0), (8759,36005,'kill_result_petrify_stun_control',0), (8760,36006,'kill_result_shadow_summon',0), (8761,36011,'kill_result_agility',0), (8762,36012,'kill_result_air_elemental_summon',0), (8763,36013,'kill_result_arch_heal',0), (8764,36014,'kill_result_electrified',0), (8765,36015,'kill_result_lifetap',0), (8766,36016,'kill_result_vitae_buff_heal',0), (8767,36022,'kill_cast_darkness_whip_circling',0), (8768,36024,'kill_cast_spark_cage_neg',0), (8769,36025,'kill_cast_spark_shield2',0), (8770,36026,'kill_cast_spark_shield_neg',0), (8771,36027,'kill_result_ice_blast_weapon_center',0), (8772,36028,'kill_result_water_elemental_summon',0), (8773,36103,'kill_cast_mandala_sub',0), (8774,36105,'kill_cast_p2p_lightning_01',0), (8775,36106,'kill_cast_p2p_lightning_02',0), (8776,36108,'kill_result_arcane_fury',0), (8777,36109,'kill_result_archaic_shackles',0), (8778,36110,'kill_result_archaic_shackles_b',0), (8779,36111,'kill_result_ice_slam',0), (8780,36112,'kill_result_skull_blast',0), (8781,36113,'kill_result_skull_buff_limbs',0), (8782,36114,'kill_result_storm_of_ancients',0), (8783,36115,'kill_result_stun_sub',0), (8784,36116,'kill_result_tricksters_grasp',0), (8785,36119,'kill_cast_p2p_fire_01',0), (8786,36120,'kill_cast_p2p_fire_02',0), (8787,36122,'kill_result_ethereal_p2p',0), (8788,36126,'kill_cast_gold_sparkletrace_l',0), (8789,36127,'kill_cast_gold_sparkletrace_r',0), (8790,36128,'kill_cast_gold_trace_l',0), (8791,36129,'kill_cast_gold_trace_r',0), (8792,36131,'kill_cast_rune_ring_rotate_persist',0), (8793,36132,'kill_cast_trace_firespikes_l',0), (8794,36133,'kill_cast_trace_firespikes_r',0), (8795,36134,'kill_cast_trace_wine_l',0), (8796,36135,'kill_cast_trace_wine_r',0), (8797,36144,'kill_cast_rainbow_rays_cloud',0), (8798,36145,'kill_cast_spark_sphere_blend',0), (8799,36147,'kill_result_crystal_ring',0), (8800,36148,'kill_result_dispell1_out_blend',0), (8801,36149,'kill_result_helmet_silver_floating',0), (8802,36160,'kill_result_ho_sphere',0), (8803,36161,'kill_result_shield_silver_floating',0), (8804,36165,'kill_ignite_weapon_big',0), (8805,36166,'kill_ignite_weapon_small',0), (8806,36172,'kill_result_dragon_flight_fetters',0), (8807,36173,'kill_result_drakota_fetters',0), (8808,36174,'kill_result_drakota_flight_fetters',0), (8809,36189,'kill_ignite_weapon_prism',0), (8810,36190,'kill_result_ancient_crucible',0), (8811,36191,'kill_result_natures_growth',0), (8812,36195,'kill_result_dripping_rain',0), (8813,36196,'kill_result_rock_chunks_dropping',0), (8814,36200,'kill_result_arcane_chalice',0), (8815,36201,'kill_result_blessing_of_faith',0), (8816,36202,'kill_result_stag_running',0), (8817,36205,'kill_cast_columns_slow',0), (8818,36207,'kill_result_cat_running',0), (8819,36208,'kill_result_chalice_of_life',0), (8820,36209,'kill_result_creature_fire_ls',0), (8821,36210,'kill_result_runes_gathering',0), (8822,36211,'kill_result_sparkle_fill',0), (8823,36212,'kill_result_weapon_trail_prism',0), (8824,36216,'kill_cast_sparkle2',0), (8825,36217,'kill_result_breaking_faith',0), (8826,36218,'kill_result_runes_falling',0), (8827,36219,'kill_result_sparkles_gathering',0), (8828,36228,'kill_cast_glow_distort2',0), (8829,36232,'kill_result_blue_whirlwind',0), (8830,36233,'kill_result_stag_running2',0), (8831,36234,'kill_result_turtle_walking',0), (8832,36341,'kill_result_breakable_wall',0), (8833,36373,'kill_result_lucks_bite',0), (8834,36398,'kill_result_bat_swarm_appear',0), (8835,36399,'kill_result_bat_swarm_attack',0), (8836,36400,'kill_result_forced_shader_electric',0), (8837,36408,'kill_result_bat_swarm_p2p',0), (8838,36439,'kill_result_rainbow_blast_p2p',0), (8839,36440,'kill_result_vampire_lifetap_p2p',0), (8840,36447,'kill_result_fire_blue_white',0), (8841,36448,'kill_result_vampire_daggers_p2p',0), (8842,36449,'kill_result_vampire_ice_daggers_p2p',0), (8843,36450,'kill_result_vampire_lifetap_heart_p2p',0), (8844,36451,'kill_result_vampire_snow_throw',0), (8845,36461,'kill_cast_instrument_flute',0), (8846,36473,'kill_persist_power_gathering',0), (8847,36474,'kill_result_bat_swarm_persist',0), (8848,36475,'kill_result_brain_leech_p2p',0), (8849,36476,'kill_result_power_fount',0), (8850,36495,'kill_result_lioness_running',0), (8851,36496,'kill_result_mana_cloak',0), (8852,36497,'kill_result_scorpion_attacking',0), (8853,36498,'kill_result_skeleton_dancing',0), (8854,36502,'kill_cast_tune_song',0), (8855,36509,'kill_result_bat_flying',0), (8856,36510,'kill_result_stance_of_the_bat',0), (8857,36517,'kill_persist_sparkles_clinging_soft_blue',0), (8858,36518,'kill_persist_sparkles_clinging_soft_gold',0), (8859,36519,'kill_persist_sparkles_clinging_soft_green',0), (8860,36520,'kill_persist_sparkles_clinging_soft_purple',0), (8861,36521,'kill_persist_sparkles_clinging_soft_red',0), (8862,36522,'kill_result_skeleton_bowing',0), (8863,36523,'kill_result_unerring_shot',0), (8864,36524,'kill_result_unerring_shot_flaming',0), (8865,36525,'kill_result_unyielding_will',0), (8866,36534,'kill_result_smoke_p2p',0), (8867,36545,'kill_cast_piercing_note',0), (8868,36547,'kill_cast_tune_flute',0), (8869,36553,'kill_persist_notes_gathering',0), (8870,36554,'kill_persist_notes_spiral_off',0), (8871,36555,'kill_result_note_swarm',0), (8872,36556,'kill_result_notes_gathering',0), (8873,36557,'kill_result_notes_spiral_off',0), (8874,36558,'kill_result_rings_rising',0), (8875,36575,'kill_result_devastation_fist_1',0), (8876,36576,'kill_result_devastation_fist_2',0), (8877,36577,'kill_result_devastation_fist_3',0), (8878,36588,'kill_persist_fear',0), (8879,36589,'kill_persist_notes_spiral_off_blue',0), (8880,36590,'kill_persist_notes_spiral_off_green',0), (8881,36591,'kill_persist_notes_spiral_off_red',0), (8882,36594,'kill_result_corruptive_symbol_p2p',0), (8883,36595,'kill_result_skeleton_attacking',0), (8884,36613,'kill_cast_tune_multichain',0), (8885,36617,'kill_result_fire_dark',0), (8886,36618,'kill_result_sparkles_explode',0), (8887,36619,'kill_result_vampire_rainbow_circle_throw',0), (8888,36620,'kill_result_vampire_whip_dark',0), (8889,36627,'kill_result_notes_spiral_chains',0), (8890,36628,'kill_result_rings_rising_noshrink',0), (8891,36629,'kill_result_umbral_trap',0), (8892,36632,'kill_cast_notes_out_song',0), (8893,36637,'kill_result_kirby_energy_p2p',0), (8894,36638,'kill_result_notes_tube_wavey',0), (8895,36678,'kill_result_mist_clingy',0), (8896,36706,'kill_design_result_lightning_bolt1',0), (8897,36717,'kill_cast_spark_cage_aoe',0), (8898,36718,'kill_cast_spark_cage_neg_aoe',0), (8899,36768,'kill_design_result_bat_swarm_attack',0), (8900,36769,'kill_design_result_tremor',0), (8901,36776,'kill_design_artifact_ap1_breath',0), (8902,36777,'kill_design_cast_inquisitor',0), (8903,36778,'kill_design_cast_vision_nek',0), (8904,36779,'kill_design_result_dispell1_out',0), (8905,36780,'kill_design_result_zombie_summon',0), (8906,36798,'kill_result_bloodlust_aoe',0), (8907,36799,'kill_result_clay_shields_aoe',0), (8908,36800,'kill_result_poison_cloud_aoe',0), (8909,36833,'kill_result_toxin_out_aoe',0), (8910,36841,'kill_result_shockwave_sparkles_aoe',0), (8911,36860,'kill_climbing_strafe_right',0), (8912,36861,'kill_climbing_walk',0), (8913,36891,'kill_cast_angry_burst_aoe',0), (8914,36892,'kill_cast_debuff_aoe',0), (8915,36897,'kill_result_fire_engulf_aoe',0), (8916,36898,'kill_result_flash_aoe',0), (8917,36899,'kill_result_motion_lines_flasher_aoe',0), (8918,36900,'kill_result_motion_lines_sub_aoe',0), (8919,36908,'kill_result_coins_falling',0), (8920,36909,'kill_result_forced_shader_rock',0), (8921,36910,'kill_result_terra_armor',0), (8922,36918,'kill_result_coalescing_vapor',0), (8923,36929,'kill_result_bone_blast',0), (8924,36930,'kill_result_bone_glow',0), (8925,36931,'kill_result_coalescing_notes',0), (8926,36932,'kill_result_dust_blast',0), (8927,36940,'kill_result_ice_blast_from_mesh',0), (8928,36962,'kill_result_rock_toss_p2p',0), (8929,36963,'kill_result_rocks_flying_from_mesh',0), (8930,36971,'kill_result_ring_of_blades',0), (8931,36972,'kill_result_ring_of_blades_scimitars',0), (8932,36973,'kill_result_ring_of_blades_swords',0), (8933,37109,'kill_result_devastation_fist_3a',0), (8934,37125,'kill_result_skeleton_hand',0), (8935,37136,'kill_cast_pfx_orbiting_rings_l',0), (8936,37137,'kill_cast_pfx_orbiting_rings_r',0), (8937,37217,'kill_cast_ring_expanding',0), (8938,37261,'kill_cast_call_of_power',0), (8939,37263,'kill_climbing_backup',0), (8940,37264,'kill_climbing_idle',0), (8941,37265,'kill_climbing_strafe_left',0), (8942,37274,'kill_monk_attack03',0), (8943,37286,'kill_result_call_of_power',0), (8944,37287,'kill_result_firespitter',0), (8945,37288,'kill_result_pet_victory',0), (8946,37313,'kill_result_morph_to_pet',0), (8947,37314,'kill_result_sparkles_radiating',0), (8948,37324,'kill_result_searing_sun',0), (8949,37325,'kill_result_smoking_mesh',0), (8950,37329,'kill_cast_bone_blast_1',0), (8951,37330,'kill_cast_bone_blast_2',0), (8952,37331,'kill_cast_bone_blast_3',0), (8953,37332,'kill_cast_morph_to_dragon',0), (8954,37337,'kill_result_cyclone_fire',0), (8955,37338,'kill_result_cyclone_snow',0), (8956,37339,'kill_result_morph_to_dragon',0), (8957,37348,'kill_result_cyclone_rocks',0), (8958,37349,'kill_result_cyclone_sand',0), (8959,37350,'kill_result_gnoll_buff',0), (8960,37367,'kill_dual_wield_attack03',0), (8961,37369,'kill_result_word_of_doom',0), (8962,37370,'kill_result_word_of_flame',0), (8963,37371,'kill_result_word_of_obedience',0), (8964,37372,'kill_result_word_of_silence',0), (8965,37376,'kill_2h_sword_ouch_thrust',0), (8966,37393,'kill_result_froglok_buff',0), (8967,37394,'kill_result_stone_hand_terraporter',0), (8968,37438,'kill_result_candlelight_vigil',0), (8969,37470,'kill_result_rock_shock_wave',0), (8970,37486,'kill_result_fire_blast',0), (8971,37487,'kill_result_rock_shock_wave_lava',0), (8972,37488,'kill_result_tears_of_druzil',0), (8973,37498,'kill_climbing_exit_up_root',0), (8974,37503,'kill_result_rock_shock_wave_ice',0), (8975,37504,'kill_result_snowflakes_radiating',0), (8976,37510,'kill_cast_bright_ring_blue',0), (8977,37511,'kill_cast_bright_ring_red',0), (8978,37551,'kill_cast_morph_to_elf',0), (8979,37556,'kill_result_morph_to_elf',0), (8980,37566,'kill_climbing_enter_down_root',0), (8981,37578,'kill_result_scintillating_tapestry',0), (8982,37593,'kill_design_cast_vision_living_tombs',0), (8983,37618,'kill_result_runes_blast',0), (8984,37636,'kill_carry_blue_flag',0), (8985,37637,'kill_carry_red_flag',0), (8986,37679,'kill_result_coalescing_sparkles',0), (8987,37680,'kill_result_coalescing_vapor_sub',0), (8988,37681,'kill_result_serpents_intent',0), (8989,37682,'kill_result_singing_sword',0), (8990,37691,'kill_result_desert_call_p2p',0), (8991,37692,'kill_result_flash_flood_wave_cross_line',0), (8992,37693,'kill_result_flash_flood_wave_spray',0), (8993,37694,'kill_result_flash_flood_wave_tube',0), (8994,37763,'kill_design_cast_vision_ap2',0), (8995,37765,'kill_result_protection_of_faith_p2p',0), (8996,37766,'kill_result_protection_of_faith_tapestry',0), (8997,37788,'kill_result_anim_mesh_genie_ps',0), (8998,37837,'kill_result_fungusman_breath_attack_p2p',0), (8999,37838,'kill_result_mushrooms_growing',0), (9000,37903,'kill_result_shadow_summon_2',0), (9001,37917,'kill_result_shadow_summon_2_aoe',0), (9002,38120,'kill_debris_flying',0), (9003,38121,'kill_debris_swimming',0), (9004,38281,'kill_result_arena_water_whirlpool',0), (9005,38282,'kill_result_arena_water_whirlpool_aoe',0), (9006,38333,'kill_horse_backup',0), (9007,38334,'kill_horse_turn_left',0), (9008,38335,'kill_horse_turn_right',0), (9009,38339,'kill_result_arena_stone_gaze',0), (9010,38340,'kill_result_arena_water_rain',0), (9011,38341,'kill_result_fogger',0), (9012,38371,'kill_result_arena_water_rain_bubbles',0), (9013,38372,'kill_result_terrorantula_attack',0), (9014,38373,'kill_result_terrorantula_attack_cocoon',0), (9015,38408,'kill_result_arena_stone_gaze_flash',0), (9016,38739,'kill_result_arena_voidbeast_attack',0), (9017,38740,'kill_result_arena_voidbeast_smoke',0), (9018,38741,'kill_result_arena_voidbeast_smoke_threads',0), (9019,38751,'kill_result_ghost_fadeout',0), (9020,38780,'kill_result_spirit_of_the_elephant',0), (9021,38805,'kill_cast_trace_prism_left',0), (9022,38806,'kill_cast_trace_prism_right',0), (9023,38812,'kill_result_prisms_hex_clinging',0), (9024,38813,'kill_result_prisms_sparkle_soul',0), (9025,38814,'kill_result_prisms_sphere',0), (9026,38836,'kill_result_ice_dagger_breath_p2p',0), (9027,38858,'kill_result_cone_lightning_p2p',0), (9028,38859,'kill_result_dragon_cone_roar',0), (9029,38951,'kill_design_result_zombie_scare',0), (9030,38953,'kill_result_zombie_scare',0), (9031,38961,'kill_result_ghost_forced_shader_4',0), (9032,39037,'kill_result_bone_glow_2',0), (9033,39038,'kill_result_fireworks_burst',0), (9034,39039,'kill_result_fireworks_ring',0), (9035,39097,'kill_result_lion_paw_trails',0), (9036,39098,'kill_result_prism_tube_trail_1',0), (9037,39099,'kill_result_prism_tube_trail_2',0), (9038,39100,'kill_result_sparkle_soul',0), (9039,39178,'kill_result_pestilence',0), (9040,39203,'kill_result_dragonbreath',0), (9041,39221,'kill_cast_dragonbreath',0), (9042,39226,'kill_persist_dragonbreath',0), (9043,39227,'kill_result_hypnosis',0), (9044,39238,'kill_cast_celtic_circle',0), (9045,39241,'kill_cast_hypnosis',0), (9046,39265,'kill_persist_juggernaut',0), (9047,39266,'kill_result_juggernaut',0), (9048,39291,'kill_result_firestrips',0), (9049,39312,'kill_result_castigate',0), (9050,39373,'kill_cast_jesters_gamble',0), (9051,39442,'kill_status_quest_completes',0), (9052,39443,'kill_status_quest_gives',0), (9053,39444,'kill_status_quest_updates',0), (9054,39469,'kill_result_crazy_tube',0), (9055,39470,'kill_result_crazy_tube_iron',0), (9056,39520,'kill_cast_call_of_storms',0), (9057,39525,'kill_result_call_of_storms',0), (9058,39534,'kill_cast_mysticism',0), (9059,39539,'kill_result_mysticism',0), (9060,39544,'kill_cast_fusion',0), (9061,39554,'kill_cast_crescent_hands_l',0), (9062,39555,'kill_cast_crescent_hands_r',0), (9063,39569,'kill_result_rift',0), (9064,39570,'kill_result_verdict',0), (9065,39571,'kill_result_verdict_explosion',0), (9066,39612,'kill_cast_plane_shift',0), (9067,39617,'kill_result_plane_shift',0), (9068,39618,'kill_result_vortex_p2p',0), (9069,39630,'kill_cast_undead_tide',0), (9070,39634,'kill_result_bonfire',0), (9071,39635,'kill_result_steam',0), (9072,39648,'kill_result_cone_lightning_wave_p2p',0), (9073,39649,'kill_result_ice_dagger_breath_small_p2p',0), (9074,39658,'kill_result_rock_breath_p2p',0), (9075,39659,'kill_result_rocks_sticky',0), (9076,39735,'kill_result_aa_shaman_ghost_wolf',0), (9077,39743,'kill_cast_pickpocket',0), (9078,39748,'kill_result_mana_channeling',0), (9079,39769,'kill_levelup_achievement',0), (9080,39779,'kill_result_pickpocket',0), (9081,39827,'kill_result_snoring_zzz',0), (9082,39832,'kill_cast_vyemm_slam',0), (9083,39840,'kill_result_steam_blast',0), (9084,39872,'kill_result_poison_cysts',0), (9085,40210,'kill_result_aa_pyramid',0), (9086,40450,'kill_result_webby_canister',0), (9087,40515,'kill_result_ghost_undo',0), (9088,40583,'kill_cast_trace_sparkcrescent_l',0), (9089,40584,'kill_cast_trace_sparkcrescent_r',0), (9090,40589,'kill_design_keg_filling_mug',0), (9091,40734,'kill_result_charge_fast',0), (9092,40735,'kill_result_smoke_small_p5',0), (9093,40947,'kill_result_fire_purple',0), (9094,41250,'kill_cast_dryad_teleport',0), (9095,41257,'kill_result_dryad_teleport',0), (9096,41270,'kill_cast_dryad_attack_aoe',0), (9097,41277,'kill_result_dryad_attack_aoe',0), (9098,41304,'kill_cast_rain_of_thistles',0), (9099,41310,'kill_result_rain_of_thistles',0), (9100,41553,'kill_result_chrome_forced_shader',0), (9101,41759,'kill_result_copter_welder_lightning_p2p',0), (9102,41846,'kill_run_03',0), (9103,41847,'kill_run_down_idle',0), (9104,41848,'kill_run_up_idle',0), (9105,41850,'kill_sway_l',0), (9106,41851,'kill_sway_r',0), (9107,42000,'kill_result_soulless',0), (9108,42211,'kill_result_soap_mouth',0), (9109,42284,'kill_cast_vision_plane_druid_ring',0), (9110,42294,'kill_cast_wizard_spires',0), (9111,42355,'kill_result_choking_vines_aoe',0), (9112,42376,'kill_result_wuoshi_tree_morph',0), (9113,42422,'kill_result_lightning_bolt_sub1',0), (9114,42423,'kill_result_lightning_bolt_sub2',0), (9115,42444,'kill_female_dead',0), (9116,42445,'kill_female_dead_enter',0), (9117,42501,'kill_aura_red',0), (9118,42507,'kill_female_run',0), (9119,42522,'kill_cast_blanket_of_eternal_night',0), (9120,42523,'kill_cast_mayongs_touch',0), (9121,42525,'kill_cast_soul_paralysis',0), (9122,42531,'kill_result_blanket_of_eternal_night',0), (9123,42541,'kill_cast_gaze_of_obedience',0), (9124,42556,'kill_froglok_idle',0), (9125,42589,'kill_cast_laser_p2p',0), (9126,42600,'kill_result_laser_p2p',0), (9127,42604,'kill_cast_firebreath_p2p',0), (9128,42612,'kill_froglok_bow',0), (9129,42613,'kill_froglok_crouch',0), (9130,42614,'kill_froglok_curtsey',0), (9131,42615,'kill_froglok_dead',0), (9132,42616,'kill_froglok_death',0), (9133,42617,'kill_froglok_run',0), (9134,42618,'kill_froglok_sit_enter',0), (9135,42619,'kill_froglok_sit_exit',0), (9136,42620,'kill_froglok_sit_idle',0), (9137,42625,'kill_cast_mana_burn',0), (9138,42649,'kill_fae_light_idle',0), (9139,42652,'kill_result_mana_burn',0), (9140,42698,'kill_result_poison_forced_shader_weapon',0), (9141,42718,'kill_cast_glass_shattering',0), (9142,42728,'kill_result_glass_shattering',0), (9143,42739,'kill_result_brigand_slide',0), (9144,42740,'kill_result_golden_flash',0), (9145,42753,'kill_result_dirge_confront_fear',0), (9146,42754,'kill_result_illusionist_illuminate',0), (9147,42780,'kill_attack_earthshake',0), (9148,42787,'kill_fae_light_1h_sword_attack',0), (9149,42788,'kill_fae_light_1h_sword_attack01',0), (9150,42789,'kill_fae_light_1h_sword_attack02',0), (9151,42790,'kill_fae_light_1h_sword_attack03',0), (9152,42791,'kill_fae_light_1h_sword_death_blow',0), (9153,42792,'kill_fae_light_1h_sword_death_blow01',0), (9154,42793,'kill_fae_light_1h_sword_dodge_backhand',0), (9155,42794,'kill_fae_light_1h_sword_dodge_down',0), (9156,42795,'kill_fae_light_1h_sword_dodge_forehand',0), (9157,42796,'kill_fae_light_1h_sword_dodge_thrust',0), (9158,42797,'kill_fae_light_1h_sword_ouch_backhand',0), (9159,42798,'kill_fae_light_1h_sword_ouch_down',0), (9160,42799,'kill_fae_light_1h_sword_ouch_forehand',0), (9161,42800,'kill_fae_light_1h_sword_ouch_thrust',0), (9162,42801,'kill_fae_light_1h_sword_parry_backhand',0), (9163,42802,'kill_fae_light_1h_sword_parry_down',0), (9164,42803,'kill_fae_light_1h_sword_parry_forehand',0), (9165,42804,'kill_fae_light_1h_sword_parry_thrust',0), (9166,42805,'kill_fae_light_2h_sword_attack',0), (9167,42806,'kill_fae_light_2h_sword_attack01',0), (9168,42807,'kill_fae_light_2h_sword_attack02',0), (9169,42808,'kill_fae_light_2h_sword_defensive_buff',0), (9170,42809,'kill_fae_light_2h_sword_dodge_backhand',0), (9171,42810,'kill_fae_light_2h_sword_dodge_down',0), (9172,42811,'kill_fae_light_2h_sword_dodge_forehand',0), (9173,42812,'kill_fae_light_2h_sword_enter',0), (9174,42813,'kill_fae_light_2h_sword_kick',0), (9175,42814,'kill_fae_light_2h_sword_ouch_backhand',0), (9176,42815,'kill_fae_light_2h_sword_ouch_down',0), (9177,42816,'kill_fae_light_2h_sword_ouch_forehand',0), (9178,42817,'kill_fae_light_2h_sword_ouch_thrust',0), (9179,42820,'kill_fae_light_bostaff_attack01',0), (9180,42821,'kill_fae_light_bostaff_attack02',0), (9181,42822,'kill_fae_light_bostaff_attack03',0), (9182,42849,'kill_fae_light_dual_wield_attack',0), (9183,42850,'kill_fae_light_dual_wield_attack01',0), (9184,42851,'kill_fae_light_dual_wield_attack02',0), (9185,42852,'kill_fae_light_dual_wield_attack03',0), (9186,42853,'kill_fae_light_dual_wield_kick',0), (9187,42854,'kill_fae_light_dual_wield_whirling_attack',0), (9188,42855,'kill_fae_light_dual_wield_wild_swing',0), (9189,42856,'kill_fae_light_monk_attack',0), (9190,42857,'kill_fae_light_monk_attack01',0), (9191,42858,'kill_fae_light_monk_attack02',0), (9192,42859,'kill_fae_light_monk_attack03',0), (9193,42860,'kill_fae_light_monk_wild_swing',0), (9194,42861,'kill_fae_light_pike_attack',0), (9195,42862,'kill_fae_light_pike_attack01',0), (9196,42863,'kill_fae_light_pike_attack02',0), (9197,42864,'kill_fae_light_pike_kick',0), (9198,42865,'kill_fae_light_pike_whirling_attack',0), (9199,42866,'kill_fae_light_pike_wild_swing',0), (9200,42867,'kill_fae_light_pugilist_attack',0), (9201,42868,'kill_fae_light_pugilist_attack02',0), (9202,42869,'kill_fae_light_pugilist_kick',0), (9203,42870,'kill_fae_light_pugilist_whirling_attack',0), (9204,42871,'kill_fae_light_pugilist_wild_swing',0), (9205,42890,'kill_froglok_1h_sword_attack',0), (9206,42891,'kill_froglok_1h_sword_idle',0), (9207,42896,'kill_cast_forced_flasher_stream_scroll',0), (9208,42897,'kill_cast_forced_flasher_stream_scroll_blend',0), (9209,42905,'kill_result_berserker_red_eyes',0), (9210,42906,'kill_result_god_spell_brell_serilis',0), (9211,42907,'kill_result_god_spell_cazic_thule',0), (9212,42908,'kill_result_god_spell_innoruuk',0), (9213,42909,'kill_result_god_spell_mithaniel_marr',0), (9214,42910,'kill_result_god_spell_quellious',0), (9215,42911,'kill_result_god_spell_rallos_zek',0), (9216,42912,'kill_result_god_spell_solusek_ro',0), (9217,42913,'kill_result_god_spell_tunare',0), (9218,42914,'kill_result_sun_spell',0), (9219,42925,'kill_froglok_1h_crush_attack',0), (9220,42926,'kill_froglok_1h_crush_attack01',0), (9221,42927,'kill_froglok_1h_crush_attack02',0), (9222,42928,'kill_froglok_1h_crush_attack03',0), (9223,42929,'kill_froglok_1h_crush_dodge_backhand',0), (9224,42930,'kill_froglok_1h_crush_dodge_down',0), (9225,42931,'kill_froglok_1h_crush_dodge_forehand',0), (9226,42932,'kill_froglok_1h_crush_dodge_thrust',0), (9227,42933,'kill_froglok_1h_crush_ouch_backhand',0), (9228,42934,'kill_froglok_1h_crush_ouch_down',0), (9229,42935,'kill_froglok_1h_crush_ouch_forehand',0), (9230,42936,'kill_froglok_1h_crush_ouch_thrust',0), (9231,42937,'kill_froglok_1h_crush_parry_backhand',0), (9232,42938,'kill_froglok_1h_crush_parry_down',0), (9233,42939,'kill_froglok_1h_crush_parry_forehand',0), (9234,42940,'kill_froglok_1h_crush_parry_thrust',0), (9235,42941,'kill_froglok_1h_pierce_attack',0), (9236,42942,'kill_froglok_1h_pierce_attack01',0), (9237,42943,'kill_froglok_1h_pierce_dodge_backhand',0), (9238,42944,'kill_froglok_1h_pierce_dodge_down',0), (9239,42945,'kill_froglok_1h_pierce_dodge_forehand',0), (9240,42946,'kill_froglok_1h_pierce_dodge_thrust',0), (9241,42947,'kill_froglok_1h_pierce_ouch_backhand',0), (9242,42948,'kill_froglok_1h_pierce_ouch_down',0), (9243,42949,'kill_froglok_1h_pierce_ouch_forehand',0), (9244,42950,'kill_froglok_1h_pierce_ouch_thrust',0), (9245,42951,'kill_froglok_1h_pierce_parry_backhand',0), (9246,42952,'kill_froglok_1h_pierce_parry_down',0), (9247,42953,'kill_froglok_1h_pierce_parry_forehand',0), (9248,42954,'kill_froglok_1h_pierce_parry_thrust',0), (9249,42955,'kill_froglok_1h_sword_attack01',0), (9250,42956,'kill_froglok_1h_sword_attack02',0), (9251,42957,'kill_froglok_1h_sword_attack03',0), (9252,42958,'kill_froglok_1h_sword_death_blow',0), (9253,42959,'kill_froglok_1h_sword_death_blow01',0), (9254,42960,'kill_froglok_1h_sword_dodge_backhand',0), (9255,42961,'kill_froglok_1h_sword_dodge_down',0), (9256,42962,'kill_froglok_1h_sword_dodge_forehand',0), (9257,42963,'kill_froglok_1h_sword_dodge_thrust',0), (9258,42964,'kill_froglok_1h_sword_ouch_backhand',0), (9259,42965,'kill_froglok_1h_sword_ouch_down',0), (9260,42966,'kill_froglok_1h_sword_ouch_forehand',0), (9261,42967,'kill_froglok_1h_sword_ouch_thrust',0), (9262,42968,'kill_froglok_1h_sword_parry_backhand',0), (9263,42969,'kill_froglok_1h_sword_parry_down',0), (9264,42970,'kill_froglok_1h_sword_parry_forehand',0), (9265,42971,'kill_froglok_1h_sword_parry_thrust',0), (9266,42972,'kill_froglok_1h_thrown_dodge_backhand',0), (9267,42973,'kill_froglok_1h_thrown_dodge_down',0), (9268,42974,'kill_froglok_1h_thrown_dodge_forehand',0), (9269,42975,'kill_froglok_1h_thrown_dodge_thrust',0), (9270,42976,'kill_froglok_1h_thrown_ouch_backhand',0), (9271,42977,'kill_froglok_1h_thrown_ouch_down',0), (9272,42978,'kill_froglok_1h_thrown_ouch_forehand',0), (9273,42979,'kill_froglok_1h_thrown_ouch_thrust',0), (9274,42980,'kill_froglok_bow_dodge_backhand',0), (9275,42981,'kill_froglok_bow_dodge_down',0), (9276,42982,'kill_froglok_bow_dodge_forehand',0), (9277,42983,'kill_froglok_bow_dodge_thrust',0), (9278,42984,'kill_froglok_bow_ouch_backhand',0), (9279,42985,'kill_froglok_bow_ouch_down',0), (9280,42986,'kill_froglok_bow_ouch_forehand',0), (9281,42987,'kill_froglok_bow_ouch_thrust',0), (9282,42988,'kill_froglok_dual_wield_attack',0), (9283,42989,'kill_froglok_dual_wield_attack01',0), (9284,42990,'kill_froglok_dual_wield_attack02',0), (9285,42991,'kill_froglok_dual_wield_attack03',0), (9286,42992,'kill_froglok_dual_wield_dodge_backhand',0), (9287,42993,'kill_froglok_dual_wield_dodge_down',0), (9288,42994,'kill_froglok_dual_wield_dodge_forehand',0), (9289,42995,'kill_froglok_dual_wield_dodge_thrust',0), (9290,42996,'kill_froglok_dual_wield_idle',0), (9291,42997,'kill_froglok_dual_wield_ouch_backhand',0), (9292,42998,'kill_froglok_dual_wield_ouch_down',0), (9293,42999,'kill_froglok_dual_wield_ouch_forehand',0), (9294,43000,'kill_froglok_dual_wield_ouch_thrust',0), (9295,43011,'kill_froglok_1h_crush_idle',0), (9296,43012,'kill_froglok_1h_pierce_idle',0), (9297,43013,'kill_froglok_1h_thrown_idle',0), (9298,43014,'kill_froglok_2h_sword_attack',0), (9299,43015,'kill_froglok_2h_sword_attack01',0), (9300,43016,'kill_froglok_2h_sword_attack02',0), (9301,43017,'kill_froglok_2h_sword_attack03',0), (9302,43018,'kill_froglok_2h_sword_idle',0), (9303,43019,'kill_froglok_bow_idle',0), (9304,43020,'kill_froglok_dual_wield_kick',0), (9305,43021,'kill_froglok_dual_wield_whirling_attack',0), (9306,43022,'kill_froglok_dual_wield_wild_swing',0), (9307,43058,'kill_froglok_2h_sword_dodge_backhand',0), (9308,43059,'kill_froglok_2h_sword_dodge_down',0), (9309,43060,'kill_froglok_2h_sword_dodge_forehand',0), (9310,43061,'kill_froglok_2h_sword_dodge_thrust',0), (9311,43062,'kill_froglok_2h_sword_kick',0), (9312,43063,'kill_froglok_2h_sword_whirling_attack',0), (9313,43064,'kill_froglok_2h_sword_wild_swing',0), (9314,43065,'kill_froglok_bostaff_attack',0), (9315,43066,'kill_froglok_bostaff_attack01',0), (9316,43067,'kill_froglok_bostaff_attack02',0), (9317,43068,'kill_froglok_bostaff_attack03',0), (9318,43069,'kill_froglok_bostaff_idle',0), (9319,43070,'kill_froglok_bostaff_kick',0), (9320,43071,'kill_froglok_bostaff_whirling_attack',0), (9321,43072,'kill_froglok_bostaff_wild_swing',0), (9322,43073,'kill_froglok_monk_idle',0), (9323,43075,'kill_result_beserker_red_eyes',0), (9324,43076,'kill_result_guardian_aura',0), (9325,43086,'kill_froglok_monk_attack',0), (9326,43087,'kill_froglok_monk_attack01',0), (9327,43088,'kill_froglok_monk_attack02',0), (9328,43089,'kill_froglok_monk_attack03',0), (9329,43090,'kill_froglok_monk_kick',0), (9330,43091,'kill_froglok_monk_kick_spin',0), (9331,43092,'kill_froglok_monk_wild_swing',0), (9332,43124,'kill_froglok_monk_whirling_attack',0), (9333,43125,'kill_froglok_pike_attack',0), (9334,43126,'kill_froglok_pike_attack01',0), (9335,43127,'kill_froglok_pike_attack02',0), (9336,43128,'kill_froglok_pike_idle',0), (9337,43129,'kill_froglok_pike_kick',0), (9338,43130,'kill_froglok_pike_whirling_attack',0), (9339,43131,'kill_froglok_pike_wild_swing',0), (9340,43132,'kill_froglok_pugilist_attack',0), (9341,43133,'kill_froglok_pugilist_attack02',0), (9342,43134,'kill_froglok_pugilist_attack03',0), (9343,43135,'kill_froglok_pugilist_idle',0), (9344,43136,'kill_froglok_pugilist_kick',0), (9345,43137,'kill_froglok_pugilist_whirling_attack',0), (9346,43138,'kill_froglok_pugilist_wild_swing',0), (9347,43139,'kill_froglok_untrained_attack',0), (9348,43140,'kill_froglok_untrained_idle',0), (9349,43142,'kill_result_coercer_sun_aura',0), (9350,43143,'kill_result_illusionist_head_aura',0), (9351,43144,'kill_result_paladin_shoulder_streamers',0), (9352,43145,'kill_result_templar_halo',0), (9353,43155,'kill_fae_light_run',0), (9354,43157,'kill_result_assassin_star_cloud_hands',0), (9355,43158,'kill_result_brigand_hand_trails',0), (9356,43159,'kill_result_bruiser_fist_shining',0), (9357,43160,'kill_result_dirge_sparkles',0), (9358,43161,'kill_result_monk_fist_rings',0), (9359,43162,'kill_result_swashbuckler_hand_trails',0), (9360,43163,'kill_result_warlock_subtle_aura',0), (9361,43183,'kill_fae_light_climbing_backup',0), (9362,43184,'kill_fae_light_climbing_enter_down_root',0), (9363,43185,'kill_fae_light_climbing_exit_up_root',0), (9364,43186,'kill_fae_light_climbing_idle',0), (9365,43187,'kill_fae_light_climbing_strafe_left',0), (9366,43188,'kill_fae_light_climbing_strafe_right',0), (9367,43189,'kill_fae_light_climbing_walk',0), (9368,43190,'kill_fae_light_dead',0), (9369,43191,'kill_fae_light_dead_enter',0), (9370,43237,'kill_fae_light_bostaff_dodge_backhand',0), (9371,43238,'kill_fae_light_bostaff_dodge_forehand',0), (9372,43239,'kill_fae_light_dual_wield_dodge_backhand',0), (9373,43240,'kill_fae_light_dual_wield_dodge_forehand',0), (9374,43241,'kill_fae_light_dual_wield_ouch_backhand',0), (9375,43242,'kill_fae_light_dual_wield_ouch_forehand',0), (9376,43243,'kill_fae_light_dual_wield_parry_down',0), (9377,43276,'kill_fae_light_monk_dodge_backhand',0), (9378,43277,'kill_fae_light_monk_dodge_down',0), (9379,43280,'kill_horse_jump_substitute',0), (9380,43284,'kill_result_conjuror_shoulder_blue_flames',0), (9381,43297,'kill_fae_light_sit_enter',0), (9382,43298,'kill_fae_light_sit_exit',0), (9383,43299,'kill_fae_light_sit_idle',0), (9384,43301,'kill_froglok_horse_idle',0), (9385,43310,'kill_result_necromancer_hand_skulls',0), (9386,43321,'kill_froglok_gathering_search',0), (9387,43322,'kill_froglok_gathering_success',0), (9388,43323,'kill_froglok_mining_digging',0), (9389,43327,'kill_result_ranger_green_aura',0), (9390,43328,'kill_result_shadowknight_flame_horns',0), (9391,43329,'kill_result_wizard_elemental_hands',0), (9392,43342,'kill_froglok_converse_male04',0), (9393,43343,'kill_froglok_converse_male12',0), (9394,43344,'kill_froglok_forestry_success',0), (9395,43345,'kill_froglok_horse_jump_substitute',0), (9396,43346,'kill_froglok_kick',0), (9397,43347,'kill_froglok_knockedtoback',0), (9398,43348,'kill_froglok_mining_success',0), (9399,43349,'kill_froglok_run_03',0), (9400,43350,'kill_froglok_wild_swing',0), (9401,43352,'kill_result_defiler_poison_cloud',0), (9402,43353,'kill_result_mystic_cloudy_feet',0), (9403,43354,'kill_result_troubador_clouds',0), (9404,43364,'kill_froglok_bostaff_knockedtoback',0), (9405,43365,'kill_froglok_bostaff_knockedtoback_getup',0), (9406,43366,'kill_froglok_bow_knockedtoback',0), (9407,43367,'kill_froglok_bow_knockedtoback_getup',0), (9408,43368,'kill_froglok_dual_wield_knockedtoback',0), (9409,43369,'kill_froglok_dual_wield_knockedtoback_getup',0), (9410,43370,'kill_froglok_knockedtoback_getup',0), (9411,43371,'kill_froglok_knockedtoback_onbackidle',0), (9412,43372,'kill_froglok_monk_knockedtoback',0), (9413,43373,'kill_froglok_monk_knockedtoback_getup',0), (9414,43374,'kill_froglok_pike_knockedtoback',0), (9415,43375,'kill_froglok_pike_knockedtoback_getup',0), (9416,43376,'kill_froglok_pugilist_knockedtoback',0), (9417,43377,'kill_froglok_pugilist_knockedtoback_getup',0), (9418,43448,'kill_1h_crush_attack_recoil',0), (9419,43449,'kill_1h_crush_attack_recoil01',0), (9420,43450,'kill_1h_crush_attack_recoil02',0), (9421,43451,'kill_1h_crush_attack_recoil03',0), (9422,43452,'kill_1h_crush_backup',0), (9423,43453,'kill_1h_crush_enter',0), (9424,43454,'kill_1h_crush_exit',0), (9425,43455,'kill_1h_crush_strafe_left',0), (9426,43456,'kill_1h_crush_strafe_right',0), (9427,43457,'kill_1h_crush_walk',0), (9428,43458,'kill_1h_pierce_attack02',0), (9429,43459,'kill_1h_pierce_attack03',0), (9430,43460,'kill_1h_pierce_attack_recoil',0), (9431,43461,'kill_1h_pierce_attack_recoil01',0), (9432,43462,'kill_1h_pierce_attack_recoil02',0), (9433,43463,'kill_1h_pierce_attack_recoil03',0), (9434,43464,'kill_1h_pierce_backup',0), (9435,43465,'kill_1h_pierce_death_blow',0), (9436,43466,'kill_1h_pierce_death_blow01',0), (9437,43467,'kill_1h_pierce_enter',0), (9438,43468,'kill_1h_pierce_exit',0), (9439,43469,'kill_1h_pierce_strafe_left',0), (9440,43470,'kill_1h_pierce_strafe_right',0), (9441,43471,'kill_1h_pierce_walk',0), (9442,43472,'kill_1h_sword_attack_recoil',0), (9443,43473,'kill_1h_sword_attack_recoil01',0), (9444,43474,'kill_1h_sword_attack_recoil02',0), (9445,43475,'kill_1h_sword_attack_recoil03',0), (9446,43476,'kill_1h_sword_backup',0), (9447,43477,'kill_1h_sword_enter',0), (9448,43478,'kill_1h_sword_exit',0), (9449,43479,'kill_1h_sword_parry_thurst',0), (9450,43480,'kill_1h_sword_strafe_left',0), (9451,43481,'kill_1h_sword_strafe_right',0), (9452,43482,'kill_1h_sword_walk',0), (9453,43483,'kill_1h_throw_attack',0), (9454,43484,'kill_1h_thrown_backup',0), (9455,43485,'kill_1h_thrown_strafe_left',0), (9456,43486,'kill_1h_thrown_strafe_right',0), (9457,43487,'kill_1h_thrown_walk',0), (9458,43488,'kill_2h_sword_attack03',0), (9459,43489,'kill_2h_sword_attack_recoil',0), (9460,43490,'kill_2h_sword_attack_recoil01',0), (9461,43491,'kill_2h_sword_attack_recoil02',0), (9462,43492,'kill_2h_sword_attack_recoil03',0), (9463,43493,'kill_2h_sword_backup',0), (9464,43494,'kill_2h_sword_charge_up',0), (9465,43495,'kill_2h_sword_dodge_thrust',0), (9466,43496,'kill_2h_sword_exit',0), (9467,43497,'kill_2h_sword_feint',0), (9468,43498,'kill_2h_sword_offensive_buff',0), (9469,43499,'kill_2h_sword_parry_backhand',0), (9470,43500,'kill_2h_sword_parry_down',0), (9471,43501,'kill_2h_sword_parry_forehand',0), (9472,43502,'kill_2h_sword_parry_thrust',0), (9473,43503,'kill_2h_sword_strafe_left',0), (9474,43504,'kill_2h_sword_strafe_right',0), (9475,43505,'kill_2h_sword_super_buff',0), (9476,43506,'kill_2h_sword_taunt',0), (9477,43507,'kill_2h_sword_taunt_combat_art',0), (9478,43508,'kill_2h_sword_walk',0), (9479,43509,'kill_2hsword_idle01',0), (9480,43512,'kill_a',0), (9481,43513,'kill_agree',0), (9482,43515,'kill_alchemy_failure',0), (9483,43516,'kill_alchemy_idle',0), (9484,43517,'kill_alchemy_success',0), (9485,43518,'kill_angry',0), (9486,43519,'kill_antenna_01',0), (9487,43520,'kill_antenna_02',0), (9488,43521,'kill_antenna_03',0), (9489,43522,'kill_antenna_04',0), (9490,43523,'kill_antenna_05',0), (9491,43524,'kill_antonia_wisp',0), (9492,43525,'kill_anvil',0), (9493,43526,'kill_anvil_small',0), (9494,43527,'kill_appear',0), (9495,43528,'kill_applaude',0), (9496,43529,'kill_arm04_fail',0), (9497,43530,'kill_arm04_success',0), (9498,43531,'kill_armpour01',0), (9499,43532,'kill_artifact',0), (9500,43533,'kill_artificing_failure',0), (9501,43534,'kill_artificing_idle',0), (9502,43535,'kill_artificing_success',0), (9503,43536,'kill_artsn_chem_sound',0), (9504,43537,'kill_artsn_chimepad_sound',0), (9505,43538,'kill_artsn_forge_helmet_sound',0), (9506,43539,'kill_artsn_forge_sound',0), (9507,43540,'kill_artsn_glow_sound',0), (9508,43541,'kill_artsn_knives_sound',0), (9509,43542,'kill_artsn_knot_sound',0), (9510,43543,'kill_artsn_logcut_sound',0), (9511,43544,'kill_artsn_metal_bar_end_snd',0), (9512,43545,'kill_artsn_metal_bar_snd',0), (9513,43546,'kill_artsn_molecule_sound',0), (9514,43547,'kill_artsn_planer_sound',0), (9515,43548,'kill_artsn_saw_sound',0), (9516,43549,'kill_artsn_stove_sound',0), (9517,43550,'kill_asg_stonegaze_snd',0), (9518,43551,'kill_attack',0), (9519,43552,'kill_attack01',0), (9520,43553,'kill_attack02',0), (9521,43554,'kill_attack03',0), (9522,43555,'kill_attack04',0), (9523,43556,'kill_attack_backhand_trigger',0), (9524,43557,'kill_attack_bite',0), (9525,43558,'kill_attack_breath',0), (9526,43559,'kill_attack_breath01',0), (9527,43560,'kill_attack_breath02',0), (9528,43561,'kill_attack_forehand_trigger',0), (9529,43562,'kill_attack_headram',0), (9530,43563,'kill_attack_rear',0), (9531,43564,'kill_attack_roar01',0), (9532,43565,'kill_attack_scream',0), (9533,43566,'kill_attack_slam',0), (9534,43567,'kill_attack_snap',0), (9535,43568,'kill_attack_sound',0), (9536,43569,'kill_attack_special',0), (9537,43570,'kill_attack_special01',0), (9538,43571,'kill_attack_special02',0), (9539,43572,'kill_attack_special03',0), (9540,43573,'kill_attack_special_spring',0), (9541,43574,'kill_attack_stomp',0), (9542,43575,'kill_attack_tail',0), (9543,43576,'kill_attack_whirling',0), (9544,43577,'kill_attack_wildswing',0), (9545,43578,'kill_attack_wing',0), (9546,43579,'kill_attack_wings',0), (9547,43580,'kill_attack_woosh01',0), (9548,43581,'kill_attacktiming',0), (9549,43582,'kill_attacktiming_a',0), (9550,43583,'kill_attention',0), (9551,43584,'kill_aval_cast_snd',0), (9552,43585,'kill_awrh_cast_snd',0), (9553,43586,'kill_awrh_heal2_snd',0), (9554,43587,'kill_awrh_heal_snd',0), (9555,43588,'kill_awrh_rainfall_snd',0), (9556,43589,'kill_aww_whirlcast_snd',0), (9557,43590,'kill_aww_whirlparticles_snd',0), (9558,43591,'kill_backup',0), (9559,43592,'kill_backup_run',0), (9560,43593,'kill_bad_outcome01',0), (9561,43594,'kill_bad_outcome01_shuttle',0), (9562,43595,'kill_bad_outcome02',0), (9563,43596,'kill_bad_outcome02_shuttle',0), (9564,43597,'kill_ball_bk',0), (9565,43598,'kill_ball_bk_sm',0), (9566,43599,'kill_ball_glow',0), (9567,43600,'kill_ball_wht',0), (9568,43601,'kill_ball_wht_sm',0), (9569,43602,'kill_barrel_fire',0), (9570,43603,'kill_barrel_pieces',0), (9571,43604,'kill_base',0), (9572,43605,'kill_bat_swarm',0), (9573,43606,'kill_battlecry',0), (9574,43607,'kill_bc_caged_snd',0), (9575,43608,'kill_bd_cast_lp_snd',0), (9576,43609,'kill_bd_fireburst_snd',0), (9577,43610,'kill_beaker01',0), (9578,43611,'kill_beckon',0), (9579,43612,'kill_beg',0), (9580,43613,'kill_bene',0), (9581,43614,'kill_big_saw_success',0), (9582,43615,'kill_big_saw_success2',0), (9583,43616,'kill_big_smoke',0), (9584,43617,'kill_bl_castswirls_snd',0), (9585,43618,'kill_bl_start_particles_snd',0), (9586,43619,'kill_blammo',0), (9587,43620,'kill_blink',0), (9588,43621,'kill_boe_endspinner_sound',0), (9589,43622,'kill_boe_open_burst_sound',0), (9590,43623,'kill_boe_shield_tone_sound',0), (9591,43624,'kill_boggle',0), (9592,43625,'kill_boilover01',0), (9593,43626,'kill_book_white',0), (9594,43627,'kill_bostaff_attack_recoil',0), (9595,43628,'kill_bostaff_attack_recoil01',0), (9596,43629,'kill_bostaff_attack_recoil02',0), (9597,43630,'kill_bostaff_attack_recoil03',0), (9598,43631,'kill_bostaff_backup',0), (9599,43632,'kill_bostaff_charge_up',0), (9600,43633,'kill_bostaff_defensive_buff',0), (9601,43634,'kill_bostaff_dodge_backhand',0), (9602,43635,'kill_bostaff_dodge_down',0), (9603,43636,'kill_bostaff_dodge_forehand',0), (9604,43637,'kill_bostaff_dodge_thrust',0), (9605,43638,'kill_bostaff_enter',0), (9606,43639,'kill_bostaff_exit',0), (9607,43640,'kill_bostaff_feint',0), (9608,43641,'kill_bostaff_idle01',0), (9609,43642,'kill_bostaff_knockdowntoknees',0), (9610,43643,'kill_bostaff_knockedtoback',0), (9611,43644,'kill_bostaff_knockedtoback_getup',0), (9612,43645,'kill_bostaff_offensive_buff',0), (9613,43646,'kill_bostaff_ouch_backhand',0), (9614,43647,'kill_bostaff_ouch_down',0), (9615,43648,'kill_bostaff_ouch_forehand',0), (9616,43649,'kill_bostaff_ouch_thrust',0), (9617,43650,'kill_bostaff_parry_backhand',0), (9618,43651,'kill_bostaff_parry_down',0), (9619,43652,'kill_bostaff_parry_forehand',0), (9620,43653,'kill_bostaff_parry_thrust',0), (9621,43654,'kill_bostaff_strafe_left',0), (9622,43655,'kill_bostaff_strafe_right',0), (9623,43656,'kill_bostaff_super_buff',0), (9624,43657,'kill_bostaff_taunt_combat_art',0), (9625,43658,'kill_bostaff_walk',0), (9626,43659,'kill_bow_aim_down',0), (9627,43660,'kill_bow_aim_up',0), (9628,43661,'kill_bow_attack',0), (9629,43662,'kill_bow_attack_2x',0), (9630,43663,'kill_bow_backup',0), (9631,43664,'kill_bow_enter',0), (9632,43665,'kill_bow_exit',0), (9633,43666,'kill_bow_getarrow',0), (9634,43667,'kill_bow_knockdowntoknees',0), (9635,43668,'kill_bow_knockedtoback',0), (9636,43669,'kill_bow_knockedtoback_getup',0), (9637,43670,'kill_bow_pullback',0), (9638,43671,'kill_bow_release',0), (9639,43672,'kill_bow_sheathe',0), (9640,43673,'kill_bow_strafe_left',0), (9641,43674,'kill_bow_strafe_right',0), (9642,43675,'kill_bow_unsheathe',0), (9643,43676,'kill_bow_walk',0), (9644,43677,'kill_bowstring',0), (9645,43678,'kill_bowstring_electricity',0), (9646,43679,'kill_bowstring_electricity_red',0), (9647,43680,'kill_brandish',0), (9648,43681,'kill_breath',0), (9649,43682,'kill_breath_attack',0), (9650,43683,'kill_breath_attack_blue',0), (9651,43684,'kill_breath_attack_purple',0), (9652,43685,'kill_breath_nostop',0), (9653,43686,'kill_breathweapon',0), (9654,43687,'kill_bs_bull_form_01_snd',0), (9655,43688,'kill_bs_cast_armpush_snd',0), (9656,43689,'kill_bs_hooves_snd',0), (9657,43690,'kill_bs_makebull_tone_snd',0), (9658,43691,'kill_bubbles01',0), (9659,43692,'kill_burn',0), (9660,43693,'kill_burst_sound_01',0), (9661,43694,'kill_bye',0), (9662,43695,'kill_c',0), (9663,43696,'kill_cache_state0',0), (9664,43697,'kill_cache_state1',0), (9665,43698,'kill_cache_state2',0), (9666,43699,'kill_cached_state0',0), (9667,43700,'kill_cached_state1',0), (9668,43701,'kill_cactus_spiney_sound',0), (9669,43702,'kill_candle01',0), (9670,43703,'kill_candle02',0), (9671,43704,'kill_candle03',0), (9672,43705,'kill_candle04',0), (9673,43706,'kill_candle_flair01',0), (9674,43707,'kill_candle_flair02',0), (9675,43708,'kill_candle_flair03',0), (9676,43709,'kill_candle_smoke01',0), (9677,43710,'kill_candle_smoke02',0), (9678,43711,'kill_candle_smoke03',0), (9679,43712,'kill_carpet_enter',0), (9680,43713,'kill_carpet_exit',0), (9681,43714,'kill_carpet_fall',0), (9682,43715,'kill_carpet_idle',0), (9683,43716,'kill_carpet_jump',0), (9684,43717,'kill_carpet_land',0), (9685,43718,'kill_carpet_run',0), (9686,43719,'kill_carpet_walk',0), (9687,43720,'kill_cast01',0), (9688,43721,'kill_cast4',0), (9689,43722,'kill_cast_01lp_snd',0), (9690,43723,'kill_cast_1',0), (9691,43724,'kill_cast_10',0), (9692,43725,'kill_cast_11',0), (9693,43726,'kill_cast_12',0), (9694,43727,'kill_cast_2',0), (9695,43728,'kill_cast_3',0), (9696,43729,'kill_cast_4',0), (9697,43730,'kill_cast_6',0), (9698,43731,'kill_cast_7',0), (9699,43732,'kill_cast_8',0), (9700,43733,'kill_cast_9',0), (9701,43734,'kill_cast_aoe_beneficial_end',0), (9702,43735,'kill_cast_aoe_beneficial_loop',0), (9703,43736,'kill_cast_aoe_beneficial_start',0), (9704,43737,'kill_cast_aoe_detrimental_end',0), (9705,43738,'kill_cast_aoe_detrimental_loop',0), (9706,43739,'kill_cast_aoe_detrimental_start',0), (9707,43741,'kill_cast_aoe_invocation_end',0), (9708,43742,'kill_cast_aoe_invocation_loop',0), (9709,43743,'kill_cast_aoe_invocation_start',0), (9710,43744,'kill_cast_aoe_wand_end',0), (9711,43745,'kill_cast_aoe_wand_loop',0), (9712,43746,'kill_cast_aoe_wand_start',0), (9713,43747,'kill_cast_armor_01_snd',0), (9714,43748,'kill_cast_attack02',0), (9715,43749,'kill_cast_backgroundsparkle_snd',0), (9716,43750,'kill_cast_bard_drum_end',0), (9717,43751,'kill_cast_bard_drum_loop',0), (9718,43753,'kill_cast_bard_flute_end',0), (9719,43754,'kill_cast_bard_flute_loop',0), (9720,43756,'kill_cast_bard_stringed_end',0), (9721,43757,'kill_cast_bard_stringed_loop',0), (9722,43758,'kill_cast_bard_stringed_start',0), (9723,43759,'kill_cast_bard_vocal_end',0), (9724,43760,'kill_cast_bard_vocal_loop',0), (9725,43762,'kill_cast_charge_wind_01_sound',0), (9726,43763,'kill_cast_chargeswordglint_sound',0), (9727,43764,'kill_cast_clowhand_sound_01',0), (9728,43765,'kill_cast_clowhand_sound_02',0), (9729,43766,'kill_cast_clowhand_sound_03',0), (9730,43767,'kill_cast_deepbreath',0), (9731,43768,'kill_cast_distort_lefthand',0), (9732,43769,'kill_cast_distort_right_foot_ws',0), (9733,43770,'kill_cast_distort_righthand',0), (9734,43771,'kill_cast_drake_fire_breath',0), (9735,43772,'kill_cast_drone_01_snd',0), (9736,43773,'kill_cast_drone_02_snd',0), (9737,43774,'kill_cast_drone_snd',0), (9738,43775,'kill_cast_drone_sound',0), (9739,43776,'kill_cast_dustpuff_lefthand',0), (9740,43777,'kill_cast_dustpuff_righthand',0), (9741,43778,'kill_cast_elec_feet_green',0), (9742,43779,'kill_cast_elec_hands_four',0), (9743,43780,'kill_cast_elec_hands_four_up',0), (9744,43781,'kill_cast_elec_hands_up',0), (9745,43782,'kill_cast_end_sound',0), (9746,43783,'kill_cast_endbang2_snd',0), (9747,43784,'kill_cast_endbang_snd',0), (9748,43785,'kill_cast_endsparkle_snd',0), (9749,43786,'kill_cast_endthunder_snd',0), (9750,43787,'kill_cast_es_arches_01_snd',0), (9751,43788,'kill_cast_fast',0), (9752,43789,'kill_cast_force_snd',0), (9753,43790,'kill_cast_glowhand__sound_02',0), (9754,43791,'kill_cast_glowhand_sound_01',0), (9755,43792,'kill_cast_glowhand_sound_03',0), (9756,43793,'kill_cast_glowhand_sound_04',0), (9757,43794,'kill_cast_glowhand_sound_05',0), (9758,43795,'kill_cast_glowhand_sound_06',0), (9759,43796,'kill_cast_gsswipe_01_snd',0), (9760,43797,'kill_cast_gsswipe_02_snd',0), (9761,43798,'kill_cast_gsswipe_03_snd',0), (9762,43799,'kill_cast_hands_elec_nightblood',0), (9763,43800,'kill_cast_handswipe_snd',0), (9764,43801,'kill_cast_howlverb_sound',0), (9765,43802,'kill_cast_hrb_choral_snd',0), (9766,43803,'kill_cast_hrb_rune_snd',0), (9767,43804,'kill_cast_ice_laser_breath',0), (9768,43805,'kill_cast_kickcharge_sound',0), (9769,43806,'kill_cast_laser_aoe',0), (9770,43807,'kill_cast_lava_rocks',0), (9771,43808,'kill_cast_lense01',0), (9772,43809,'kill_cast_lense02',0), (9773,43810,'kill_cast_light_sound',0), (9774,43811,'kill_cast_mage_aggro_01',0), (9775,43812,'kill_cast_mage_aggro_02',0), (9776,43813,'kill_cast_mage_buff_01',0), (9777,43814,'kill_cast_mage_buff_02',0), (9778,43815,'kill_cast_mage_ddam_01',0), (9779,43816,'kill_cast_mage_ddam_02',0), (9780,43817,'kill_cast_mage_qa_01',0), (9781,43818,'kill_cast_mage_qa_02',0), (9782,43819,'kill_cast_mage_qa_03',0), (9783,43820,'kill_cast_mage_quickzap_01',0), (9784,43821,'kill_cast_mage_quickzap_02',0), (9785,43822,'kill_cast_mage_ready',0), (9786,43823,'kill_cast_mendhands_01',0), (9787,43824,'kill_cast_mendsparkleball_01',0), (9788,43825,'kill_cast_mendsparkleball_02',0), (9789,43826,'kill_cast_mendtrail_01',0), (9790,43827,'kill_cast_mendtrails_01',0), (9791,43828,'kill_cast_mendtwinkles_01',0), (9792,43829,'kill_cast_new_qa_part1',0), (9793,43830,'kill_cast_new_qa_part2',0), (9794,43831,'kill_cast_new_qa_part3',0), (9795,43832,'kill_cast_pdswipe_01_snd',0), (9796,43833,'kill_cast_pfx_magenuke_head',0), (9797,43834,'kill_cast_pillar_sound_01',0), (9798,43835,'kill_cast_pillar_sound_02',0), (9799,43836,'kill_cast_pillar_sound_03',0), (9800,43837,'kill_cast_pillar_sound_04',0), (9801,43838,'kill_cast_pillar_sound_05',0), (9802,43839,'kill_cast_pillars',0), (9803,43842,'kill_cast_priest_aggro_01',0), (9804,43843,'kill_cast_priest_aggro_02',0), (9805,43844,'kill_cast_priest_buff_01',0), (9806,43845,'kill_cast_priest_buff_02',0), (9807,43846,'kill_cast_priest_ddam_01',0), (9808,43847,'kill_cast_priest_ddam_02',0), (9809,43848,'kill_cast_priest_floating',0), (9810,43849,'kill_cast_quickhit_snd',0), (9811,43850,'kill_cast_ready',0), (9812,43851,'kill_cast_rune_sound_01',0), (9813,43852,'kill_cast_rune_sound_02',0), (9814,43853,'kill_cast_rune_sound_03',0), (9815,43854,'kill_cast_rune_sound_04',0), (9816,43855,'kill_cast_shield_grow',0), (9817,43856,'kill_cast_shortbreath',0), (9818,43857,'kill_cast_sneak_sound',0), (9819,43858,'kill_cast_spark_burst_righthand',0), (9820,43859,'kill_cast_sparklewave_01_snd',0), (9821,43860,'kill_cast_sparklewave_02_snd',0), (9822,43861,'kill_cast_sparklewave_03_snd',0), (9823,43862,'kill_cast_sparklewave_04_snd',0), (9824,43863,'kill_cast_sparklewave_05_snd',0), (9825,43864,'kill_cast_startlow_snd',0), (9826,43865,'kill_cast_startthunder_snd',0), (9827,43866,'kill_cast_steam_breath',0), (9828,43867,'kill_cast_summon_end',0), (9829,43868,'kill_cast_summon_loop',0), (9830,43869,'kill_cast_summon_start',0), (9831,43870,'kill_cast_swipe01_snd',0), (9832,43871,'kill_cast_swipe02_snd',0), (9833,43872,'kill_cast_target_det_01',0), (9834,43873,'kill_cast_target_det_02',0), (9835,43874,'kill_cast_target_det_03',0), (9836,43875,'kill_cast_target_detrimental_01',0), (9837,43876,'kill_cast_target_detrimental_02',0), (9838,43877,'kill_cast_targeted_benefical_end',0), (9839,43878,'kill_cast_targeted_benefical_loop',0), (9840,43879,'kill_cast_targeted_benefical_start',0), (9841,43880,'kill_cast_targeted_beneficial_end',0), (9842,43881,'kill_cast_targeted_beneficial_loop',0), (9843,43882,'kill_cast_targeted_beneficial_start',0), (9844,43883,'kill_cast_targeted_detrimental_end',0), (9845,43884,'kill_cast_targeted_detrimental_loop',0), (9846,43885,'kill_cast_targeted_detrimental_start',0), (9847,43886,'kill_cast_targeted_detrimental_start2',0), (9848,43887,'kill_cast_targeted_wand_end',0), (9849,43888,'kill_cast_targeted_wand_loop',0), (9850,43889,'kill_cast_targeted_wand_start',0), (9851,43890,'kill_cast_tarranax_breath',0), (9852,43891,'kill_cast_tarranax_breath_path',0), (9853,43892,'kill_cast_tarranax_breath_start',0), (9854,43893,'kill_cast_thunder_snd',0), (9855,43894,'kill_cast_trail_leftarm_bright',0), (9856,43895,'kill_cast_trail_rightarm_bright',0), (9857,43896,'kill_cast_undertone_snd',0), (9858,43897,'kill_cast_venekors_fire_breath',0), (9859,43898,'kill_cast_wildcharge_sound',0), (9860,43899,'kill_cast_wildswingwindsword_sound',0), (9861,43900,'kill_cast_wuoshi_choking_vines_aoe',0), (9862,43901,'kill_cast_wuoshi_fire_and_ice_aoe',0), (9863,43902,'kill_cast_wuoshi_tree_morph',0), (9864,43903,'kill_cast_zombie_scare',0), (9865,43904,'kill_cchains_resultchains_snd',0), (9866,43905,'kill_cchains_sing_snd',0), (9867,43906,'kill_cf_coins_bounce_background_snd',0), (9868,43907,'kill_cf_coins_bounce_bkgrnd_short_snd',0), (9869,43908,'kill_cf_coins_lots_snd',0), (9870,43909,'kill_cf_coins_many_snd',0), (9871,43910,'kill_cf_coinsfall_snd',0), (9872,43911,'kill_charge',0), (9873,43912,'kill_charge_burst_snd',0), (9874,43913,'kill_charge_rumble_snd',0), (9875,43914,'kill_charge_up',0), (9876,43915,'kill_charge_whoosh_snd',0), (9877,43916,'kill_charm_cast_snd',0), (9878,43917,'kill_charm_flutes_snd',0), (9879,43918,'kill_cheer',0), (9880,43919,'kill_chimney01',0), (9881,43920,'kill_chuckle',0), (9882,43921,'kill_ciseme_m',0), (9883,43922,'kill_cl_catglow_snd',0), (9884,43923,'kill_clear_target_tigger',0), (9885,43924,'kill_clear_target_trigger',0), (9886,43925,'kill_climbing',0), (9887,43926,'kill_climbing_chainmail_stone',0), (9888,43927,'kill_climbing_chainmail_wood',0), (9889,43928,'kill_climbing_enter_down',0), (9890,43929,'kill_climbing_exit_up',0), (9891,43930,'kill_climbing_idle01',0), (9892,43931,'kill_climbing_leather_stone',0), (9893,43932,'kill_climbing_leather_wood',0), (9894,43933,'kill_climbing_metal_stone',0), (9895,43934,'kill_climbing_metal_wood',0), (9896,43935,'kill_climbing_ouch',0), (9897,43936,'kill_closed',0), (9898,43937,'kill_cloud_group_sound',0), (9899,43938,'kill_cloud_sound',0), (9900,43939,'kill_cloud_sound_02',0), (9901,43940,'kill_cloud_widget',0), (9902,43941,'kill_cn_ringout_snd',0), (9903,43942,'kill_cn_strums_snd',0), (9904,43943,'kill_coals01',0), (9905,43944,'kill_coals_failure',0), (9906,43945,'kill_coals_fire_large',0), (9907,43946,'kill_coals_fire_small',0), (9908,43947,'kill_coins_and_jewels_pile',0), (9909,43948,'kill_coins_pile_copper',0), (9910,43949,'kill_coins_pile_gold',0), (9911,43950,'kill_coins_pile_silver',0), (9912,43951,'kill_cold_breath',0), (9913,43952,'kill_comabt_exit',0), (9914,43953,'kill_combat',0), (9915,43954,'kill_combat_backup',0), (9916,43955,'kill_combat_backup_run',0), (9917,43956,'kill_combat_enter',0), (9918,43957,'kill_combat_exit',0), (9919,43958,'kill_combat_fx',0), (9920,43959,'kill_combat_idle',0), (9921,43960,'kill_combat_idle01',0), (9922,43961,'kill_combat_idle1',0), (9923,43962,'kill_combat_idle_bark',0), (9924,43963,'kill_combat_idle_enter',0), (9925,43964,'kill_combat_idle_jump',0), (9926,43965,'kill_combat_idle_rhand',0), (9927,43966,'kill_combat_idle_snap',0), (9928,43967,'kill_combat_idle_sound01',0), (9929,43968,'kill_combat_idle_sound02',0), (9930,43969,'kill_combat_idleflap',0), (9931,43970,'kill_combat_ouch',0), (9932,43971,'kill_combat_ouch_sound',0), (9933,43972,'kill_combat_peace',0), (9934,43973,'kill_combat_run',0), (9935,43974,'kill_combat_strafe_left_run',0), (9936,43975,'kill_combat_strafe_right_run',0), (9937,43976,'kill_combat_tail',0), (9938,43977,'kill_combat_tail_cloak',0), (9939,43978,'kill_combat_turn_left',0), (9940,43979,'kill_combat_turn_right',0), (9941,43980,'kill_combat_walk',0), (9942,43981,'kill_complete',0), (9943,43982,'kill_confused',0), (9944,43988,'kill_converse',0), (9945,43989,'kill_converse_female01',0), (9946,43990,'kill_converse_female02',0), (9947,43991,'kill_converse_female03',0), (9948,43992,'kill_converse_female04',0), (9949,43993,'kill_converse_female05',0), (9950,43994,'kill_converse_female06',0), (9951,43995,'kill_converse_female07',0), (9952,43996,'kill_converse_female08',0), (9953,43997,'kill_converse_female09',0), (9954,43998,'kill_converse_female10',0), (9955,43999,'kill_converse_female11',0), (9956,44000,'kill_converse_female12',0), (9957,44001,'kill_converse_male01',0), (9958,44002,'kill_converse_male02',0), (9959,44003,'kill_converse_male03',0), (9960,44004,'kill_converse_male05',0), (9961,44005,'kill_converse_male06',0), (9962,44006,'kill_converse_male07',0), (9963,44007,'kill_converse_male08',0), (9964,44008,'kill_converse_male09',0), (9965,44009,'kill_converse_male10',0), (9966,44010,'kill_converse_male11',0), (9967,44011,'kill_cooking_failure',0), (9968,44012,'kill_cooking_idle',0), (9969,44013,'kill_cooking_success',0), (9970,44014,'kill_corpse',0), (9971,44015,'kill_cos_call_storm_snd',0), (9972,44016,'kill_cos_storm_space_snd',0), (9973,44017,'kill_cp_charge_snd',0), (9974,44018,'kill_cr_choral01_sound',0), (9975,44019,'kill_cr_choral02_sound',0), (9976,44020,'kill_cracks',0), (9977,44021,'kill_crash_enter',0), (9978,44022,'kill_crash_exit',0), (9979,44023,'kill_crazy',0), (9980,44024,'kill_cringe',0), (9981,44025,'kill_croak_01',0), (9982,44026,'kill_croak_02',0), (9983,44027,'kill_croak_03',0), (9984,44028,'kill_croak_04',0), (9985,44029,'kill_croak_05',0), (9986,44030,'kill_croak_06',0), (9987,44031,'kill_croak_07',0), (9988,44032,'kill_croak_08',0), (9989,44033,'kill_croak_09',0), (9990,44034,'kill_crouch_backup',0), (9991,44035,'kill_crouch_run',0), (9992,44036,'kill_crouch_strafe_left',0), (9993,44037,'kill_crouch_strafe_right',0), (9994,44038,'kill_crouch_tail',0), (9995,44039,'kill_crouch_tail_cloak',0), (9996,44040,'kill_crouch_turn_left',0), (9997,44041,'kill_crouch_turn_right',0), (9998,44042,'kill_crouch_walk',0), (9999,44043,'kill_cry',0), (10000,44044,'kill_cs_begin_snd',0), (10001,44045,'kill_cs_cast_lp_snd',0), (10002,44046,'kill_cs_disco_lp01_snd',0), (10003,44047,'kill_cs_end_snd',0), (10004,44048,'kill_cs_ice_crackle_01',0), (10005,44049,'kill_cs_iceburst_sound',0), (10006,44050,'kill_cs_icetones_01',0), (10007,44051,'kill_cs_icewind_sound',0), (10008,44052,'kill_cs_result_sound',0), (10009,44053,'kill_curse',0), (10010,44054,'kill_curtsey',0), (10011,44055,'kill_cutthroat',0), (10012,44056,'kill_cv_candle01_snd',0), (10013,44057,'kill_cv_candle02_snd',0), (10014,44058,'kill_cv_darkcandle_snd',0), (10015,44059,'kill_cv_drone_snd',0), (10016,44060,'kill_cv_handwave01_snd',0), (10017,44061,'kill_cv_handwave02_snd',0), (10018,44062,'kill_damage01',0), (10019,44063,'kill_damage02',0), (10020,44064,'kill_damage03',0), (10021,44065,'kill_damage_small',0), (10022,44066,'kill_dance',0), (10023,44067,'kill_dance01',0), (10024,44068,'kill_dark_smoke',0), (10025,44069,'kill_dark_smoke_up',0), (10026,44070,'kill_db_drone_sound',0), (10027,44071,'kill_db_electricend_sound',0), (10028,44072,'kill_db_swordstickdirt_sound',0), (10029,44073,'kill_dbb_dragonbreath_snd',0), (10030,44074,'kill_dbb_dragonbreathhiwav_snd',0), (10031,44075,'kill_dcs_scarab_lp_snd',0), (10032,44076,'kill_dcspid_spider_snd',0), (10033,44077,'kill_dead_dark_smoke',0), (10034,44078,'kill_dead_dark_smoke_head',0), (10035,44079,'kill_dead_enter_death02',0), (10036,44080,'kill_dead_enter_death03',0), (10037,44081,'kill_dead_enter_fall',0), (10038,44082,'kill_dead_enter_scream',0), (10039,44083,'kill_dead_enter_sound',0), (10040,44084,'kill_dead_entertiming_a',0), (10041,44085,'kill_dead_entertiming_b',0), (10042,44086,'kill_dead_entertiming_c',0), (10043,44087,'kill_dead_entertiming_c2',0), (10044,44088,'kill_dead_entertiming_c3',0), (10045,44089,'kill_dead_entertiming_d',0), (10046,44090,'kill_dead_entertiming_e',0), (10047,44091,'kill_dead_exit',0), (10048,44092,'kill_dead_fall',0), (10049,44093,'kill_dead_scream01',0), (10050,44094,'kill_dead_scream02',0), (10051,44095,'kill_dead_tail',0), (10052,44096,'kill_death_fall01',0), (10053,44097,'kill_death_fall02',0), (10054,44098,'kill_default',0), (10055,44099,'kill_defensive_buff',0), (10056,44100,'kill_definsive_buff',0), (10057,44101,'kill_descend_sound_01',0), (10058,44102,'kill_design_fear_gate_flash',0), (10059,44103,'kill_design_fireflies',0), (10060,44104,'kill_design_fireflies_evil',0), (10061,44105,'kill_design_hearts_all',0), (10062,44106,'kill_design_hearts_big_all',0), (10063,44107,'kill_design_hearts_big_blue',0), (10064,44108,'kill_design_hearts_big_purple',0), (10065,44109,'kill_design_hearts_big_red',0), (10066,44110,'kill_design_hearts_blue',0), (10067,44111,'kill_design_hearts_purple',0), (10068,44112,'kill_design_hearts_red',0), (10069,44113,'kill_design_hummingbirds',0), (10070,44114,'kill_design_portal_to_hell',0), (10071,44115,'kill_design_result_backdraft',0), (10072,44116,'kill_design_result_cyclone_sand',0), (10073,44117,'kill_design_result_cyclone_sand_ccw',0), (10074,44118,'kill_design_result_freeport_pit_fire_spurt',0), (10075,44119,'kill_design_result_fungusman_poked',0), (10076,44120,'kill_design_result_halloween_fog',0), (10077,44121,'kill_design_result_light_shafts',0), (10078,44122,'kill_design_result_sparkle_scan_up',0), (10079,44123,'kill_design_result_teleporter',0), (10080,44124,'kill_design_smoke_jet_brown',0), (10081,44125,'kill_design_smoke_jet_brown_int',0), (10082,44126,'kill_design_smoke_jet_gray',0), (10083,44127,'kill_design_smoke_jet_gray_int',0), (10084,44128,'kill_design_smoke_jet_white',0), (10085,44129,'kill_design_smoke_jet_white_int',0), (10086,44130,'kill_design_sound_blow',0), (10087,44131,'kill_design_sound_bubble',0), (10088,44132,'kill_design_sound_steam',0), (10089,44133,'kill_design_steamfont_bubbles_ripples',0), (10090,44134,'kill_design_steamfont_rainbow',0), (10091,44135,'kill_design_steamfont_slow_steam',0), (10092,44136,'kill_design_steamfont_steam_column',0), (10093,44137,'kill_design_steamfont_steam_tube_a',0), (10094,44138,'kill_design_steamfont_steam_tube_b',0), (10095,44139,'kill_design_steamfont_water_column',0), (10096,44140,'kill_design_teleport_spires',0), (10097,44141,'kill_design_trap_spear',0), (10098,44142,'kill_design_trap_weight',0), (10099,44143,'kill_design_vision_plane_druid_ring',0), (10100,44144,'kill_design_vortex_portal_blue',0), (10101,44145,'kill_design_vortex_portal_green',0), (10102,44146,'kill_design_vortex_portal_oval_blue',0), (10103,44147,'kill_destination',0), (10104,44148,'kill_destroy',0), (10105,44149,'kill_destroyed',0), (10106,44150,'kill_df_charge_sound',0), (10107,44151,'kill_df_hit_sound',0), (10108,44152,'kill_df_impact_sound',0), (10109,44153,'kill_df_vortex_sound',0), (10110,44154,'kill_dieyell',0), (10111,44155,'kill_dig',0), (10112,44156,'kill_dig_enter',0), (10113,44157,'kill_dig_exit',0), (10114,44158,'kill_dig_loop',0), (10115,44159,'kill_ding',0), (10116,44160,'kill_disarm_both',0), (10117,44161,'kill_disarm_left',0), (10118,44162,'kill_disarm_right',0), (10119,44163,'kill_disease',0), (10120,44164,'kill_dm_backgroundexplosions_snd',0), (10121,44165,'kill_dm_dragonform_snd',0), (10122,44166,'kill_dm_energyforce_snd',0), (10123,44167,'kill_dodge',0), (10124,44168,'kill_dodge01',0), (10125,44169,'kill_dodge02',0), (10126,44170,'kill_dodge03',0), (10127,44171,'kill_dodge1',0), (10128,44172,'kill_dodge2',0), (10129,44173,'kill_dodge3',0), (10130,44174,'kill_dodge_backhand',0), (10131,44175,'kill_dodge_down',0), (10132,44176,'kill_dodge_forehand',0), (10133,44177,'kill_dodge_thrust',0), (10134,44178,'kill_doh',0), (10135,44179,'kill_door_move',0), (10136,44180,'kill_door_slam',0), (10137,44181,'kill_doorcorner01',0), (10138,44182,'kill_doorcorner02',0), (10139,44183,'kill_doubletake',0), (10140,44184,'kill_dpsd_swordshatter.wav_snd',0), (10141,44185,'kill_dragon_e3demo',0), (10142,44186,'kill_draw_metal_weapon_snd',0), (10143,44187,'kill_draw_weapon_snd',0), (10144,44188,'kill_draw_weapon_trigger',0), (10145,44189,'kill_drinking_failure',0), (10146,44190,'kill_drinking_idle',0), (10147,44191,'kill_drinking_success',0), (10148,44192,'kill_drip01',0), (10149,44193,'kill_drip02',0), (10150,44194,'kill_dronewolf_sound',0), (10151,44195,'kill_drum_drone_snd',0), (10152,44196,'kill_drum_drum_snd',0), (10153,44197,'kill_ds_dragonspawn_sound',0), (10154,44198,'kill_ds_gashiss_snd',0), (10155,44201,'kill_dual_wield_attack_recoil',0), (10156,44202,'kill_dual_wield_attack_recoil01',0), (10157,44203,'kill_dual_wield_attack_recoil02',0), (10158,44204,'kill_dual_wield_attack_recoil03',0), (10159,44205,'kill_dual_wield_backup',0), (10160,44206,'kill_dual_wield_defensive_buff',0), (10161,44207,'kill_dual_wield_dodge_backhand',0), (10162,44208,'kill_dual_wield_dodge_down',0), (10163,44209,'kill_dual_wield_dodge_forehand',0), (10164,44210,'kill_dual_wield_dodge_thrust',0), (10165,44211,'kill_dual_wield_enter',0), (10166,44212,'kill_dual_wield_exit',0), (10167,44213,'kill_dual_wield_feint',0), (10168,44214,'kill_dual_wield_knockdowntoknees',0), (10169,44215,'kill_dual_wield_knockedtoback',0), (10170,44216,'kill_dual_wield_knockedtoback_getup',0), (10171,44217,'kill_dual_wield_offensive_buff',0), (10172,44218,'kill_dual_wield_ouch_backhand',0), (10173,44219,'kill_dual_wield_ouch_down',0), (10174,44220,'kill_dual_wield_ouch_forehand',0), (10175,44221,'kill_dual_wield_ouch_thrust',0), (10176,44222,'kill_dual_wield_parry_backhand',0), (10177,44223,'kill_dual_wield_parry_down',0), (10178,44224,'kill_dual_wield_parry_forehand',0), (10179,44225,'kill_dual_wield_parry_thrust',0), (10180,44226,'kill_dual_wield_strafe_left',0), (10181,44227,'kill_dual_wield_strafe_right',0), (10182,44228,'kill_dual_wield_super_buff',0), (10183,44229,'kill_dual_wield_taunt_combat_art',0), (10184,44230,'kill_dual_wield_walk',0), (10185,44231,'kill_duck',0), (10186,44232,'kill_duck_short',0), (10187,44233,'kill_dust_base',0), (10188,44234,'kill_dust_holster_center',0), (10189,44235,'kill_dust_holster_left',0), (10190,44236,'kill_dust_holster_right',0), (10191,44237,'kill_dust_leftfoot',0), (10192,44238,'kill_dust_lefttfoot',0), (10193,44239,'kill_dust_puff',0), (10194,44240,'kill_dust_rightfoot',0), (10195,44241,'kill_dust_righttfoot',0), (10196,44242,'kill_dw_snap_snd',0), (10197,44243,'kill_e',0), (10198,44244,'kill_eat',0), (10199,44245,'kill_ef_cast_chains_lp_snd',0), (10200,44246,'kill_ef_chains_snd',0), (10201,44247,'kill_elbow',0), (10202,44248,'kill_electric_shackles_softer_sound',0), (10203,44249,'kill_electric_shackles_sound',0), (10204,44250,'kill_end_snarl_sound',0), (10205,44251,'kill_endsplat',0), (10206,44252,'kill_enter',0), (10207,44253,'kill_es_flutecast_sound',0), (10208,44254,'kill_es_fluteresult_sound',0), (10209,44255,'kill_ew_castlp_snd',0), (10210,44256,'kill_explode01',0), (10211,44257,'kill_explode02',0), (10212,44258,'kill_explode03',0), (10213,44259,'kill_explode_big',0), (10214,44260,'kill_explosion',0), (10215,44261,'kill_eye_beam',0), (10216,44262,'kill_eye_beam_red_blue',0), (10217,44263,'kill_eyes',0), (10218,44264,'kill_f',0), (10219,44265,'kill_face_combat',0), (10220,44266,'kill_face_idle',0), (10221,44267,'kill_facial_frown',0), (10222,44268,'kill_facial_smile',0), (10223,44269,'kill_fae_dance_spark_sphere',0), (10224,44270,'kill_fae_silvani_transformation',0), (10225,44271,'kill_failure01',0), (10226,44272,'kill_failure02',0), (10227,44273,'kill_fall_enter',0), (10228,44274,'kill_fall_idle',0), (10229,44275,'kill_fall_moving',0), (10230,44276,'kill_fall_sequence',0), (10231,44277,'kill_fb_froggy01_snd',0), (10232,44278,'kill_fb_froggyform_snd',0), (10233,44279,'kill_fb_ice_explode_sound',0), (10234,44280,'kill_fbb_charge_snd',0), (10235,44281,'kill_fbb_crunches_snd',0), (10236,44282,'kill_fbb_explode_snd',0), (10237,44283,'kill_fbd_charge01_snd',0), (10238,44284,'kill_fbd_impact_snd',0), (10239,44285,'kill_fbd_precharge_snd',0), (10240,44286,'kill_fd_distort02_snd',0), (10241,44287,'kill_fd_distort_end_snd',0), (10242,44288,'kill_fd_distort_low_snd',0), (10243,44289,'kill_fd_distort_snd',0), (10244,44290,'kill_feint',0), (10245,44291,'kill_ff_explode_lp_snd',0), (10246,44292,'kill_ff_lasercloud_lp_snd',0), (10247,44293,'kill_fgdt_dust_snd',0), (10248,44294,'kill_fh_cast_sparkles_snd',0), (10249,44295,'kill_fh_end_body_fall_snd',0), (10250,44296,'kill_fh_flames_snd',0), (10251,44297,'kill_fh_hammer_appear_02_snd',0), (10252,44298,'kill_fh_hammer_appear_snd',0), (10253,44299,'kill_fh_hammer_impact_snd',0), (10254,44300,'kill_fh_hammer_whoosh_snd',0), (10255,44301,'kill_fire',0), (10256,44302,'kill_fire01',0), (10257,44303,'kill_fire02',0), (10258,44304,'kill_fire_breath',0), (10259,44305,'kill_fire_loop',0), (10260,44306,'kill_fireblast',0), (10261,44307,'kill_fishing_cast',0), (10262,44308,'kill_fishing_fight',0), (10263,44309,'kill_fishing_reel_in',0), (10264,44310,'kill_fizzle',0), (10265,44311,'kill_fkd_impact_sound',0), (10266,44312,'kill_fkd_kneebreak_sound',0), (10267,44313,'kill_fl_bckgrnd_snd',0), (10268,44314,'kill_fl_lash_snd',0), (10269,44315,'kill_fl_whiphit_snd',0), (10270,44316,'kill_flames_sound',0), (10271,44317,'kill_flash_blue',0), (10272,44318,'kill_flash_green',0), (10273,44319,'kill_flash_red',0), (10274,44320,'kill_flash_yellow',0), (10275,44321,'kill_flee',0), (10276,44322,'kill_flex',0), (10277,44323,'kill_flight_path',0), (10278,44324,'kill_flingpoo',0), (10279,44325,'kill_flirt',0), (10280,44326,'kill_flustered',0), (10281,44327,'kill_fly',0), (10282,44328,'kill_fly_attack',0), (10283,44329,'kill_fly_attack_bite',0), (10284,44330,'kill_fly_attack_breath',0), (10285,44331,'kill_fly_attack_breath_arc',0), (10286,44332,'kill_fly_dive',0), (10287,44333,'kill_fly_glide',0), (10288,44334,'kill_fly_glide2',0), (10289,44335,'kill_fly_idle',0), (10290,44336,'kill_fly_in',0), (10291,44337,'kill_fly_ouch',0), (10292,44338,'kill_fly_run',0), (10293,44339,'kill_fmba_breathattack_snd',0), (10294,44340,'kill_foostep_trigger',0), (10295,44341,'kill_foot_dust_left',0), (10296,44342,'kill_foot_dust_right',0), (10297,44343,'kill_foot_shake',0), (10298,44344,'kill_footste_trigger',0), (10299,44345,'kill_footstep',0), (10300,44346,'kill_footstep_chainmail_carpet',0), (10301,44347,'kill_footstep_chainmail_dirt',0), (10302,44348,'kill_footstep_chainmail_grass',0), (10303,44349,'kill_footstep_chainmail_gravel',0), (10304,44350,'kill_footstep_chainmail_ice',0), (10305,44351,'kill_footstep_chainmail_metal',0), (10306,44352,'kill_footstep_chainmail_mud',0), (10307,44353,'kill_footstep_chainmail_sand',0), (10308,44354,'kill_footstep_chainmail_snow',0), (10309,44355,'kill_footstep_chainmail_stone',0), (10310,44356,'kill_footstep_chainmail_water',0), (10311,44357,'kill_footstep_chainmail_wood',0), (10312,44358,'kill_footstep_leather_carpet',0), (10313,44359,'kill_footstep_leather_dirt',0), (10314,44360,'kill_footstep_leather_grass',0), (10315,44361,'kill_footstep_leather_gravel',0), (10316,44362,'kill_footstep_leather_ice',0), (10317,44363,'kill_footstep_leather_metal',0), (10318,44364,'kill_footstep_leather_mud',0), (10319,44365,'kill_footstep_leather_sand',0), (10320,44366,'kill_footstep_leather_snow',0), (10321,44367,'kill_footstep_leather_stone',0), (10322,44368,'kill_footstep_leather_water',0), (10323,44369,'kill_footstep_leather_wood',0), (10324,44370,'kill_footstep_metal_carpet',0), (10325,44371,'kill_footstep_metal_dirt',0), (10326,44372,'kill_footstep_metal_grass',0), (10327,44373,'kill_footstep_metal_gravel',0), (10328,44374,'kill_footstep_metal_ice',0), (10329,44375,'kill_footstep_metal_metal',0), (10330,44376,'kill_footstep_metal_mud',0), (10331,44377,'kill_footstep_metal_sand',0), (10332,44378,'kill_footstep_metal_snow',0), (10333,44379,'kill_footstep_metal_stone',0), (10334,44380,'kill_footstep_metal_water',0), (10335,44381,'kill_footstep_metal_wood',0), (10336,44382,'kill_footstep_trigger',0), (10337,44383,'kill_forest_flare',0), (10338,44384,'kill_forestry_chopping',0), (10339,44385,'kill_four_rings',0), (10340,44386,'kill_four_rings_fail',0), (10341,44387,'kill_frog_attack_01',0), (10342,44388,'kill_frog_hit',0), (10343,44389,'kill_frog_ouch',0), (10344,44390,'kill_frog_squish_01',0), (10345,44391,'kill_frog_squish_02',0), (10346,44392,'kill_frog_squish_03',0), (10347,44393,'kill_frog_tongue_01',0), (10348,44394,'kill_frog_tongueslime_01',0), (10349,44395,'kill_frog_whoosh_01',0), (10350,44396,'kill_frustrated',0), (10351,44397,'kill_fs_cast_flame_snd',0), (10352,44398,'kill_fs_endfire_snd',0), (10353,44399,'kill_fs_firefall_snd',0), (10354,44400,'kill_fs_whoosh_snd',0), (10355,44401,'kill_fullcurtsey',0), (10356,44402,'kill_fusion_bubbly_snd',0), (10357,44403,'kill_fusion_cast_snd',0), (10358,44404,'kill_gc_boneburs_snd',0), (10359,44405,'kill_gc_castcharge_snd',0), (10360,44406,'kill_gc_result_snd',0), (10361,44407,'kill_gc_screams_snd',0), (10362,44408,'kill_gem_glow',0), (10363,44409,'kill_gemsparkle',0), (10364,44410,'kill_gemsparkle_fail1',0), (10365,44411,'kill_gemsparkle_fail2',0), (10366,44412,'kill_gemsparkle_go',0), (10367,44413,'kill_ghost_carpet',0), (10368,44414,'kill_ghost_die',0), (10369,44415,'kill_ghost_loop',0), (10370,44416,'kill_giggle',0), (10371,44417,'kill_glare',0), (10372,44418,'kill_glide',0), (10373,44419,'kill_glow',0), (10374,44420,'kill_glow_top',0), (10375,44421,'kill_go',0), (10376,44422,'kill_go_down',0), (10377,44423,'kill_green_fire',0), (10378,44424,'kill_green_smoke',0), (10379,44425,'kill_griffin_idle',0), (10380,44426,'kill_griffin_run',0), (10381,44427,'kill_griffin_walk',0), (10382,44428,'kill_group_chargeswordglint_sound',0), (10383,44429,'kill_group_cloud_sound',0), (10384,44430,'kill_group_electricend_sound',0), (10385,44431,'kill_grumble',0), (10386,44432,'kill_gutcramp',0), (10387,44433,'kill_gw_chargeup_snd',0), (10388,44434,'kill_gw_grantwish_snd',0), (10389,44435,'kill_gw_impact_sound',0), (10390,44436,'kill_happy',0), (10391,44437,'kill_harpy_fire_snd',0), (10392,44438,'kill_harpy_spin_snd',0), (10393,44439,'kill_haste_sparkles_snd',0), (10394,44440,'kill_haste_swirl_snd',0), (10395,44441,'kill_haste_swords_snd',0), (10396,44442,'kill_head_tracking_off_trigger',0), (10397,44443,'kill_hearnoevil',0), (10398,44444,'kill_heartattack',0), (10399,44445,'kill_heat_shimmer',0), (10400,44446,'kill_heavydamage_enter',0), (10401,44447,'kill_heavydamage_idle',0), (10402,44448,'kill_heckno',0), (10403,44449,'kill_heelclick',0), (10404,44450,'kill_hello',0), (10405,44451,'kill_heroic_sound',0), (10406,44452,'kill_hide',0), (10407,44453,'kill_hide_melee_projectile_trigger',0), (10408,44454,'kill_hit_02',0), (10409,44455,'kill_hit_chainmail_snd',0), (10410,44456,'kill_hit_cloth_snd',0), (10411,44457,'kill_hit_leather_snd',0), (10412,44458,'kill_hit_metal_chainmail_snd',0), (10413,44459,'kill_hit_metal_cloth_snd',0), (10414,44460,'kill_hit_metal_leather_snd',0), (10415,44461,'kill_hit_metal_metal_snd',0), (10416,44462,'kill_hit_metal_skin_snd',0), (10417,44463,'kill_hit_metal_snd',0), (10418,44464,'kill_hit_shake',0), (10419,44465,'kill_hit_skin_chainmail_snd',0), (10420,44466,'kill_hit_skin_cloth_snd',0), (10421,44467,'kill_hit_skin_leather_snd',0), (10422,44468,'kill_hit_skin_metal_snd',0), (10423,44469,'kill_hit_skin_skin_snd',0), (10424,44470,'kill_hit_skin_snd',0), (10425,44471,'kill_hit_snd',0), (10426,44472,'kill_hit_target_tigger',0), (10427,44473,'kill_hit_target_trigger',0), (10428,44474,'kill_hit_wood_chainmail_snd',0), (10429,44475,'kill_hit_wood_cloth_snd',0), (10430,44476,'kill_hit_wood_leather_snd',0), (10431,44477,'kill_hit_wood_metal_snd',0), (10432,44478,'kill_hit_wood_skin_snd',0), (10433,44479,'kill_hitonhead_sound',0), (10434,44480,'kill_horse_fall',0), (10435,44481,'kill_horse_jump',0), (10436,44482,'kill_horse_land',0), (10437,44483,'kill_horse_run',0), (10438,44484,'kill_horse_tail',0), (10439,44485,'kill_horse_walk',0), (10440,44486,'kill_howl',0), (10441,44487,'kill_hr_ghost_gallop_snd',0), (10442,44488,'kill_hr_whiney_snd',0), (10443,44489,'kill_hrb_endruneblur_sound',0), (10444,44490,'kill_hro_heal_snd',0), (10445,44491,'kill_hro_runeorbit_snd',0), (10446,44492,'kill_hungry',0), (10447,44493,'kill_ic_fragments_snd',0), (10448,44494,'kill_ic_ice_bkgrnd_sound',0), (10449,44495,'kill_ic_ice_spike_sound',0), (10450,44496,'kill_idle03',0), (10451,44497,'kill_idle04',0), (10452,44498,'kill_idle_01',0), (10453,44499,'kill_idle_bark',0), (10454,44500,'kill_idle_break',0), (10455,44501,'kill_idle_e3',0), (10456,44502,'kill_idle_pant',0), (10457,44503,'kill_idle_sniff',0), (10458,44504,'kill_idle_snort',0), (10459,44505,'kill_idle_static',0), (10460,44506,'kill_idle_step',0), (10461,44507,'kill_idle_vocal',0), (10462,44508,'kill_idletiming_a',0), (10463,44509,'kill_idletiming_b',0), (10464,44510,'kill_idletiming_c',0), (10465,44511,'kill_idletiming_d',0), (10466,44512,'kill_idletiming_e',0), (10467,44513,'kill_idletiming_g',0), (10468,44514,'kill_idletiming_h',0), (10469,44515,'kill_idletiming_i',0), (10470,44516,'kill_ignite_weapon_sh',0), (10471,44517,'kill_ilt_tap_snd',0), (10472,44518,'kill_inhale',0), (10473,44520,'kill_int_cast_lp_snd',0), (10474,44521,'kill_int_cast_sparkles_lp',0), (10475,44522,'kill_int_float_sound',0), (10476,44523,'kill_int_intglow_sound',0), (10477,44524,'kill_itch',0), (10478,44525,'kill_jump',0), (10479,44526,'kill_jump_moving',0), (10480,44527,'kill_jump_substitute',0), (10481,44528,'kill_kettle01',0), (10482,44529,'kill_kick',0), (10483,44530,'kill_kiss',0), (10484,44531,'kill_knockdown_attack',0), (10485,44532,'kill_knockdowntoknees',0), (10486,44533,'kill_knockdowntokness',0), (10487,44534,'kill_knockdwontoknees',0), (10488,44535,'kill_knockedtoback',0), (10489,44536,'kill_knockedtoback_getup',0), (10490,44537,'kill_knockedtoback_onbackidle',0), (10491,44538,'kill_knockedtoknees',0), (10492,44539,'kill_knockedtokness',0), (10493,44540,'kill_knocktoknees',0), (10494,44541,'kill_l',0), (10495,44542,'kill_la_lion_roar_02_snd',0), (10496,44543,'kill_la_lion_roar_snd',0), (10497,44544,'kill_land',0), (10498,44545,'kill_land_thud',0), (10499,44546,'kill_landing',0), (10500,44547,'kill_launch_melee_projectile_trigger',0), (10501,44548,'kill_lb2_zap_snd',0), (10502,44549,'kill_lb_cloud_sound',0), (10503,44550,'kill_lb_volts_sound',0), (10504,44551,'kill_leatherworking_failure',0), (10505,44552,'kill_leatherworking_idle',0), (10506,44553,'kill_leatherworking_success',0), (10507,44554,'kill_left_hand_fist',0), (10508,44555,'kill_left_hand_relaxed',0), (10509,44556,'kill_level_up3d_sound',0), (10510,44557,'kill_light_torch',0), (10511,44558,'kill_lightdamage_enter',0), (10512,44559,'kill_lightdamage_idle',0), (10513,44560,'kill_lightning_spheres',0), (10514,44561,'kill_listen',0), (10515,44562,'kill_long_fall',0), (10516,44563,'kill_long_fall_moving',0), (10517,44564,'kill_lookaway',0), (10518,44565,'kill_lr_castlion_snd',0), (10519,44566,'kill_lr_growl_snd',0), (10520,44567,'kill_lt_suck2_snd',0), (10521,44568,'kill_lt_suck_snd',0), (10522,44569,'kill_lucan_lightning_bolt',0), (10523,44570,'kill_lvlup_achievment_snd',0), (10524,44571,'kill_m',0), (10525,44572,'kill_mc_castend_snd',0), (10526,44573,'kill_mc_castopen_snd',0), (10527,44574,'kill_mc_manna_channel_snd',0), (10528,44575,'kill_mc_resultwhip_snd',0), (10529,44576,'kill_mcp_shield',0), (10530,44577,'kill_mediumdamage_enter',0), (10531,44578,'kill_mediumdamage_idle',0), (10532,44579,'kill_metalworking_failure',0), (10533,44580,'kill_metalworking_idle',0), (10534,44581,'kill_metalworking_success',0), (10535,44582,'kill_miss_target_tigger',0), (10536,44583,'kill_miss_target_trigger',0), (10537,44584,'kill_molten_metal',0), (10538,44585,'kill_monk_attack_recoil',0), (10539,44586,'kill_monk_attack_recoil01',0), (10540,44587,'kill_monk_attack_recoil02',0), (10541,44588,'kill_monk_attack_recoil03',0), (10542,44589,'kill_monk_backup',0), (10543,44590,'kill_monk_charge_up',0), (10544,44591,'kill_monk_defensive_buff',0), (10545,44592,'kill_monk_dodge_forehand',0), (10546,44593,'kill_monk_dodge_thrust',0), (10547,44594,'kill_monk_enter',0), (10548,44595,'kill_monk_exit',0), (10549,44596,'kill_monk_feint',0), (10550,44597,'kill_monk_idle01',0), (10551,44598,'kill_monk_kick',0), (10552,44599,'kill_monk_kick_flying',0), (10553,44600,'kill_monk_kick_spin',0), (10554,44601,'kill_monk_knockdowntoknees',0), (10555,44602,'kill_monk_knockedtoback',0), (10556,44603,'kill_monk_knockedtoback_getup',0), (10557,44604,'kill_monk_offensive_buff',0), (10558,44605,'kill_monk_ouch_backhand',0), (10559,44606,'kill_monk_ouch_down',0), (10560,44607,'kill_monk_ouch_forehand',0), (10561,44608,'kill_monk_ouch_thrust',0), (10562,44609,'kill_monk_parry_backhand',0), (10563,44610,'kill_monk_parry_down',0), (10564,44611,'kill_monk_parry_forehand',0), (10565,44612,'kill_monk_parry_thrust',0), (10566,44613,'kill_monk_strafe_left',0), (10567,44614,'kill_monk_strafe_right',0), (10568,44615,'kill_monk_super_buff',0), (10569,44616,'kill_monk_taunt_combat_art',0), (10570,44617,'kill_monk_walk',0), (10571,44618,'kill_monk_whirling_attack',0), (10572,44619,'kill_mood_afraid',0), (10573,44620,'kill_mood_angry',0), (10574,44621,'kill_mood_combat',0), (10575,44622,'kill_mood_happy',0), (10576,44623,'kill_mood_idle',0), (10577,44624,'kill_mood_sad',0), (10578,44625,'kill_mood_tired',0), (10579,44626,'kill_moon',0), (10580,44627,'kill_mount',0), (10581,44628,'kill_mr_chomp',0), (10582,44629,'kill_mr_curl',0), (10583,44630,'kill_mr_death_yell',0), (10584,44631,'kill_mr_fall',0), (10585,44632,'kill_mr_growl',0), (10586,44633,'kill_mr_land',0), (10587,44634,'kill_mr_ouch_01',0), (10588,44635,'kill_mr_run_01',0), (10589,44636,'kill_myst_caststars_snd',0), (10590,44637,'kill_myst_caststarsresult_snd',0), (10591,44638,'kill_myst_stars_snd',0), (10592,44639,'kill_nb_burn_01_snd',0), (10593,44640,'kill_nb_burst_02_snd',0), (10594,44641,'kill_nb_burst_snd',0), (10595,44642,'kill_nb_castmagic_snd',0), (10596,44643,'kill_nb_handsparks_long_snd',0), (10597,44644,'kill_nb_handsparks_louder_snd',0), (10598,44645,'kill_nb_handsparks_snd',0), (10599,44646,'kill_nbgroup_castmagic_snd',0), (10600,44647,'kill_needle01',0), (10601,44648,'kill_neener',0), (10602,44649,'kill_no',0), (10603,44650,'kill_nod',0), (10604,44651,'kill_o',0), (10605,44652,'kill_off_combat',0), (10606,44653,'kill_off_enter',0), (10607,44654,'kill_off_exit',0), (10608,44655,'kill_off_idle',0), (10609,44656,'kill_off_peace',0), (10610,44657,'kill_off_sit',0), (10611,44658,'kill_offensive_buff',0), (10612,44659,'kill_one_ring',0), (10613,44660,'kill_one_ring_fail',0), (10614,44661,'kill_oov_bubbles_snd',0), (10615,44662,'kill_oov_effect_short_snd',0), (10616,44663,'kill_oov_effect_snd',0), (10617,44664,'kill_oov_heal_snd',0), (10618,44665,'kill_open',0), (10619,44666,'kill_open_coins_and_jewels',0), (10620,44667,'kill_open_coins_copper',0), (10621,44668,'kill_open_coins_gold',0), (10622,44669,'kill_open_coins_silver',0), (10623,44670,'kill_open_glow',0), (10624,44671,'kill_opened',0), (10625,44672,'kill_opened_coins_and_jewels',0), (10626,44673,'kill_opened_coins_copper',0), (10627,44674,'kill_opened_coins_gold',0), (10628,44675,'kill_opened_coins_silver',0), (10629,44676,'kill_opened_glow',0), (10630,44677,'kill_orate',0), (10631,44678,'kill_other_idle',0), (10632,44679,'kill_ouch',0), (10633,44680,'kill_ouch+forehand',0), (10634,44681,'kill_ouch01',0), (10635,44682,'kill_ouch01_01',0), (10636,44683,'kill_ouch02',0), (10637,44684,'kill_ouch02_01',0), (10638,44685,'kill_ouch03',0), (10639,44686,'kill_ouch03_01',0), (10640,44687,'kill_ouch04',0), (10641,44688,'kill_ouch_01',0), (10642,44689,'kill_ouch_backhand',0), (10643,44690,'kill_ouch_backhand_01',0), (10644,44691,'kill_ouch_bakchand',0), (10645,44692,'kill_ouch_big',0), (10646,44693,'kill_ouch_chips',0), (10647,44694,'kill_ouch_down',0), (10648,44695,'kill_ouch_down_01',0), (10649,44696,'kill_ouch_forehand',0), (10650,44697,'kill_ouch_forehand_01',0), (10651,44698,'kill_ouch_fx',0), (10652,44699,'kill_ouch_fx2',0), (10653,44700,'kill_ouch_headshake01',0), (10654,44701,'kill_ouch_medium',0), (10655,44702,'kill_ouch_medium_big',0), (10656,44703,'kill_ouch_oil_drip',0), (10657,44704,'kill_ouch_parts',0), (10658,44705,'kill_ouch_roar01',0), (10659,44706,'kill_ouch_scream',0), (10660,44707,'kill_ouch_small',0), (10661,44708,'kill_ouch_sound',0), (10662,44709,'kill_ouch_spurt_chest',0), (10663,44710,'kill_ouch_spurt_pelvis',0), (10664,44711,'kill_ouch_tail',0), (10665,44712,'kill_ouch_tail02',0), (10666,44713,'kill_ouch_thrust',0), (10667,44714,'kill_ouch_thrust_01',0), (10668,44715,'kill_ouchdown',0), (10669,44716,'kill_ouchtiming_a',0), (10670,44717,'kill_ouchtiming_b',0), (10671,44718,'kill_ouchtiming_c',0), (10672,44719,'kill_oven_door',0), (10673,44720,'kill_overhere',0), (10674,44721,'kill_parry',0), (10675,44722,'kill_parry01',0), (10676,44723,'kill_parry02',0), (10677,44724,'kill_parry03',0), (10678,44725,'kill_parry_metal_metal_snd',0), (10679,44726,'kill_parry_metal_skin_snd',0), (10680,44727,'kill_parry_metal_wood_snd',0), (10681,44728,'kill_parry_skin_metal_snd',0), (10682,44729,'kill_parry_skin_skin_snd',0), (10683,44730,'kill_parry_skin_wood_snd',0), (10684,44731,'kill_parry_snd',0), (10685,44732,'kill_parry_target_tigger',0), (10686,44733,'kill_parry_target_trigger',0), (10687,44734,'kill_parry_wood_metal_snd',0), (10688,44735,'kill_parry_wood_skin_snd',0), (10689,44736,'kill_parry_wood_wood_snd',0), (10690,44737,'kill_particle_mood_combat',0), (10691,44738,'kill_particle_mood_dead',0), (10692,44739,'kill_particle_mood_peace',0), (10693,44740,'kill_pbae_divine_snd',0), (10694,44741,'kill_peace_combat',0), (10695,44742,'kill_peace_fx',0), (10696,44743,'kill_peace_off',0), (10697,44744,'kill_peer',0), (10698,44745,'kill_pen01',0), (10699,44746,'kill_pf_endsplash_snd',0), (10700,44747,'kill_pf_pwrcast_snd',0), (10701,44748,'kill_pf_pwrrslt_snd',0), (10702,44749,'kill_pike_attack03',0), (10703,44750,'kill_pike_attack04',0), (10704,44751,'kill_pike_attack_recoil',0), (10705,44752,'kill_pike_attack_recoil01',0), (10706,44753,'kill_pike_attack_recoil02',0), (10707,44754,'kill_pike_attack_recoil03',0), (10708,44755,'kill_pike_backup',0), (10709,44756,'kill_pike_charge_up',0), (10710,44757,'kill_pike_death_blow',0), (10711,44758,'kill_pike_defensive_buff',0), (10712,44759,'kill_pike_dodge_backhand',0), (10713,44760,'kill_pike_dodge_down',0), (10714,44761,'kill_pike_dodge_forehand',0), (10715,44762,'kill_pike_dodge_thrust',0), (10716,44763,'kill_pike_enter',0), (10717,44764,'kill_pike_exit',0), (10718,44765,'kill_pike_feint',0), (10719,44766,'kill_pike_idle01',0), (10720,44767,'kill_pike_knockdowntoknees',0), (10721,44768,'kill_pike_knockedtoback',0), (10722,44769,'kill_pike_knockedtoback_getup',0), (10723,44770,'kill_pike_offensive_buff',0), (10724,44771,'kill_pike_ouch01_backhand',0), (10725,44772,'kill_pike_ouch02_down',0), (10726,44773,'kill_pike_ouch_backhand',0), (10727,44774,'kill_pike_ouch_down',0), (10728,44775,'kill_pike_ouch_forehand',0), (10729,44776,'kill_pike_ouch_thrust',0), (10730,44777,'kill_pike_parry_backhand',0), (10731,44778,'kill_pike_parry_down',0), (10732,44779,'kill_pike_parry_forehand',0), (10733,44780,'kill_pike_parry_thrust',0), (10734,44781,'kill_pike_strafe_left',0), (10735,44782,'kill_pike_strafe_right',0), (10736,44783,'kill_pike_super_buff',0), (10737,44784,'kill_pike_taunt',0), (10738,44785,'kill_pike_walk',0), (10739,44786,'kill_pl_lightning_01_snd',0), (10740,44787,'kill_pl_lightning_02_snd',0), (10741,44788,'kill_pl_lightning_03_snd',0), (10742,44789,'kill_pl_warp_01_snd',0), (10743,44790,'kill_planer',0), (10744,44791,'kill_plummet',0), (10745,44792,'kill_pn_castflute_sound',0), (10746,44793,'kill_pn_resultflute_sound',0), (10747,44794,'kill_pof_batdrone_snd',0), (10748,44795,'kill_pof_casttone_snd',0), (10749,44796,'kill_point',0), (10750,44797,'kill_point_right',0), (10751,44798,'kill_ponder',0), (10752,44799,'kill_pout',0), (10753,44800,'kill_pp_casthi_snd',0), (10754,44801,'kill_pp_stab_snd',0), (10755,44802,'kill_ps_caststream_snd',0), (10756,44803,'kill_ps_resultfx_snd',0), (10757,44804,'kill_pugilist_attack01',0), (10758,44805,'kill_pugilist_attack03',0), (10759,44806,'kill_pugilist_attack_recoil',0), (10760,44807,'kill_pugilist_attack_recoil01',0), (10761,44808,'kill_pugilist_attack_recoil02',0), (10762,44809,'kill_pugilist_attack_recoil03',0), (10763,44810,'kill_pugilist_backup',0), (10764,44811,'kill_pugilist_charge_up',0), (10765,44812,'kill_pugilist_defensive_buff',0), (10766,44813,'kill_pugilist_dodge',0), (10767,44814,'kill_pugilist_dodge01',0), (10768,44815,'kill_pugilist_dodge02',0), (10769,44816,'kill_pugilist_dodge_backhand',0), (10770,44817,'kill_pugilist_dodge_down',0), (10771,44818,'kill_pugilist_dodge_forehand',0), (10772,44819,'kill_pugilist_dodge_thrust',0), (10773,44820,'kill_pugilist_enter',0), (10774,44821,'kill_pugilist_exit',0), (10775,44822,'kill_pugilist_feint',0), (10776,44823,'kill_pugilist_knockdowntoknees',0), (10777,44824,'kill_pugilist_knockedtoback',0), (10778,44825,'kill_pugilist_knockedtoback_getup',0), (10779,44826,'kill_pugilist_offensive_buff',0), (10780,44827,'kill_pugilist_ouch',0), (10781,44828,'kill_pugilist_ouch01',0), (10782,44829,'kill_pugilist_ouch_backhand',0), (10783,44830,'kill_pugilist_ouch_down',0), (10784,44831,'kill_pugilist_ouch_forehand',0), (10785,44832,'kill_pugilist_ouch_thrust',0), (10786,44833,'kill_pugilist_parry',0), (10787,44834,'kill_pugilist_parry_backhand',0), (10788,44835,'kill_pugilist_parry_down',0), (10789,44836,'kill_pugilist_parry_forehand',0), (10790,44837,'kill_pugilist_parry_thrust',0), (10791,44838,'kill_pugilist_recoil',0), (10792,44839,'kill_pugilist_strafe_left',0), (10793,44840,'kill_pugilist_strafe_right',0), (10794,44841,'kill_pugilist_super_buff',0), (10795,44842,'kill_pugilist_taunt',0), (10796,44843,'kill_pugilist_walk',0), (10797,44844,'kill_pv_pet_victory_snd',0), (10798,44845,'kill_quality_down',0), (10799,44846,'kill_quality_up',0), (10800,44847,'kill_quest_complete',0), (10801,44848,'kill_rain',0), (10802,44849,'kill_raisehand',0), (10803,44850,'kill_rays',0), (10804,44851,'kill_rb_p2pcast_snd',0), (10805,44852,'kill_rb_p2pstream_snd',0), (10806,44853,'kill_rc_leaves_01_snd',0), (10807,44854,'kill_rc_roots_grow_01_snd',0), (10808,44855,'kill_rct_endblast_sound',0), (10809,44856,'kill_rct_endtones_sound',0), (10810,44857,'kill_rebirth_sound_01',0), (10811,44858,'kill_red_nose',0), (10812,44859,'kill_resilt_end_sound',0), (10813,44860,'kill_rest',0), (10814,44861,'kill_result_bladebarrier',0), (10815,44862,'kill_result_camera_shake2_snd',0), (10816,44863,'kill_result_camera_shake_snd',0), (10817,44864,'kill_result_chain_lightning_p2p',0), (10818,44865,'kill_result_charge1_sh',0), (10819,44866,'kill_result_charge_sh',0), (10820,44867,'kill_result_copter_flamethrower',0), (10821,44868,'kill_result_dawn_rising',0), (10822,44869,'kill_result_dragon_fire_spiral',0), (10823,44870,'kill_result_dragon_shield_fire',0), (10824,44871,'kill_result_dragon_shield_lightning',0), (10825,44872,'kill_result_dragon_shield_lightning_02a',0), (10826,44873,'kill_result_dragon_shield_lightning_02b',0), (10827,44874,'kill_result_dragon_shield_lightning_02c',0), (10828,44875,'kill_result_dust_blast_heavy',0), (10829,44876,'kill_result_feather_explosion',0), (10830,44877,'kill_result_flash_dragon',0), (10831,44878,'kill_result_fog',0), (10832,44879,'kill_result_fog_low',0), (10833,44880,'kill_result_fog_low_small',0), (10834,44881,'kill_result_fog_poison',0), (10835,44882,'kill_result_fog_poison_4x10',0), (10836,44883,'kill_result_fog_poison_low',0), (10837,44884,'kill_result_fog_poison_low_small',0), (10838,44885,'kill_result_fog_poison_small',0), (10839,44886,'kill_result_fog_small',0), (10840,44887,'kill_result_forced_shader_dark_dragon',0), (10841,44888,'kill_result_forced_shader_electric_dragon',0), (10842,44889,'kill_result_forced_shader_fire_dragon',0), (10843,44890,'kill_result_forced_shader_ice_dragon',0), (10844,44891,'kill_result_froglok_bauble',0), (10845,44892,'kill_result_glint2_sh',0), (10846,44893,'kill_result_knighthood_bauble',0), (10847,44894,'kill_result_lightning_bolt1_snd',0), (10848,44895,'kill_result_mend_synth_sound',0), (10849,44896,'kill_result_protection_of_twilight',0), (10850,44897,'kill_result_recharging_station_effect',0), (10851,44898,'kill_result_rune_awakened',0), (10852,44899,'kill_result_sparkles_clinging_dragon',0), (10853,44900,'kill_result_sparkles_clinging_soft_dragon',0), (10854,44901,'kill_result_sun_sphere',0), (10855,44902,'kill_result_twinkle_01',0), (10856,44903,'kill_result_weakness_disk_blue',0), (10857,44904,'kill_result_weakness_disk_green',0), (10858,44905,'kill_result_weakness_disk_purple',0), (10859,44906,'kill_result_weakness_disk_red',0), (10860,44907,'kill_result_weakness_disk_yellow',0), (10861,44908,'kill_result_windrazor',0), (10862,44909,'kill_result_wood_chips',0), (10863,44910,'kill_resurrect',0), (10864,44911,'kill_right_hand_fist',0), (10865,44912,'kill_right_hand_relaxed',0), (10866,44913,'kill_righthand_impact',0), (10867,44914,'kill_ring_glints',0), (10868,44915,'kill_ring_glints2',0), (10869,44916,'kill_ring_glints_idle',0), (10870,44917,'kill_rofl',0), (10871,44918,'kill_royalwave',0), (10872,44919,'kill_rt_drone_snd',0), (10873,44920,'kill_rt_tune_snd',0), (10874,44921,'kill_rude',0), (10875,44923,'kill_runes',0), (10876,44924,'kill_sa_bones_sound',0), (10877,44925,'kill_sa_flash01_snd',0), (10878,44926,'kill_sa_flash02_snd',0), (10879,44927,'kill_sa_flash03_snd',0), (10880,44928,'kill_sa_rattle_01_snd',0), (10881,44929,'kill_sa_skelattack_snd',0), (10882,44930,'kill_sa_skeldance_snd',0), (10883,44931,'kill_sa_snakespawn_snd',0), (10884,44932,'kill_sa_spiritappear_snd',0), (10885,44933,'kill_sa_strike_snd',0), (10886,44934,'kill_sad',0), (10887,44935,'kill_salute',0), (10888,44936,'kill_salute_freeport',0), (10889,44937,'kill_sanc_castlp_snd',0), (10890,44938,'kill_sanc_pulse_01_sound',0), (10891,44939,'kill_sanc_pulse_02_sound',0), (10892,44940,'kill_sarcasm',0), (10893,44941,'kill_saw01',0), (10894,44942,'kill_saw02',0), (10895,44943,'kill_saw_sparks_front',0), (10896,44944,'kill_saw_sparks_inside',0), (10897,44945,'kill_saw_sparks_outside',0), (10898,44946,'kill_sb_skelcast_sound',0), (10899,44947,'kill_sb_skeleton_sound',0), (10900,44948,'kill_sc_impact_snd',0), (10901,44949,'kill_sc_swipe_snd',0), (10902,44950,'kill_scheme',0), (10903,44951,'kill_scims_scimitar_snd',0), (10904,44952,'kill_scims_swordswipe_snd',0), (10905,44953,'kill_scims_whoosh_snd',0), (10906,44954,'kill_scissors01',0), (10907,44955,'kill_scold',0), (10908,44956,'kill_scorp_crunches_snd',0), (10909,44957,'kill_scorpa_scorpform_snd',0), (10910,44958,'kill_scorpa_scream01_snd',0), (10911,44959,'kill_scratch',0), (10912,44960,'kill_scream',0), (10913,44961,'kill_scribing_idle',0), (10914,44962,'kill_scruntch',0), (10915,44963,'kill_sd_drumming_lp_snd',0), (10916,44964,'kill_sd_soulcast_sound',0), (10917,44965,'kill_sd_soulsuck_sound',0), (10918,44967,'kill_sd_spiritflash_snd',0), (10919,44968,'kill_sd_spiritflashsoft_snd',0), (10920,44969,'kill_section01',0), (10921,44970,'kill_section02',0), (10922,44971,'kill_section03',0), (10923,44972,'kill_seenoevil',0), (10924,44973,'kill_sf_bladering_snd',0), (10925,44974,'kill_sf_flute_lp_snd',0), (10926,44975,'kill_sgwp_bark_snd',0), (10927,44976,'kill_shaft01',0), (10928,44977,'kill_shaft02',0), (10929,44978,'kill_shake',0), (10930,44979,'kill_shake1',0), (10931,44980,'kill_shake2',0), (10932,44981,'kill_shake3',0), (10933,44982,'kill_shakefist',0), (10934,44983,'kill_shakeit',0), (10935,44984,'kill_shame',0), (10936,44985,'kill_shark_attack01',0), (10937,44986,'kill_shark_bite01',0), (10938,44987,'kill_shark_bite02',0), (10939,44988,'kill_shark_cry',0), (10940,44989,'kill_shark_die',0), (10941,44990,'kill_shark_ouch',0), (10942,44991,'kill_shark_runtail',0), (10943,44992,'kill_shark_runtail02',0), (10944,44993,'kill_shark_tail',0), (10945,44994,'kill_sheathe_metal_weapon_snd',0), (10946,44995,'kill_sheathe_weapon_snd',0), (10947,44996,'kill_sheathe_weapon_trigger',0), (10948,44997,'kill_shield_block_backhand',0), (10949,44998,'kill_shield_block_down',0), (10950,44999,'kill_shield_block_forehand',0), (10951,45000,'kill_shield_block_thrust',0), (10952,45001,'kill_shield_shove',0), (10953,45002,'kill_shield_sound',0), (10954,45003,'kill_shimmy',0), (10955,45004,'kill_shiver',0), (10956,45005,'kill_show_bridge',0), (10957,45006,'kill_show_melee_projectile_trigger',0), (10958,45007,'kill_shrink_sound',0), (10959,45008,'kill_shrug',0), (10960,45009,'kill_shuttle01',0), (10961,45010,'kill_sick',0), (10962,45011,'kill_side_smoke01',0), (10963,45012,'kill_sig_bursting_snd',0), (10964,45013,'kill_sig_rattler_snd',0), (10965,45014,'kill_sigh',0), (10966,45015,'kill_sit_combat',0), (10967,45016,'kill_sit_idle01',0), (10968,45017,'kill_sit_idle02',0), (10969,45018,'kill_sit_off',0), (10970,45019,'kill_sit_peace',0), (10971,45020,'kill_sit_tail',0), (10972,45021,'kill_sit_tail_cloak',0), (10973,45022,'kill_sl_lute_lp_snd',0), (10974,45023,'kill_slt_castfire_snd',0), (10975,45024,'kill_slt_resultvortex_snd',0), (10976,45025,'kill_slt_splode_snd',0), (10977,45026,'kill_slugattack_01',0), (10978,45027,'kill_slugdie_hit_01',0), (10979,45028,'kill_slugdie_hit_02',0), (10980,45029,'kill_slugdie_hit_03',0), (10981,45030,'kill_slugpulse_01',0), (10982,45031,'kill_slugpulse_02',0), (10983,45032,'kill_slugpulse_03',0), (10984,45033,'kill_slugpulse_04',0), (10985,45034,'kill_slugpulser_01',0), (10986,45035,'kill_slugrun_01',0), (10987,45036,'kill_slugrun_02',0), (10988,45037,'kill_slugrunpulse_01',0), (10989,45038,'kill_slugrunpulse_02',0), (10990,45039,'kill_slugsplat_01',0), (10991,45040,'kill_slugsplat_02',0), (10992,45041,'kill_slugsway_01',0), (10993,45042,'kill_slugsway_02',0), (10994,45043,'kill_slugtongue',0), (10995,45044,'kill_slugtongueimpact_01',0), (10996,45045,'kill_slugwalk_01',0), (10997,45046,'kill_slugwalk_02',0), (10998,45047,'kill_slugwalkpulse_01',0), (10999,45048,'kill_slugwalkpulse_02',0), (11000,45049,'kill_slugyell_01',0), (11001,45050,'kill_small_saw',0), (11002,45051,'kill_smash',0), (11003,45052,'kill_smashed',0), (11004,45053,'kill_smile',0), (11005,45054,'kill_smirk',0), (11006,45055,'kill_smite_cast_lp_snd',0), (11007,45056,'kill_smoke',0), (11008,45057,'kill_smoke_breath',0), (11009,45058,'kill_smoke_dark_chimney',0), (11010,45059,'kill_smoke_dark_coals',0), (11011,45060,'kill_smoke_dark_ground',0), (11012,45061,'kill_smoke_dark_up',0), (11013,45062,'kill_smoke_flash',0), (11014,45063,'kill_smoke_ring',0), (11015,45064,'kill_smoke_sparks',0), (11016,45065,'kill_snd_boom',0), (11017,45066,'kill_snd_confrontfear_fade',0), (11018,45067,'kill_snd_confrontfear_skull',0), (11019,45068,'kill_snd_fall_damage',0), (11020,45069,'kill_snd_fire_whoosh',0), (11021,45070,'kill_snd_fireworks_boom',0), (11022,45071,'kill_snd_frontload_acid',0), (11023,45072,'kill_snd_keg_appear',0), (11024,45073,'kill_snd_keg_gulp',0), (11025,45074,'kill_snd_keg_pour',0), (11026,45075,'kill_snd_keg_whoosh',0), (11027,45076,'kill_snd_keg_yum',0), (11028,45077,'kill_snd_lifeburn_castabsorb',0), (11029,45078,'kill_snd_lifeburn_castbase',0), (11030,45079,'kill_snd_lifeburn_resultblast',0), (11031,45080,'kill_snd_mayong_boen_blanket',0), (11032,45081,'kill_snd_mayong_boen_result',0), (11033,45082,'kill_snd_pumpkin_flaming',0), (11034,45083,'kill_snd_slide_cast',0), (11035,45084,'kill_snd_slide_result',0), (11036,45085,'kill_snd_snowball_impact',0), (11037,45086,'kill_snd_spirit_elephant_vocal',0), (11038,45087,'kill_snd_teleport_druidring_flash',0), (11039,45088,'kill_snd_teleport_druidring_loop',0), (11040,45089,'kill_snd_wuoshi_choking_vines',0), (11041,45090,'kill_snd_wuoshi_tree_enter',0), (11042,45091,'kill_snd_wuoshi_tree_exit',0), (11043,45092,'kill_snd_wuoshi_tree_loop',0), (11044,45093,'kill_sneer',0), (11045,45094,'kill_sneeze',0), (11046,45095,'kill_sneeze_smoke',0), (11047,45096,'kill_snicker',0), (11048,45097,'kill_sniff',0), (11049,45098,'kill_snort',0), (11050,45099,'kill_soaf_burn_sound',0), (11051,45100,'kill_soaf_castcharge02_sound',0), (11052,45101,'kill_soaf_castcharge_sound',0), (11053,45102,'kill_soaf_flamearrow_sound',0), (11054,45103,'kill_soc_clayskinfall_lp_sound',0), (11055,45104,'kill_soc_clayskinform_sound',0), (11056,45105,'kill_sod_flameup_sound',0), (11057,45106,'kill_sod_whoosh01_sound',0), (11058,45107,'kill_som_cast_lp_snd',0), (11059,45108,'kill_sotb_batsqueak2_sound',0), (11060,45109,'kill_sotb_batsqueak_sound',0), (11061,45110,'kill_sound_angry',0), (11062,45111,'kill_sound_angry01',0), (11063,45112,'kill_sound_angry02',0), (11064,45113,'kill_sound_anvilhit',0), (11065,45114,'kill_sound_aoeflame',0), (11066,45115,'kill_sound_artifact_bury',0), (11067,45116,'kill_sound_artifact_emerge',0), (11068,45117,'kill_sound_atkhit',0), (11069,45118,'kill_sound_atkland',0), (11070,45119,'kill_sound_atkslide',0), (11071,45120,'kill_sound_atkvocal',0), (11072,45121,'kill_sound_attachwhirl',0), (11073,45122,'kill_sound_attack',0), (11074,45123,'kill_sound_attack01',0), (11075,45124,'kill_sound_attack02',0), (11076,45125,'kill_sound_attack1_vocal',0), (11077,45126,'kill_sound_attack2_vocal',0), (11078,45127,'kill_sound_attack2rock',0), (11079,45128,'kill_sound_attack2slam',0), (11080,45129,'kill_sound_attack_hit',0), (11081,45130,'kill_sound_attacka',0), (11082,45131,'kill_sound_attackarm',0), (11083,45132,'kill_sound_attackb',0), (11084,45133,'kill_sound_attackback',0), (11085,45134,'kill_sound_attackbase',0), (11086,45135,'kill_sound_attackbend',0), (11087,45136,'kill_sound_attackbite',0), (11088,45137,'kill_sound_attackbitein',0), (11089,45138,'kill_sound_attackbiterip',0), (11090,45139,'kill_sound_attackblade',0), (11091,45140,'kill_sound_attackbreath',0), (11092,45141,'kill_sound_attackbreath01',0), (11093,45142,'kill_sound_attackbreath02',0), (11094,45143,'kill_sound_attackbreath02_inhale',0), (11095,45144,'kill_sound_attackbreath1',0), (11096,45145,'kill_sound_attackbreath2',0), (11097,45146,'kill_sound_attackbreath_long',0), (11098,45147,'kill_sound_attackbreath_short',0), (11099,45148,'kill_sound_attackbreathe',0), (11100,45149,'kill_sound_attackbreathefire',0), (11101,45150,'kill_sound_attackbreathfire',0), (11102,45151,'kill_sound_attackbreathfire_long',0), (11103,45152,'kill_sound_attackbreathfire_short',0), (11104,45153,'kill_sound_attackcast',0), (11105,45154,'kill_sound_attackchain',0), (11106,45155,'kill_sound_attackchime',0), (11107,45156,'kill_sound_attackchomp',0), (11108,45157,'kill_sound_attackclaw',0), (11109,45158,'kill_sound_attackclaw_vocal',0), (11110,45159,'kill_sound_attackcreak',0), (11111,45160,'kill_sound_attackcrunch01',0), (11112,45161,'kill_sound_attackcrunch02',0), (11113,45162,'kill_sound_attacke3_vocal',0), (11114,45163,'kill_sound_attackfire',0), (11115,45164,'kill_sound_attackfistwater',0), (11116,45165,'kill_sound_attackflame',0), (11117,45166,'kill_sound_attackflap',0), (11118,45167,'kill_sound_attackflutter',0), (11119,45168,'kill_sound_attackfoot',0), (11120,45169,'kill_sound_attackgear',0), (11121,45170,'kill_sound_attackgrowl',0), (11122,45171,'kill_sound_attackheadram_swoosh',0), (11123,45172,'kill_sound_attackhit',0), (11124,45173,'kill_sound_attackinhale',0), (11125,45174,'kill_sound_attackjaw',0), (11126,45175,'kill_sound_attackkick',0), (11127,45176,'kill_sound_attackleaves',0), (11128,45177,'kill_sound_attackliddown',0), (11129,45178,'kill_sound_attacklidup',0), (11130,45179,'kill_sound_attacklong',0), (11131,45180,'kill_sound_attackmetal',0), (11132,45181,'kill_sound_attackpage',0), (11133,45182,'kill_sound_attackram',0), (11134,45183,'kill_sound_attackrock',0), (11135,45184,'kill_sound_attackrockinhale',0), (11136,45185,'kill_sound_attackrun',0), (11137,45186,'kill_sound_attacksaw',0), (11138,45187,'kill_sound_attacksbreathin',0), (11139,45188,'kill_sound_attackscream',0), (11140,45189,'kill_sound_attackshort',0), (11141,45190,'kill_sound_attackslam',0), (11142,45191,'kill_sound_attacksnap',0), (11143,45192,'kill_sound_attacksnort',0), (11144,45193,'kill_sound_attackspecial',0), (11145,45194,'kill_sound_attacksquish',0), (11146,45195,'kill_sound_attackstab',0), (11147,45196,'kill_sound_attacksting',0), (11148,45197,'kill_sound_attackstomp',0), (11149,45198,'kill_sound_attackswing',0), (11150,45199,'kill_sound_attackswoosh',0), (11151,45200,'kill_sound_attackswordwater01',0), (11152,45201,'kill_sound_attackswordwater02',0), (11153,45202,'kill_sound_attacktail',0), (11154,45203,'kill_sound_attacktailvocal',0), (11155,45204,'kill_sound_attacktailwhip',0), (11156,45205,'kill_sound_attacktongue',0), (11157,45206,'kill_sound_attackvocal',0), (11158,45207,'kill_sound_attackvocal01',0), (11159,45208,'kill_sound_attackvocal02',0), (11160,45209,'kill_sound_attackvocal2',0), (11161,45210,'kill_sound_attackvocal_long',0), (11162,45211,'kill_sound_attackwater',0), (11163,45212,'kill_sound_attackwhip',0), (11164,45213,'kill_sound_attackwhirl',0), (11165,45214,'kill_sound_attackwhirlblade',0), (11166,45215,'kill_sound_attackwhoosh',0), (11167,45216,'kill_sound_attackwild',0), (11168,45217,'kill_sound_attackwind',0), (11169,45218,'kill_sound_attackwindflap',0), (11170,45219,'kill_sound_attackwindup',0), (11171,45220,'kill_sound_attackwing',0), (11172,45221,'kill_sound_attackwing_land',0), (11173,45222,'kill_sound_attackwingbreath',0), (11174,45223,'kill_sound_attackwingflap',0), (11175,45224,'kill_sound_attackyell',0), (11176,45225,'kill_sound_battlecry',0), (11177,45226,'kill_sound_battlecry01',0), (11178,45227,'kill_sound_beg',0), (11179,45228,'kill_sound_bell',0), (11180,45229,'kill_sound_bite',0), (11181,45230,'kill_sound_bite_rip',0), (11182,45231,'kill_sound_bitetear',0), (11183,45232,'kill_sound_bitevocal',0), (11184,45233,'kill_sound_blech',0), (11185,45234,'kill_sound_blink',0), (11186,45235,'kill_sound_boggle',0), (11187,45236,'kill_sound_boltdamage',0), (11188,45237,'kill_sound_bonehit',0), (11189,45238,'kill_sound_boom',0), (11190,45239,'kill_sound_bowpull',0), (11191,45240,'kill_sound_bowrelease',0), (11192,45241,'kill_sound_breath',0), (11193,45242,'kill_sound_breath_a',0), (11194,45243,'kill_sound_breath_b',0), (11195,45244,'kill_sound_breathfire',0), (11196,45245,'kill_sound_breathinhale',0), (11197,45246,'kill_sound_breathvocal',0), (11198,45247,'kill_sound_bridge',0), (11199,45248,'kill_sound_buff',0), (11200,45249,'kill_sound_buffdefensive',0), (11201,45250,'kill_sound_buffinhale',0), (11202,45251,'kill_sound_buffoffensive',0), (11203,45252,'kill_sound_buffspin001',0), (11204,45253,'kill_sound_burp',0), (11205,45254,'kill_sound_casgrowl',0), (11206,45255,'kill_sound_cast',0), (11207,45256,'kill_sound_cast_shortbreath_open',0), (11208,45257,'kill_sound_castend',0), (11209,45258,'kill_sound_castgears',0), (11210,45259,'kill_sound_castgrowl',0), (11211,45260,'kill_sound_casthowl',0), (11212,45261,'kill_sound_castinhalegears',0), (11213,45262,'kill_sound_castlong_breath',0), (11214,45263,'kill_sound_castlong_inhale',0), (11215,45264,'kill_sound_castlong_open',0), (11216,45265,'kill_sound_castroar',0), (11217,45266,'kill_sound_castshort_breath',0), (11218,45267,'kill_sound_caststart',0), (11219,45268,'kill_sound_castvocal',0), (11220,45269,'kill_sound_chesthit',0), (11221,45270,'kill_sound_chesthitdouble',0), (11222,45271,'kill_sound_chew',0), (11223,45272,'kill_sound_clap',0), (11224,45273,'kill_sound_claw',0), (11225,45274,'kill_sound_clawhit',0), (11226,45275,'kill_sound_clawwalk',0), (11227,45276,'kill_sound_clop',0), (11228,45277,'kill_sound_clop_left',0), (11229,45278,'kill_sound_clop_right',0), (11230,45279,'kill_sound_combatart',0), (11231,45280,'kill_sound_combatbreath',0), (11232,45281,'kill_sound_combatbreathe',0), (11233,45282,'kill_sound_combatchew',0), (11234,45283,'kill_sound_combatcrunch',0), (11235,45284,'kill_sound_combatenter',0), (11236,45285,'kill_sound_combatenter001',0), (11237,45286,'kill_sound_combatenter002',0), (11238,45287,'kill_sound_combatentergrowl',0), (11239,45288,'kill_sound_combatenterrock01',0), (11240,45289,'kill_sound_combatenterrock02',0), (11241,45290,'kill_sound_combatenterrock03',0), (11242,45291,'kill_sound_combatentervocal01',0), (11243,45292,'kill_sound_combatentervocal02',0), (11244,45293,'kill_sound_combatenterwing',0), (11245,45294,'kill_sound_combatenterwingfire',0), (11246,45295,'kill_sound_combatexit',0), (11247,45296,'kill_sound_combatflap',0), (11248,45297,'kill_sound_combatflapup',0), (11249,45298,'kill_sound_combatgrowl',0), (11250,45299,'kill_sound_combatidle',0), (11251,45300,'kill_sound_combatpage',0), (11252,45301,'kill_sound_combatpaw',0), (11253,45302,'kill_sound_combatsnort',0), (11254,45303,'kill_sound_combatwing',0), (11255,45304,'kill_sound_creak',0), (11256,45305,'kill_sound_crunch',0), (11257,45306,'kill_sound_curl',0), (11258,45307,'kill_sound_cutthroat',0), (11259,45308,'kill_sound_damage',0), (11260,45309,'kill_sound_damage02',0), (11261,45310,'kill_sound_damage03',0), (11262,45311,'kill_sound_damageblade',0), (11263,45312,'kill_sound_damagebolts',0), (11264,45313,'kill_sound_damagebone',0), (11265,45314,'kill_sound_damagecrunch',0), (11266,45315,'kill_sound_damageflutter',0), (11267,45316,'kill_sound_damagehit',0), (11268,45317,'kill_sound_damagerock',0), (11269,45318,'kill_sound_damageshell',0), (11270,45319,'kill_sound_damagetwang',0), (11271,45320,'kill_sound_damagevocal',0), (11272,45321,'kill_sound_dead',0), (11273,45322,'kill_sound_dead01',0), (11274,45323,'kill_sound_dead02',0), (11275,45324,'kill_sound_dead03',0), (11276,45325,'kill_sound_dead_enter',0), (11277,45326,'kill_sound_deadball',0), (11278,45327,'kill_sound_deadballfall',0), (11279,45328,'kill_sound_deadbell',0), (11280,45329,'kill_sound_deadblade',0), (11281,45330,'kill_sound_deadboom',0), (11282,45331,'kill_sound_deadbreathe',0), (11283,45332,'kill_sound_deadbubble',0), (11284,45333,'kill_sound_deadbuzz01',0), (11285,45334,'kill_sound_deadbuzz02',0), (11286,45335,'kill_sound_deadbuzz03',0), (11287,45336,'kill_sound_deadbuzz04',0), (11288,45337,'kill_sound_deadclose',0), (11289,45338,'kill_sound_deadcreak',0), (11290,45339,'kill_sound_deadcrunch',0), (11291,45340,'kill_sound_deadcrunch01',0), (11292,45341,'kill_sound_deadcrunch02',0), (11293,45342,'kill_sound_deadcrunch1',0), (11294,45343,'kill_sound_deadcrunch2',0), (11295,45344,'kill_sound_deadcry',0), (11296,45345,'kill_sound_deadcurl',0), (11297,45346,'kill_sound_deadfall',0), (11298,45347,'kill_sound_deadfall001',0), (11299,45348,'kill_sound_deadfall002',0), (11300,45349,'kill_sound_deadfall01',0), (11301,45350,'kill_sound_deadfall02',0), (11302,45351,'kill_sound_deadfall03',0), (11303,45352,'kill_sound_deadfall1',0), (11304,45353,'kill_sound_deadfall2',0), (11305,45354,'kill_sound_deadfire',0), (11306,45355,'kill_sound_deadflame',0), (11307,45356,'kill_sound_deadflap',0), (11308,45357,'kill_sound_deadgear',0), (11309,45358,'kill_sound_deadglob',0), (11310,45359,'kill_sound_deadglub',0), (11311,45360,'kill_sound_deadgroan',0), (11312,45361,'kill_sound_deadgrowl',0), (11313,45362,'kill_sound_deadhead',0), (11314,45363,'kill_sound_deadhit',0), (11315,45364,'kill_sound_deadhit1',0), (11316,45365,'kill_sound_deadhit2',0), (11317,45366,'kill_sound_deadhit3',0), (11318,45367,'kill_sound_deadknee',0), (11319,45368,'kill_sound_deadliddown',0), (11320,45369,'kill_sound_deadlidup',0), (11321,45370,'kill_sound_deadmist',0), (11322,45371,'kill_sound_deadmotor',0), (11323,45372,'kill_sound_deadpage',0), (11324,45373,'kill_sound_deadprevocal',0), (11325,45374,'kill_sound_deadrock',0), (11326,45375,'kill_sound_deadrockfall',0), (11327,45376,'kill_sound_deadscratch',0), (11328,45377,'kill_sound_deadscream',0), (11329,45378,'kill_sound_deadscream01',0), (11330,45379,'kill_sound_deadscream02',0), (11331,45380,'kill_sound_deadslam',0), (11332,45381,'kill_sound_deadslither',0), (11333,45382,'kill_sound_deadsquish',0), (11334,45383,'kill_sound_deadsway',0), (11335,45384,'kill_sound_deadtail',0), (11336,45385,'kill_sound_deadthrash01',0), (11337,45386,'kill_sound_deadthrash02',0), (11338,45387,'kill_sound_deadtongue',0), (11339,45388,'kill_sound_deadvanish',0), (11340,45389,'kill_sound_deadvocal',0), (11341,45390,'kill_sound_deadvocal01',0), (11342,45391,'kill_sound_deadvocal02',0), (11343,45392,'kill_sound_deadvocal03',0), (11344,45393,'kill_sound_deadwarble01',0), (11345,45394,'kill_sound_deadwarble02',0), (11346,45395,'kill_sound_deadwater',0), (11347,45396,'kill_sound_deadwater01',0), (11348,45397,'kill_sound_deadwater02',0), (11349,45398,'kill_sound_deadwater03',0), (11350,45399,'kill_sound_deadwhimper',0), (11351,45400,'kill_sound_deadwhoosh',0), (11352,45401,'kill_sound_deadwing',0), (11353,45402,'kill_sound_deadwingfold',0), (11354,45403,'kill_sound_deadwoosh',0), (11355,45404,'kill_sound_death',0), (11356,45405,'kill_sound_death001',0), (11357,45406,'kill_sound_death002',0), (11358,45407,'kill_sound_deathbone',0), (11359,45408,'kill_sound_deathbreak',0), (11360,45409,'kill_sound_deathclaw',0), (11361,45410,'kill_sound_deathcrash',0), (11362,45411,'kill_sound_deathengine',0), (11363,45412,'kill_sound_deathfall',0), (11364,45413,'kill_sound_deathmotor',0), (11365,45414,'kill_sound_deathshake',0), (11366,45415,'kill_sound_deathsigh',0), (11367,45416,'kill_sound_deathtail',0), (11368,45417,'kill_sound_deathvocal',0), (11369,45418,'kill_sound_deathwhoosh',0), (11370,45419,'kill_sound_design_lavabridge',0), (11371,45420,'kill_sound_die',0), (11372,45421,'kill_sound_dig001',0), (11373,45422,'kill_sound_dig002',0), (11374,45423,'kill_sound_duck',0), (11375,45424,'kill_sound_eat',0), (11376,45425,'kill_sound_eating',0), (11377,45426,'kill_sound_eatslime',0), (11378,45427,'kill_sound_entercreak',0), (11379,45428,'kill_sound_enterglide',0), (11380,45429,'kill_sound_enterleaves',0), (11381,45430,'kill_sound_entermoan',0), (11382,45431,'kill_sound_enteropen',0), (11383,45432,'kill_sound_enterscrape',0), (11384,45433,'kill_sound_entervocal',0), (11385,45434,'kill_sound_exhale',0), (11386,45435,'kill_sound_exitflap',0), (11387,45436,'kill_sound_exitidle',0), (11388,45437,'kill_sound_exitjump',0), (11389,45438,'kill_sound_exitscream',0), (11390,45439,'kill_sound_explode',0), (11391,45440,'kill_sound_extinguish',0), (11392,45441,'kill_sound_fall',0), (11393,45442,'kill_sound_fall01',0), (11394,45443,'kill_sound_fall02',0), (11395,45444,'kill_sound_fallmetal',0), (11396,45445,'kill_sound_filler',0), (11397,45446,'kill_sound_fire',0), (11398,45447,'kill_sound_fireswoosh',0), (11399,45448,'kill_sound_fishing_cast01',0), (11400,45449,'kill_sound_fishing_cast02',0), (11401,45450,'kill_sound_fishing_cast03',0), (11402,45451,'kill_sound_flame',0), (11403,45452,'kill_sound_flamethrower',0), (11404,45453,'kill_sound_flap',0), (11405,45454,'kill_sound_flapup',0), (11406,45455,'kill_sound_fleeflutter',0), (11407,45456,'kill_sound_fluter',0), (11408,45457,'kill_sound_fly_bite_rip',0), (11409,45458,'kill_sound_foot',0), (11410,45459,'kill_sound_footlayerleft',0), (11411,45460,'kill_sound_footlayerright',0), (11412,45461,'kill_sound_footstep',0), (11413,45462,'kill_sound_footstomp',0), (11414,45463,'kill_sound_foresting',0), (11415,45464,'kill_sound_fuse',0), (11416,45465,'kill_sound_gathering',0), (11417,45466,'kill_sound_getup',0), (11418,45467,'kill_sound_glide',0), (11419,45468,'kill_sound_glide02',0), (11420,45469,'kill_sound_growl',0), (11421,45470,'kill_sound_gulp01',0), (11422,45471,'kill_sound_gulp02',0), (11423,45472,'kill_sound_hammerhit',0), (11424,45473,'kill_sound_happy',0), (11425,45474,'kill_sound_head',0), (11426,45475,'kill_sound_headram_inhale',0), (11427,45476,'kill_sound_headram_land',0), (11428,45477,'kill_sound_headram_snort',0), (11429,45478,'kill_sound_headram_swoosh',0), (11430,45479,'kill_sound_headspark',0), (11431,45480,'kill_sound_headturn',0), (11432,45481,'kill_sound_heartattack',0), (11433,45482,'kill_sound_hiss',0), (11434,45483,'kill_sound_hit',0), (11435,45484,'kill_sound_hoofleft',0), (11436,45485,'kill_sound_hoofright',0), (11437,45486,'kill_sound_hungry',0), (11438,45487,'kill_sound_hungrycreak',0), (11439,45488,'kill_sound_idle',0), (11440,45489,'kill_sound_idle01',0), (11441,45490,'kill_sound_idle02',0), (11442,45491,'kill_sound_idle03_walk001',0), (11443,45492,'kill_sound_idle03_walk002',0), (11444,45493,'kill_sound_idle04',0), (11445,45494,'kill_sound_idlebreath',0), (11446,45495,'kill_sound_idlebubble',0), (11447,45496,'kill_sound_idlechew',0), (11448,45497,'kill_sound_idlecreak',0), (11449,45498,'kill_sound_idleflap',0), (11450,45499,'kill_sound_idleflapup',0), (11451,45500,'kill_sound_idleglass',0), (11452,45501,'kill_sound_idlegrowl',0), (11453,45502,'kill_sound_idlehiss',0), (11454,45503,'kill_sound_idlelaugh',0), (11455,45504,'kill_sound_idlemoo',0), (11456,45505,'kill_sound_idlepant',0), (11457,45506,'kill_sound_idleroar01',0), (11458,45507,'kill_sound_idleroar02',0), (11459,45508,'kill_sound_idlerock',0), (11460,45509,'kill_sound_idlescuff',0), (11461,45510,'kill_sound_idleshort',0), (11462,45511,'kill_sound_idlesniff',0), (11463,45512,'kill_sound_idlesnort',0), (11464,45513,'kill_sound_idletail',0), (11465,45514,'kill_sound_idlevocal',0), (11466,45515,'kill_sound_idlevocal01',0), (11467,45516,'kill_sound_idlevocal02',0), (11468,45517,'kill_sound_idlewater',0), (11469,45518,'kill_sound_inahle',0), (11470,45519,'kill_sound_inhale',0), (11471,45520,'kill_sound_inhale001',0), (11472,45521,'kill_sound_inhale002',0), (11473,45522,'kill_sound_jawsnap',0), (11474,45523,'kill_sound_jump',0), (11475,45524,'kill_sound_knockback',0), (11476,45525,'kill_sound_knockdown',0), (11477,45526,'kill_sound_land',0), (11478,45527,'kill_sound_land01',0), (11479,45528,'kill_sound_land02',0), (11480,45529,'kill_sound_laughlong',0), (11481,45530,'kill_sound_lense',0), (11482,45531,'kill_sound_lense3s',0), (11483,45532,'kill_sound_lickpur01',0), (11484,45533,'kill_sound_liddown',0), (11485,45534,'kill_sound_lidup',0), (11486,45535,'kill_sound_lipsmack',0), (11487,45536,'kill_sound_mining',0), (11488,45537,'kill_sound_moon',0), (11489,45538,'kill_sound_mounthorse_foot',0), (11490,45539,'kill_sound_mounthorse_land',0), (11491,45540,'kill_sound_mounthorse_squeak',0), (11492,45541,'kill_sound_neener',0), (11493,45542,'kill_sound_offensive',0), (11494,45543,'kill_sound_offensive001',0), (11495,45544,'kill_sound_offensiveelec001',0), (11496,45545,'kill_sound_open',0), (11497,45546,'kill_sound_ouch',0), (11498,45547,'kill_sound_ouchbase',0), (11499,45548,'kill_sound_ouchbell',0), (11500,45549,'kill_sound_ouchbend',0), (11501,45550,'kill_sound_ouchbone',0), (11502,45551,'kill_sound_ouchbubble',0), (11503,45552,'kill_sound_ouchbuzz',0), (11504,45553,'kill_sound_ouchchain',0), (11505,45554,'kill_sound_ouchcreak',0), (11506,45555,'kill_sound_ouchcrunch',0), (11507,45556,'kill_sound_ouchfire',0), (11508,45557,'kill_sound_ouchflame',0), (11509,45558,'kill_sound_ouchflap',0), (11510,45559,'kill_sound_ouchflutter',0), (11511,45560,'kill_sound_ouchhit',0), (11512,45561,'kill_sound_ouchliddown',0), (11513,45562,'kill_sound_ouchlidopen',0), (11514,45563,'kill_sound_ouchlidup',0), (11515,45564,'kill_sound_ouchlow',0), (11516,45565,'kill_sound_ouchpage',0), (11517,45566,'kill_sound_ouchrock',0), (11518,45567,'kill_sound_ouchrun',0), (11519,45568,'kill_sound_ouchscream',0), (11520,45569,'kill_sound_ouchshell',0), (11521,45570,'kill_sound_ouchslam',0), (11522,45571,'kill_sound_ouchsnort',0), (11523,45572,'kill_sound_ouchsquawk',0), (11524,45573,'kill_sound_ouchtail',0), (11525,45574,'kill_sound_ouchvocal',0), (11526,45575,'kill_sound_ouchwarble',0), (11527,45576,'kill_sound_ouchwater',0), (11528,45577,'kill_sound_ouchwhoosh',0), (11529,45578,'kill_sound_ouchwing',0), (11530,45579,'kill_sound_pain001',0), (11531,45580,'kill_sound_pain002',0), (11532,45581,'kill_sound_paw',0), (11533,45582,'kill_sound_pen01',0), (11534,45583,'kill_sound_pen02',0), (11535,45584,'kill_sound_piercer',0), (11536,45585,'kill_sound_purr',0), (11537,45586,'kill_sound_purr02',0), (11538,45587,'kill_sound_purr03',0), (11539,45588,'kill_sound_raisehand',0), (11540,45589,'kill_sound_rechargeresult',0), (11541,45590,'kill_sound_recharging',0), (11542,45591,'kill_sound_roar',0), (11543,45592,'kill_sound_rockroll',0), (11544,45593,'kill_sound_rofl',0), (11545,45594,'kill_sound_rude',0), (11546,45595,'kill_sound_run',0), (11547,45596,'kill_sound_runcreak',0), (11548,45597,'kill_sound_runflap',0), (11549,45598,'kill_sound_runflap01',0), (11550,45599,'kill_sound_runflap02',0), (11551,45600,'kill_sound_runflapsmall',0), (11552,45601,'kill_sound_runhit',0), (11553,45602,'kill_sound_runland',0), (11554,45603,'kill_sound_runleft',0), (11555,45604,'kill_sound_runright',0), (11556,45605,'kill_sound_runwing',0), (11557,45606,'kill_sound_sad01',0), (11558,45607,'kill_sound_sad02',0), (11559,45608,'kill_sound_saw001',0), (11560,45609,'kill_sound_saw002',0), (11561,45610,'kill_sound_scratch',0), (11562,45611,'kill_sound_scream',0), (11563,45612,'kill_sound_scream01',0), (11564,45613,'kill_sound_scream02',0), (11565,45614,'kill_sound_shake',0), (11566,45615,'kill_sound_sheathe',0), (11567,45616,'kill_sound_sit',0), (11568,45617,'kill_sound_sitenter',0), (11569,45618,'kill_sound_sitexit',0), (11570,45619,'kill_sound_sitidle',0), (11571,45620,'kill_sound_sleep',0), (11572,45621,'kill_sound_sleep001',0), (11573,45622,'kill_sound_sleep002',0), (11574,45623,'kill_sound_slither',0), (11575,45624,'kill_sound_snap',0), (11576,45625,'kill_sound_snarl',0), (11577,45626,'kill_sound_sneer',0), (11578,45627,'kill_sound_sneeze',0), (11579,45628,'kill_sound_sneezeinhale',0), (11580,45629,'kill_sound_snort',0), (11581,45630,'kill_sound_spellvocal',0), (11582,45631,'kill_sound_splash',0), (11583,45632,'kill_sound_stand',0), (11584,45633,'kill_sound_step',0), (11585,45634,'kill_sound_stomp',0), (11586,45635,'kill_sound_stompgrowl',0), (11587,45636,'kill_sound_stompvocal',0), (11588,45637,'kill_sound_stunfall',0), (11589,45638,'kill_sound_stunned',0), (11590,45639,'kill_sound_stunnedfall',0), (11591,45640,'kill_sound_stunnedreturn',0), (11592,45641,'kill_sound_stunnedwhirl',0), (11593,45642,'kill_sound_stunshake',0), (11594,45643,'kill_sound_stunsnort',0), (11595,45644,'kill_sound_stunspin',0), (11596,45645,'kill_sound_summon',0), (11597,45646,'kill_sound_summonhit',0), (11598,45647,'kill_sound_summonrock',0), (11599,45648,'kill_sound_summonrock01',0), (11600,45649,'kill_sound_summonrock02',0), (11601,45650,'kill_sound_summonrockback',0), (11602,45651,'kill_sound_summonslide',0), (11603,45652,'kill_sound_summonstart',0), (11604,45653,'kill_sound_summonvocal',0), (11605,45654,'kill_sound_superbuff',0), (11606,45655,'kill_sound_swim',0), (11607,45656,'kill_sound_swimfast',0), (11608,45657,'kill_sound_swoosh',0), (11609,45658,'kill_sound_swooshkick',0), (11610,45659,'kill_sound_swooshleft',0), (11611,45660,'kill_sound_swooshright',0), (11612,45661,'kill_sound_swooshtail',0), (11613,45662,'kill_sound_taillash001',0), (11614,45663,'kill_sound_taillash002',0), (11615,45664,'kill_sound_tailswoosh',0), (11616,45665,'kill_sound_tailvocal',0), (11617,45666,'kill_sound_tailwhip',0), (11618,45667,'kill_sound_taunt01',0), (11619,45668,'kill_sound_taunt02',0), (11620,45669,'kill_sound_taunt03',0), (11621,45670,'kill_sound_thunder',0), (11622,45671,'kill_sound_trick',0), (11623,45672,'kill_sound_uncoil',0), (11624,45673,'kill_sound_unsheathe',0), (11625,45674,'kill_sound_vocalattack',0), (11626,45675,'kill_sound_vocalbite',0), (11627,45676,'kill_sound_vocalbuffet',0), (11628,45677,'kill_sound_vocaldamage',0), (11629,45678,'kill_sound_vocaldead',0), (11630,45679,'kill_sound_vocaldeath',0), (11631,45680,'kill_sound_vocalouch',0), (11632,45681,'kill_sound_walk',0), (11633,45682,'kill_sound_walk001',0), (11634,45683,'kill_sound_walk002',0), (11635,45684,'kill_sound_walk01',0), (11636,45685,'kill_sound_walk02',0), (11637,45686,'kill_sound_walk1',0), (11638,45687,'kill_sound_walkbubble',0), (11639,45688,'kill_sound_walkclaw',0), (11640,45689,'kill_sound_walkflap',0), (11641,45690,'kill_sound_walkflap01',0), (11642,45691,'kill_sound_walkleft',0), (11643,45692,'kill_sound_walkpiercer',0), (11644,45693,'kill_sound_walkright',0), (11645,45694,'kill_sound_walkrock',0), (11646,45695,'kill_sound_walkservo',0), (11647,45696,'kill_sound_walkservoleft',0), (11648,45697,'kill_sound_walkservoright',0), (11649,45698,'kill_sound_water',0), (11650,45699,'kill_sound_waterstep',0), (11651,45700,'kill_sound_whirl',0), (11652,45701,'kill_sound_whirlmotor',0), (11653,45702,'kill_sound_whirlwhoosh',0), (11654,45703,'kill_sound_wildspring',0), (11655,45704,'kill_sound_wildswing',0), (11656,45705,'kill_sound_wildswinghit001',0), (11657,45706,'kill_sound_wildswinghit002',0), (11658,45707,'kill_sound_wing',0), (11659,45708,'kill_sound_wingbuffet',0), (11660,45709,'kill_sound_wingflap',0), (11661,45710,'kill_sound_wingfold',0), (11662,45711,'kill_sound_wingmove',0), (11663,45712,'kill_sound_wingopen',0), (11664,45713,'kill_sound_wings',0), (11665,45714,'kill_sound_wingwind',0), (11666,45715,'kill_sound_yawn001',0), (11667,45716,'kill_sound_zap',0), (11668,45717,'kill_spark_circle01',0), (11669,45718,'kill_spark_circle02',0), (11670,45719,'kill_spark_circle03',0), (11671,45720,'kill_spark_circle04',0), (11672,45721,'kill_spark_circle05',0), (11673,45722,'kill_spark_sphere01',0), (11674,45723,'kill_spark_sphere_ws',0), (11675,45724,'kill_spark_sphere_ws_lefthand',0), (11676,45725,'kill_sparkle01',0), (11677,45726,'kill_sparkle02',0), (11678,45727,'kill_sparkle03',0), (11679,45728,'kill_sparkle_trail',0), (11680,45729,'kill_sparks',0), (11681,45730,'kill_sparks_lf',0), (11682,45731,'kill_sparks_lr',0), (11683,45732,'kill_sparks_rf',0), (11684,45733,'kill_sparks_rr',0), (11685,45734,'kill_speaknoevil',0), (11686,45735,'kill_spellcast01',0), (11687,45736,'kill_spellcast02',0), (11688,45737,'kill_spider_webbshoot_snd',0), (11689,45738,'kill_spider_webcover_snd',0), (11690,45739,'kill_spinningwheel01',0), (11691,45740,'kill_spinningwheel02',0), (11692,45741,'kill_spinningwheel04',0), (11693,45742,'kill_spinningwheel_success',0), (11694,45743,'kill_spinningwheel_success02',0), (11695,45744,'kill_spinningwheel_success03',0), (11696,45745,'kill_spiritascend_snd',0), (11697,45746,'kill_square',0), (11698,45747,'kill_squeal',0), (11699,45748,'kill_ss_singing_lp_snd',0), (11700,45749,'kill_st_casttap_snd',0), (11701,45750,'kill_st_tappestry_snd',0), (11702,45751,'kill_stare',0), (11703,45752,'kill_start',0), (11704,45753,'kill_start_drone_sound',0), (11705,45754,'kill_startburst_sound_01',0), (11706,45755,'kill_steam01',0), (11707,45756,'kill_steam_forearm_l',0), (11708,45757,'kill_steam_forearm_r',0), (11709,45758,'kill_steam_hip_l',0), (11710,45759,'kill_steam_hip_l_death',0), (11711,45760,'kill_steam_hip_r',0), (11712,45761,'kill_steam_hip_r_death',0), (11713,45762,'kill_steam_upperarm_l',0), (11714,45763,'kill_steam_upperarm_r',0), (11715,45764,'kill_stifle_cast_arm_snd',0), (11716,45765,'kill_stifle_cast_lp_snd',0), (11717,45766,'kill_stifle_result_snd',0), (11718,45767,'kill_still',0), (11719,45768,'kill_stinky',0), (11720,45769,'kill_stove_boilover01',0), (11721,45770,'kill_stove_boilover02',0), (11722,45771,'kill_stove_boilover03',0), (11723,45772,'kill_strafe_left',0), (11724,45773,'kill_strafe_left_run',0), (11725,45774,'kill_strafe_right',0), (11726,45775,'kill_strafe_right_run',0), (11727,45776,'kill_stretch',0), (11728,45777,'kill_string_knotted',0), (11729,45778,'kill_success01',0), (11730,45779,'kill_success02',0), (11731,45780,'kill_success_flash01',0), (11732,45781,'kill_success_flash02',0), (11733,45782,'kill_success_flash03',0), (11734,45783,'kill_sulk',0), (11735,45784,'kill_summon',0), (11736,45785,'kill_summon_idle',0), (11737,45786,'kill_super_buff',0), (11738,45787,'kill_swear',0), (11739,45788,'kill_sweep01',0), (11740,45789,'kill_swim_attack',0), (11741,45790,'kill_swim_backup',0), (11742,45791,'kill_swim_foward',0), (11743,45792,'kill_swim_idle',0), (11744,45793,'kill_swim_ouch',0), (11745,45794,'kill_swim_run',0), (11746,45795,'kill_swim_tail',0), (11747,45796,'kill_swim_tail_cloak',0), (11748,45797,'kill_swim_walk',0), (11749,45798,'kill_swoosh',0), (11750,45799,'kill_swoosh_light_low',0), (11751,45800,'kill_swoosh_medium',0), (11752,45801,'kill_swwosh',0), (11753,45802,'kill_ta_cast_snd',0), (11754,45803,'kill_tail',0), (11755,45804,'kill_tail_cloak',0), (11756,45805,'kill_tail_dust',0), (11757,45806,'kill_tailoring_failure',0), (11758,45807,'kill_tailoring_idle',0), (11759,45808,'kill_tailoring_success',0), (11760,45809,'kill_talk_idle',0), (11761,45810,'kill_talk_idle01',0), (11762,45811,'kill_talk_idle02',0), (11763,45812,'kill_talk_idle03',0), (11764,45813,'kill_talk_idle04',0), (11765,45814,'kill_talk_idle05',0), (11766,45815,'kill_talk_idle06',0), (11767,45816,'kill_talk_idle07',0), (11768,45817,'kill_talk_idle08',0), (11769,45818,'kill_talk_idle09',0), (11770,45819,'kill_talk_idle10',0), (11771,45820,'kill_talk_idle11',0), (11772,45821,'kill_talk_idle12',0), (11773,45822,'kill_tantrum',0), (11774,45823,'kill_tantrum_short',0), (11775,45824,'kill_tapfoot',0), (11776,45825,'kill_taunt',0), (11777,45826,'kill_taunt_combat_art',0), (11778,45827,'kill_tc_teleport_snd',0), (11779,45828,'kill_thaiko_sound',0), (11780,45829,'kill_thanks',0), (11781,45830,'kill_thirsty',0), (11782,45831,'kill_threaten',0), (11783,45832,'kill_thumbsup',0), (11784,45833,'kill_thunder_clap',0), (11785,45834,'kill_tiger_idle',0), (11786,45835,'kill_tiger_run',0), (11787,45836,'kill_tiger_walk',0), (11788,45837,'kill_tod_explode_snd',0), (11789,45838,'kill_tod_voltz_snd',0), (11790,45839,'kill_tr_spawn_snd',0), (11791,45840,'kill_tradeart_beaker01',0), (11792,45841,'kill_tradeart_butcherknife01',0), (11793,45842,'kill_tradeart_celticknot01',0), (11794,45843,'kill_tradeart_flask01',0), (11795,45844,'kill_tradeart_forge_hammer01',0), (11796,45845,'kill_tradeart_forge_hammer02',0), (11797,45846,'kill_tradeart_forge_helmet01',0), (11798,45847,'kill_tradeart_fork01',0), (11799,45848,'kill_tradeart_kitchenknife01',0), (11800,45849,'kill_tradeart_log_cut',0), (11801,45850,'kill_tradeart_metal_bar',0), (11802,45851,'kill_tradeart_metal_rod01',0), (11803,45852,'kill_tradeart_metal_sparkling2',0), (11804,45853,'kill_tradeart_molecule01',0), (11805,45854,'kill_tradeart_needle_left01',0), (11806,45855,'kill_tradeart_needle_right01',0), (11807,45856,'kill_tradeart_planer',0), (11808,45857,'kill_tradeart_rune_01',0), (11809,45858,'kill_tradeart_rune_02',0), (11810,45859,'kill_tradeart_rune_03',0), (11811,45860,'kill_tradeart_rune_04',0), (11812,45861,'kill_tradeart_rune_05',0), (11813,45862,'kill_tradeart_rune_06',0), (11814,45863,'kill_tradeart_rune_07',0), (11815,45864,'kill_tradeart_rune_08',0), (11816,45865,'kill_tradeart_saw',0), (11817,45866,'kill_tradeart_spoon01',0), (11818,45867,'kill_trail_pike',0), (11819,45868,'kill_transit',0), (11820,45869,'kill_trdskl_beaker',0), (11821,45870,'kill_trdskl_cloth',0), (11822,45871,'kill_trdskl_feather',0), (11823,45872,'kill_trdskl_fishingpole',0), (11824,45873,'kill_trdskl_gem',0), (11825,45874,'kill_trdskl_hammer',0), (11826,45875,'kill_trdskl_hatchet',0), (11827,45876,'kill_trdskl_hatchet_l',0), (11828,45877,'kill_trdskl_leather',0), (11829,45878,'kill_trdskl_magnifying',0), (11830,45879,'kill_trdskl_mug',0), (11831,45880,'kill_trdskl_needle',0), (11832,45881,'kill_trdskl_pick',0), (11833,45882,'kill_trdskl_pot',0), (11834,45883,'kill_trdskl_saw',0), (11835,45884,'kill_trdskl_scroll',0), (11836,45885,'kill_trdskl_spoon',0), (11837,45886,'kill_trdskl_testtube',0), (11838,45887,'kill_trdskl_tongs',0), (11839,45888,'kill_trdskl_vial',0), (11840,45889,'kill_trdskl_wood',0), (11841,45890,'kill_trem_boulder_snd',0), (11842,45891,'kill_trem_cast_lp_snd',0), (11843,45892,'kill_trem_open_snd',0), (11844,45893,'kill_trem_rings_snd',0), (11845,45894,'kill_trem_ringsh_snd',0), (11846,45895,'kill_trem_rocks_lp_01_snd',0), (11847,45896,'kill_trick',0), (11848,45897,'kill_trt_treat_toxin_sound',0), (11849,45898,'kill_turn_left',0), (11850,45899,'kill_turn_right',0), (11851,45900,'kill_turn_to_wood',0), (11852,45901,'kill_u',0), (11853,45902,'kill_unsummon',0), (11854,45903,'kill_untrained_attack',0), (11855,45904,'kill_untrained_backup',0), (11856,45905,'kill_untrained_dodge',0), (11857,45906,'kill_untrained_dodge01',0), (11858,45907,'kill_untrained_dodge02',0), (11859,45908,'kill_untrained_ouch',0), (11860,45909,'kill_untrained_ouch01',0), (11861,45910,'kill_untrained_parry',0), (11862,45911,'kill_untrained_recoil',0), (11863,45912,'kill_untrained_strafe_left',0), (11864,45913,'kill_untrained_strafe_right',0), (11865,45914,'kill_untrained_walk',0), (11866,45915,'kill_util_rings_snd',0), (11867,45916,'kill_vamp_batattack_sound',0), (11868,45917,'kill_vamp_batflaps_sound',0), (11869,45918,'kill_vamp_batsqueak_sound',0), (11870,45919,'kill_ven_bkgrnd_slime_sound',0), (11871,45920,'kill_ven_breath_01',0), (11872,45921,'kill_ven_breath_02',0), (11873,45922,'kill_ven_explode_sound',0), (11874,45923,'kill_ven_fire_01',0), (11875,45924,'kill_ven_fire_02',0), (11876,45925,'kill_ven_pulse_sound',0), (11877,45926,'kill_ven_rumble_01',0), (11878,45927,'kill_ven_rumble_02',0), (11879,45928,'kill_ven_slime_01',0), (11880,45929,'kill_ven_slime_02',0), (11881,45930,'kill_verdict_cast_snd',0), (11882,45931,'kill_verdict_gavel_snd',0), (11883,45932,'kill_vg_healing_snd',0), (11884,45933,'kill_vg_leaves_snd',0), (11885,45934,'kill_vg_leaveslp_snd',0), (11886,45935,'kill_violin',0), (11887,45936,'kill_viseme_a',0), (11888,45937,'kill_viseme_aa',0), (11889,45938,'kill_viseme_ae',0), (11890,45939,'kill_viseme_ah',0), (11891,45940,'kill_viseme_ao',0), (11892,45941,'kill_viseme_aw',0), (11893,45942,'kill_viseme_ay',0), (11894,45943,'kill_viseme_b',0), (11895,45944,'kill_viseme_c',0), (11896,45945,'kill_viseme_ch',0), (11897,45946,'kill_viseme_d',0), (11898,45947,'kill_viseme_dh',0), (11899,45948,'kill_viseme_e',0), (11900,45949,'kill_viseme_eh',0), (11901,45950,'kill_viseme_er',0), (11902,45951,'kill_viseme_ey',0), (11903,45952,'kill_viseme_f',0), (11904,45953,'kill_viseme_g',0), (11905,45954,'kill_viseme_h',0), (11906,45955,'kill_viseme_ih',0), (11907,45956,'kill_viseme_iy',0), (11908,45957,'kill_viseme_j',0), (11909,45958,'kill_viseme_k',0), (11910,45959,'kill_viseme_l',0), (11911,45960,'kill_viseme_m',0), (11912,45961,'kill_viseme_n',0), (11913,45962,'kill_viseme_ng',0), (11914,45963,'kill_viseme_o',0), (11915,45964,'kill_viseme_ow',0), (11916,45965,'kill_viseme_oy',0), (11917,45966,'kill_viseme_p',0), (11918,45967,'kill_viseme_r',0), (11919,45968,'kill_viseme_reast',0), (11920,45969,'kill_viseme_rest',0), (11921,45970,'kill_viseme_s',0), (11922,45971,'kill_viseme_sh',0), (11923,45972,'kill_viseme_t',0), (11924,45973,'kill_viseme_th',0), (11925,45974,'kill_viseme_u',0), (11926,45975,'kill_viseme_uh',0), (11927,45976,'kill_viseme_uw',0), (11928,45977,'kill_viseme_v',0), (11929,45978,'kill_viseme_w',0), (11930,45979,'kill_viseme_x',0), (11931,45980,'kill_viseme_y',0), (11932,45981,'kill_viseme_z',0), (11933,45982,'kill_viseme_zh',0), (11934,45983,'kill_visemes_a',0), (11935,45984,'kill_visemes_c',0), (11936,45985,'kill_visemes_e',0), (11937,45986,'kill_visemes_f',0), (11938,45987,'kill_visemes_l',0), (11939,45988,'kill_visemes_m',0), (11940,45989,'kill_visemes_o',0), (11941,45990,'kill_visemes_rest',0), (11942,45991,'kill_visemes_u',0), (11943,45992,'kill_visemes_w',0), (11944,45993,'kill_vision_1',0), (11945,45994,'kill_vision_2',0), (11946,45995,'kill_vision_3',0), (11947,45996,'kill_vision_4',0), (11948,45997,'kill_vo_callout_afk',0), (11949,45998,'kill_vo_callout_agree',0), (11950,45999,'kill_vo_callout_apologies',0), (11951,46000,'kill_vo_callout_assist',0), (11952,46001,'kill_vo_callout_battle',0), (11953,46002,'kill_vo_callout_cheer',0), (11954,46003,'kill_vo_callout_confused',0), (11955,46004,'kill_vo_callout_disagree',0), (11956,46005,'kill_vo_callout_doh',0), (11957,46006,'kill_vo_callout_flirt',0), (11958,46007,'kill_vo_callout_follow',0), (11959,46008,'kill_vo_callout_goodbye',0), (11960,46009,'kill_vo_callout_got',0), (11961,46010,'kill_vo_callout_greetings',0), (11962,46011,'kill_vo_callout_growl',0), (11963,46012,'kill_vo_callout_heal',0), (11964,46013,'kill_vo_callout_help',0), (11965,46014,'kill_vo_callout_helping',0), (11966,46015,'kill_vo_callout_hungry',0), (11967,46016,'kill_vo_callout_incoming',0), (11968,46017,'kill_vo_callout_laugh',0), (11969,46018,'kill_vo_callout_look',0), (11970,46019,'kill_vo_callout_looking',0), (11971,46020,'kill_vo_callout_out',0), (11972,46021,'kill_vo_callout_run',0), (11973,46022,'kill_vo_callout_starting',0), (11974,46023,'kill_vo_callout_stay',0), (11975,46024,'kill_vo_callout_taunting',0), (11976,46025,'kill_vo_callout_thank',0), (11977,46026,'kill_vo_callout_thirsty',0), (11978,46027,'kill_vo_callout_threaten',0), (11979,46028,'kill_vo_callout_train',0), (11980,46029,'kill_vo_callout_under',0), (11981,46030,'kill_vo_callout_vocal_attack',0), (11982,46031,'kill_vo_callout_vocal_death',0), (11983,46032,'kill_vo_callout_vocal_drown',0), (11984,46033,'kill_vo_callout_vocal_jump',0), (11985,46034,'kill_vo_callout_vocal_land',0), (11986,46035,'kill_vo_callout_vocal_ouch',0), (11987,46036,'kill_vo_callout_watch',0), (11988,46037,'kill_vo_callout_yawn',0), (11989,46038,'kill_vo_callout_yell',0), (11990,46039,'kill_vocal_attack',0), (11991,46040,'kill_vocal_attacklong',0), (11992,46041,'kill_vocal_death',0), (11993,46042,'kill_vocal_drown',0), (11994,46043,'kill_vocal_jump',0), (11995,46044,'kill_vocal_ouch',0), (11996,46045,'kill_voidbeast_attack_snd',0), (11997,46046,'kill_voidbeast_result_snd',0), (11998,46047,'kill_vr2_burst_snd',0), (11999,46048,'kill_vr2_flames_snd',0), (12000,46049,'kill_w',0), (12001,46050,'kill_wa_voltsword_sound',0), (12002,46051,'kill_wa_voltswordstart_sound',0), (12003,46052,'kill_walk',0), (12004,46054,'kill_walk_shake',0), (12005,46055,'kill_wave',0), (12006,46056,'kill_welder_lefthand',0), (12007,46057,'kill_welder_righthand',0), (12008,46058,'kill_wheel',0), (12009,46059,'kill_wheel1',0), (12010,46060,'kill_wheel_smoke',0), (12011,46061,'kill_whirling_attack',0), (12012,46062,'kill_whistle',0), (12013,46063,'kill_whome',0), (12014,46064,'kill_wild_swing',0), (12015,46065,'kill_wild_swing_recoilmax',0), (12016,46066,'kill_wildswing',0), (12017,46067,'kill_wince',0), (12018,46068,'kill_wing_glide',0), (12019,46069,'kill_wingflap',0), (12020,46070,'kill_wings_01',0), (12021,46071,'kill_wings_sound_01',0), (12022,46072,'kill_wink',0), (12023,46073,'kill_wkn_glowsplash_snd',0), (12024,46074,'kill_wod_timer_tone_snd',0), (12025,46075,'kill_woodworking_failure',0), (12026,46076,'kill_woodworking_idle',0), (12027,46077,'kill_woodworking_success',0), (12028,46078,'kill_woowoo',0), (12029,46079,'kill_wr_energy_glow_sound',0), (12030,46080,'kill_wr_energy_glowout_sound',0), (12031,46081,'kill_wr_glimmer_sound',0), (12032,46082,'kill_wr_watershield_sound',0), (12033,46083,'kill_ws_resounding_snd',0), (12034,46084,'kill_ws_singout_snd',0), (12035,46085,'kill_yeah',0), (12036,46086,'kill_yell',0), (12037,46087,'kill_zap',0), (12038,46090,'kill_airborne',0), (12039,46097,'kill_froglok_forestry_chopping',0), (12040,46099,'kill_ogre_forestry_success',0), (12041,46100,'kill_ogre_gathering_search',0), (12042,46101,'kill_ogre_gathering_success',0), (12043,46102,'kill_ogre_mining_success',0), (12044,46226,'kill_attack_boss01',0), (12045,46227,'kill_attack_boss02',0), (12046,46228,'kill_buff_boss01',0), (12047,46235,'kill_heal_boss01',0), (12048,46237,'kill_result_fruitcake_explosion',0), (12049,46238,'kill_result_snowball_big_explosion',0), (12050,46310,'kill_sound_groundhit',0), (12051,46369,'kill_froglok_1h_sword_attack_recoil',0), (12052,46370,'kill_froglok_1h_sword_attack_recoil01',0), (12053,46371,'kill_froglok_1h_sword_attack_recoil02',0), (12054,46372,'kill_froglok_1h_sword_attack_recoil03',0), (12055,46373,'kill_froglok_1h_thrown_attack',0), (12056,46374,'kill_froglok_2h_sword_attack_recoil',0), (12057,46375,'kill_froglok_2h_sword_attack_recoil01',0), (12058,46376,'kill_froglok_2h_sword_attack_recoil02',0), (12059,46377,'kill_froglok_2h_sword_backup',0), (12060,46378,'kill_froglok_2h_sword_defensive_buff',0), (12061,46379,'kill_froglok_2h_sword_enter',0), (12062,46380,'kill_froglok_2h_sword_offensive_buff',0), (12063,46381,'kill_froglok_2h_sword_ouch_backhand',0), (12064,46382,'kill_froglok_2h_sword_ouch_down',0), (12065,46383,'kill_froglok_2h_sword_ouch_forehand',0), (12066,46384,'kill_froglok_2h_sword_ouch_thrust',0), (12067,46385,'kill_froglok_2h_sword_parry_backhand',0), (12068,46386,'kill_froglok_2h_sword_parry_down',0), (12069,46387,'kill_froglok_2h_sword_parry_forehand',0), (12070,46388,'kill_froglok_2h_sword_super_buff',0), (12071,46389,'kill_froglok_2h_sword_walk',0), (12072,46390,'kill_froglok_bostaff_attack_recoil',0), (12073,46391,'kill_froglok_bostaff_attack_recoil01',0), (12074,46392,'kill_froglok_bostaff_attack_recoil02',0), (12075,46393,'kill_froglok_bostaff_attack_recoil03',0), (12076,46394,'kill_froglok_bostaff_defensive_buff',0), (12077,46395,'kill_froglok_bostaff_dodge_backhand',0), (12078,46396,'kill_froglok_bostaff_dodge_down',0), (12079,46397,'kill_froglok_bostaff_dodge_forehand',0), (12080,46398,'kill_froglok_bostaff_dodge_thrust',0), (12081,46399,'kill_froglok_bostaff_offensive_buff',0), (12082,46400,'kill_froglok_bostaff_ouch_backhand',0), (12083,46401,'kill_froglok_bostaff_ouch_down',0), (12084,46402,'kill_froglok_bostaff_ouch_forehand',0), (12085,46403,'kill_froglok_bostaff_ouch_thrust',0), (12086,46404,'kill_froglok_bostaff_parry_backhand',0), (12087,46405,'kill_froglok_bostaff_parry_down',0), (12088,46406,'kill_froglok_bostaff_parry_forehand',0), (12089,46407,'kill_froglok_bostaff_parry_thrust',0), (12090,46408,'kill_froglok_bostaff_super_buff',0), (12091,46409,'kill_froglok_dual_wield_attack_recoil',0), (12092,46410,'kill_froglok_dual_wield_attack_recoil01',0), (12093,46411,'kill_froglok_dual_wield_attack_recoil02',0), (12094,46412,'kill_froglok_dual_wield_attack_recoil03',0), (12095,46413,'kill_froglok_dual_wield_parry_backhand',0), (12096,46414,'kill_froglok_dual_wield_parry_down',0), (12097,46415,'kill_froglok_dual_wield_parry_forehand',0), (12098,46416,'kill_froglok_dual_wield_parry_thrust',0), (12099,46417,'kill_froglok_monk_attack_recoil',0), (12100,46418,'kill_froglok_monk_attack_recoil02',0), (12101,46419,'kill_froglok_monk_charge_up',0), (12102,46420,'kill_froglok_monk_defensive_buff',0), (12103,46421,'kill_froglok_monk_dodge_backhand',0), (12104,46422,'kill_froglok_monk_dodge_down',0), (12105,46423,'kill_froglok_monk_dodge_forehand',0), (12106,46424,'kill_froglok_monk_dodge_thrust',0), (12107,46425,'kill_froglok_monk_kick_flying',0), (12108,46426,'kill_froglok_monk_offensive_buff',0), (12109,46427,'kill_froglok_monk_ouch_down',0), (12110,46428,'kill_froglok_monk_ouch_thrust',0), (12111,46429,'kill_froglok_monk_parry_backhand',0), (12112,46430,'kill_froglok_monk_parry_down',0), (12113,46431,'kill_froglok_monk_parry_forehand',0), (12114,46432,'kill_froglok_monk_parry_thrust',0), (12115,46433,'kill_froglok_monk_super_buff',0), (12116,46434,'kill_froglok_monk_taunt_combat_art',0), (12117,46435,'kill_froglok_pike_attack_recoil',0), (12118,46436,'kill_froglok_pike_attack_recoil01',0), (12119,46437,'kill_froglok_pike_attack_recoil02',0), (12120,46438,'kill_froglok_pike_charge_up',0), (12121,46439,'kill_froglok_pike_dodge_backhand',0), (12122,46440,'kill_froglok_pike_dodge_down',0), (12123,46441,'kill_froglok_pike_dodge_forehand',0), (12124,46442,'kill_froglok_pike_dodge_thrust',0), (12125,46443,'kill_froglok_pike_offensive_buff',0), (12126,46444,'kill_froglok_pike_ouch_backhand',0), (12127,46445,'kill_froglok_pike_ouch_down',0), (12128,46446,'kill_froglok_pike_ouch_forehand',0), (12129,46447,'kill_froglok_pike_ouch_thrust',0), (12130,46448,'kill_froglok_pike_parry_backhand',0), (12131,46449,'kill_froglok_pike_parry_down',0), (12132,46450,'kill_froglok_pike_parry_forehand',0), (12133,46451,'kill_froglok_pike_parry_thrust',0), (12134,46452,'kill_froglok_pugilist_attack_recoil02',0), (12135,46453,'kill_froglok_pugilist_defensive_buff',0), (12136,46454,'kill_froglok_pugilist_dodge_backhand',0), (12137,46455,'kill_froglok_pugilist_dodge_down',0), (12138,46456,'kill_froglok_pugilist_dodge_forehand',0), (12139,46457,'kill_froglok_pugilist_dodge_thrust',0), (12140,46458,'kill_froglok_pugilist_offensive_buff',0), (12141,46459,'kill_froglok_pugilist_ouch_backhand',0), (12142,46460,'kill_froglok_pugilist_ouch_down',0), (12143,46461,'kill_froglok_pugilist_ouch_forehand',0), (12144,46462,'kill_froglok_pugilist_super_buff',0), (12145,46473,'kill_froglok_bostaff_charge_up',0), (12146,46474,'kill_froglok_dual_wield_knockdowntoknees',0), (12147,46475,'kill_froglok_dual_wield_offensive_buff',0), (12148,46476,'kill_froglok_dual_wield_super_buff',0), (12149,46477,'kill_froglok_knockdown_attack',0), (12150,46478,'kill_froglok_knockdowntoknees',0), (12151,46479,'kill_froglok_offensive_buff',0), (12152,46480,'kill_froglok_pike_backup',0), (12153,46481,'kill_froglok_pike_knockdowntoknees',0), (12154,46482,'kill_froglok_pike_walk',0), (12155,46483,'kill_froglok_pugilist_attack01',0), (12156,46484,'kill_froglok_pugilist_attack_recoil01',0), (12157,46485,'kill_froglok_pugilist_knockdowntoknees',0), (12158,46486,'kill_froglok_super_buff',0), (12159,46488,'kill_lights',0), (12160,46489,'kill_lights_spiral',0), (12161,46499,'kill_fae_light_dance',0), (12162,46500,'kill_horse_long_fall',0), (12163,46503,'kill_trdskl_fruitcake',0), (12164,46512,'kill_fire01_big',0), (12165,46513,'kill_fire01_small',0), (12166,46515,'kill_lights_blue',0), (12167,46516,'kill_lights_blue_slow',0), (12168,46517,'kill_lights_flocked',0), (12169,46518,'kill_lights_gold',0), (12170,46519,'kill_lights_gold_slow',0), (12171,46520,'kill_lights_red',0), (12172,46521,'kill_lights_red_slow',0), (12173,46522,'kill_lights_white',0), (12174,46523,'kill_lights_white_slow',0), (12175,46553,'kill_dwarf_forestry_success',0), (12176,46554,'kill_gnome_forestry_success',0), (12177,46555,'kill_halfling_forestry_success',0), (12178,46557,'kill_ogre_1h_crush_ouch_forehand',0), (12179,46558,'kill_ogre_1h_pierce_ouch_forehand',0), (12180,46559,'kill_ogre_1h_sword_ouch_forehand',0), (12181,46560,'kill_ogre_1h_thrown_ouch_forehand',0), (12182,46561,'kill_ogre_2h_sword_dodge_backhand',0), (12183,46562,'kill_ogre_2h_sword_dodge_forehand',0), (12184,46563,'kill_ogre_2h_sword_ouch_down',0), (12185,46564,'kill_ogre_2h_sword_ouch_thrust',0), (12186,46565,'kill_ogre_dual_wield_dodge_backhand',0), (12187,46566,'kill_ogre_dual_wield_dodge_forehand',0), (12188,46567,'kill_ogre_dual_wield_ouch_forehand',0), (12189,46568,'kill_ogre_pike_dodge_backhand',0), (12190,46569,'kill_ogre_pike_dodge_forehand',0), (12191,46570,'kill_ogre_pike_kick',0), (12192,46571,'kill_ogre_pike_ouch_backhand',0), (12193,46572,'kill_ogre_pike_ouch_down',0), (12194,46573,'kill_ogre_pike_ouch_forehand',0), (12195,46574,'kill_ogre_pike_ouch_thrust',0), (12196,46584,'kill_darkelf_female_2h_sword_wild_swing',0), (12197,46585,'kill_erudite_female_2h_sword_wild_swing',0), (12198,46586,'kill_fae_light_2h_sword_whirling_attack',0), (12199,46587,'kill_fae_light_2h_sword_wild_swing',0), (12200,46588,'kill_fae_light_female_2h_sword_wild_swing',0), (12201,46589,'kill_gnome_female_2h_sword_wild_swing',0), (12202,46590,'kill_halfelf_female_2h_sword_wild_swing',0), (12203,46591,'kill_highelf_female_2h_sword_wild_swing',0), (12204,46592,'kill_human_female_2h_sword_wild_swing',0), (12205,46593,'kill_iksar_female_2h_sword_wild_swing',0), (12206,46595,'kill_kerra_female_2h_sword_wild_swing',0), (12207,46596,'kill_ratonga_female_2h_sword_wild_swing',0), (12208,46598,'kill_troll_female_2h_sword_wild_swing',0), (12209,46599,'kill_woodelf_female_2h_sword_wild_swing',0), (12210,46618,'kill_darkelf_female_pike_charge_up',0), (12211,46619,'kill_darkelf_female_pike_defensive_buff',0), (12212,46620,'kill_darkelf_female_pike_offensive_buff',0), (12213,46621,'kill_erudite_female_pike_charge_up',0), (12214,46622,'kill_erudite_female_pike_defensive_buff',0), (12215,46623,'kill_erudite_female_pike_offensive_buff',0), (12216,46624,'kill_fae_light_female_pike_charge_up',0), (12217,46625,'kill_fae_light_female_pike_defensive_buff',0), (12218,46626,'kill_fae_light_female_pike_offensive_buff',0), (12219,46627,'kill_fae_light_untrained_ouch01',0), (12220,46628,'kill_gnome_female_pike_charge_up',0), (12221,46629,'kill_gnome_female_pike_defensive_buff',0), (12222,46630,'kill_gnome_female_pike_offensive_buff',0), (12223,46631,'kill_halfelf_female_pike_charge_up',0), (12224,46632,'kill_halfelf_female_pike_defensive_buff',0), (12225,46633,'kill_halfelf_female_pike_offensive_buff',0), (12226,46634,'kill_highelf_female_pike_charge_up',0), (12227,46635,'kill_highelf_female_pike_defensive_buff',0), (12228,46636,'kill_highelf_female_pike_offensive_buff',0), (12229,46637,'kill_human_female_pike_charge_up',0), (12230,46638,'kill_human_female_pike_defensive_buff',0), (12231,46639,'kill_human_female_pike_offensive_buff',0), (12232,46640,'kill_iksar_female_pike_charge_up',0), (12233,46641,'kill_iksar_female_pike_defensive_buff',0), (12234,46642,'kill_iksar_female_pike_offensive_buff',0), (12235,46644,'kill_kerra_female_pike_charge_up',0), (12236,46645,'kill_kerra_female_pike_defensive_buff',0), (12237,46646,'kill_kerra_female_pike_offensive_buff',0), (12238,46647,'kill_ratonga_female_pike_charge_up',0), (12239,46648,'kill_ratonga_female_pike_defensive_buff',0), (12240,46649,'kill_ratonga_female_pike_offensive_buff',0), (12241,46651,'kill_troll_female_pike_charge_up',0), (12242,46652,'kill_troll_female_pike_defensive_buff',0), (12243,46653,'kill_troll_female_pike_offensive_buff',0), (12244,46654,'kill_woodelf_female_pike_charge_up',0), (12245,46655,'kill_woodelf_female_pike_defensive_buff',0), (12246,46656,'kill_woodelf_female_pike_offensive_buff',0), (12247,46705,'kill_design_frostfell_candy_canes',0), (12248,46726,'kill_fire_hearts',0), (12249,46778,'kill_result_heart_vision',0), (12250,46779,'kill_result_heartbreak',0), (12251,46791,'kill_result_flies',0), (12252,46792,'kill_result_weapon_trail_poison',0), (12253,46943,'kill_result_dagger_vision_p2p',0), (12254,46944,'kill_result_heart_vision_p2p',0), (12255,46954,'kill_flirt_short_butt',0), (12256,46955,'kill_flirt_short_leg',0), (12257,46956,'kill_flirt_short_shake',0), (12258,46957,'kill_flirt_short_wave',0), (12259,46958,'kill_flirt_short_wave2',0), (12260,46959,'kill_flirt_short_wave3',0), (12261,46961,'kill_result_heart_success',0), (12262,46991,'kill_design_result_static_scare',0), (12263,46993,'kill_result_fog_poison_billboards',0), (12264,46994,'kill_result_fog_poison_billboards_small',0), (12265,46995,'kill_result_fog_poison_billboards_thinner',0), (12266,46996,'kill_roxbury',0), (12267,47010,'kill_cast_pfx_notes_l',0), (12268,47011,'kill_cast_pfx_notes_r',0), (12269,47080,'kill_sound_unrest_quel_piano',0), (12270,47091,'kill_water',0), (12271,47132,'kill_1h_wand_attack',0), (12272,47133,'kill_1h_wand_attack01',0), (12273,47134,'kill_1h_wand_attack02',0), (12274,47135,'kill_1h_wand_attack03',0), (12275,47136,'kill_1h_wand_attack_recoil',0), (12276,47137,'kill_1h_wand_attack_recoil01',0), (12277,47138,'kill_1h_wand_attack_recoil02',0), (12278,47139,'kill_1h_wand_attack_recoil03',0), (12279,47140,'kill_1h_wand_backup',0), (12280,47141,'kill_1h_wand_dodge_backhand',0), (12281,47142,'kill_1h_wand_dodge_down',0), (12282,47143,'kill_1h_wand_dodge_forehand',0), (12283,47144,'kill_1h_wand_dodge_thrust',0), (12284,47145,'kill_1h_wand_enter',0), (12285,47146,'kill_1h_wand_exit',0), (12286,47147,'kill_1h_wand_idle',0), (12287,47148,'kill_1h_wand_ouch_backhand',0), (12288,47149,'kill_1h_wand_ouch_down',0), (12289,47150,'kill_1h_wand_ouch_forehand',0), (12290,47151,'kill_1h_wand_ouch_thrust',0), (12291,47152,'kill_1h_wand_parry_backhand',0), (12292,47153,'kill_1h_wand_parry_down',0), (12293,47154,'kill_1h_wand_parry_forehand',0), (12294,47155,'kill_1h_wand_parry_thrust',0), (12295,47156,'kill_1h_wand_strafe_left',0), (12296,47157,'kill_1h_wand_strafe_right',0), (12297,47158,'kill_1h_wand_walk',0), (12298,47169,'kill_snd_design_unrest_zombie_scare',0), (12299,47175,'kill_constant2_fx',0), (12300,47188,'kill_result_sparkles_explode_noise',0), (12301,47190,'kill_sound_howl',0), (12302,47228,'kill_attack_recoil',0), (12303,47229,'kill_attack_recoil01',0), (12304,47230,'kill_attack_recoil02',0), (12305,47231,'kill_attack_recoil03',0), (12306,47237,'kill_parry_backhand',0), (12307,47238,'kill_parry_down',0), (12308,47239,'kill_parry_forehand',0), (12309,47240,'kill_parry_thrust',0), (12310,47265,'kill_monk_offensive_buff_short',0), (12311,47274,'kill_result_sparkle_trail_weapon_right_glow_blend_brown',0), (12312,47275,'kill_result_sparkle_trail_weapon_right_glow_blend_purple',0), (12313,47276,'kill_result_sparkle_trail_weapon_right_glow_silver',0), (12314,47277,'kill_result_sparkle_trail_weapon_right_glow_tan',0), (12315,47287,'kill_1h_pierce_attack_03',0), (12316,47303,'kill_result_sparkle_trail_rightfoot_glow',0), (12317,47323,'kill_cast_mist_sphere_sub',0), (12318,47329,'kill_result_ghost_shield_p2p',0), (12319,47344,'kill_design_flying_barrel',0), (12320,47353,'kill_result_breaking_faith_wall',0), (12321,47357,'kill_cached_state2',0), (12322,47391,'kill_result_flash_weapon_brown',0), (12323,47392,'kill_result_flash_weapon_purple',0), (12324,47393,'kill_result_flash_weapon_silver',0), (12325,47394,'kill_result_glow_weapon_tan',0), (12326,47395,'kill_result_mist_clingy_sub',0), (12327,47396,'kill_result_shout',0), (12328,47449,'kill_cast_debuff_blend',0), (12329,47452,'kill_cast_shield_grow_blend',0), (12330,47489,'kill_design_result_bubble_ring',0), (12331,47504,'kill_fel_epic_symbol',0), (12332,47507,'kill_warg_backup',0), (12333,47508,'kill_warg_fall',0), (12334,47509,'kill_warg_idle',0), (12335,47510,'kill_warg_jump',0), (12336,47511,'kill_warg_jump_substitute',0), (12337,47512,'kill_warg_land',0), (12338,47513,'kill_warg_long_fall',0), (12339,47514,'kill_warg_run',0), (12340,47515,'kill_warg_turn_left',0), (12341,47516,'kill_warg_turn_right',0), (12342,47517,'kill_warg_walk',0), (12343,47565,'kill_electric_hands_l',0), (12344,47566,'kill_electric_hands_r',0), (12345,47570,'kill_trdskl_horn',0), (12346,47578,'kill_warg_idle01',0), (12347,47579,'kill_warg_idle02',0), (12348,47607,'kill_pawstep_trigger',0), (12349,47637,'kill_result_deathward_heal',0), (12350,47638,'kill_result_doppleganger_p2p',0), (12351,47639,'kill_result_eyehand_buff',0), (12352,47657,'kill_cast_acid_storm_damage',0), (12353,47663,'kill_result_acid_rain_damage',0), (12354,47664,'kill_result_acid_storm_damage',0), (12355,47672,'kill_pawstep',0), (12356,47681,'kill_pawstep_snow',0), (12357,47686,'kill_snd_horn_centaur',0), (12358,47687,'kill_snd_horn_conch',0), (12359,47688,'kill_snd_horn_gnoll',0), (12360,47689,'kill_snd_horn_goblin',0), (12361,47692,'kill_cast_ball_lightning_damage',0), (12362,47693,'kill_cast_conjuror',0), (12363,47705,'kill_result_countersong_p2p',0), (12364,47706,'kill_result_rays_of_disintigration',0), (12365,47707,'kill_result_rays_of_disintigration_p2p',0), (12366,47713,'kill_cast_vampirism_p2p',0), (12367,47715,'kill_froglok_warg_idle',0), (12368,47716,'kill_froglok_warg_jump_substitute',0), (12369,47746,'kill_particle_mood_combat_enter',0), (12370,47747,'kill_result_fatal_followup',0), (12371,47748,'kill_result_puppetmaster',0), (12372,47757,'kill_special',0), (12373,47764,'kill_result_barrier',0), (12374,47765,'kill_result_softkill',0), (12375,47769,'kill_cast_leaf_blower_p2p',0), (12376,47772,'kill_cast_waterflush_p2p',0), (12377,47775,'kill_result_firewhimsy_p2p',0), (12378,47776,'kill_result_leaves_sticky',0), (12379,47777,'kill_result_p2p_lightning_bolts',0), (12380,47819,'kill_design_spotlight',0), (12381,47821,'kill_pawstep_leather_carpet',0), (12382,47822,'kill_pawstep_leather_dirt',0), (12383,47823,'kill_pawstep_leather_grass',0), (12384,47824,'kill_pawstep_leather_gravel',0), (12385,47825,'kill_pawstep_leather_ice',0), (12386,47826,'kill_pawstep_leather_metal',0), (12387,47827,'kill_pawstep_leather_mud',0), (12388,47828,'kill_pawstep_leather_sand',0), (12389,47829,'kill_pawstep_leather_snow',0), (12390,47830,'kill_pawstep_leather_stone',0), (12391,47831,'kill_pawstep_leather_water',0), (12392,47832,'kill_pawstep_leather_wood',0), (12393,47862,'kill_snd_fire_large_loop',0), (12394,47877,'kill_sound_peck',0), (12395,47885,'kill_sound_damagefeather',0), (12396,47888,'kill_cast_dirge_stringed_loop',0), (12397,47890,'kill_cast_horn_blowing_end',0), (12398,47891,'kill_cast_horn_blowing_loop',0), (12399,47896,'kill_fae_dark_1h_sword_attack',0), (12400,47897,'kill_fae_dark_1h_sword_attack01',0), (12401,47898,'kill_fae_dark_1h_sword_attack02',0), (12402,47899,'kill_fae_dark_1h_sword_attack03',0), (12403,47900,'kill_fae_dark_1h_sword_death_blow',0), (12404,47901,'kill_fae_dark_1h_sword_death_blow01',0), (12405,47902,'kill_fae_dark_1h_sword_dodge_backhand',0), (12406,47903,'kill_fae_dark_1h_sword_dodge_down',0), (12407,47904,'kill_fae_dark_1h_sword_dodge_forehand',0), (12408,47905,'kill_fae_dark_1h_sword_dodge_thrust',0), (12409,47906,'kill_fae_dark_1h_sword_ouch_backhand',0), (12410,47907,'kill_fae_dark_1h_sword_ouch_down',0), (12411,47908,'kill_fae_dark_1h_sword_ouch_forehand',0), (12412,47909,'kill_fae_dark_1h_sword_ouch_thrust',0), (12413,47910,'kill_fae_dark_1h_sword_parry_backhand',0), (12414,47911,'kill_fae_dark_1h_sword_parry_down',0), (12415,47912,'kill_fae_dark_1h_sword_parry_forehand',0), (12416,47913,'kill_fae_dark_1h_sword_parry_thrust',0), (12417,47914,'kill_fae_dark_2h_sword_attack',0), (12418,47915,'kill_fae_dark_2h_sword_attack01',0), (12419,47916,'kill_fae_dark_2h_sword_attack02',0), (12420,47917,'kill_fae_dark_2h_sword_defensive_buff',0), (12421,47918,'kill_fae_dark_2h_sword_dodge_backhand',0), (12422,47919,'kill_fae_dark_2h_sword_dodge_down',0), (12423,47920,'kill_fae_dark_2h_sword_dodge_forehand',0), (12424,47921,'kill_fae_dark_2h_sword_enter',0), (12425,47922,'kill_fae_dark_2h_sword_kick',0), (12426,47923,'kill_fae_dark_2h_sword_ouch_backhand',0), (12427,47924,'kill_fae_dark_2h_sword_ouch_down',0), (12428,47925,'kill_fae_dark_2h_sword_ouch_forehand',0), (12429,47926,'kill_fae_dark_2h_sword_ouch_thrust',0), (12430,47927,'kill_fae_dark_2h_sword_whirling_attack',0), (12431,47928,'kill_fae_dark_2h_sword_wild_swing',0), (12432,47929,'kill_fae_dark_bostaff_attack01',0), (12433,47930,'kill_fae_dark_bostaff_attack02',0), (12434,47931,'kill_fae_dark_bostaff_attack03',0), (12435,47932,'kill_fae_dark_bostaff_dodge_backhand',0), (12436,47933,'kill_fae_dark_bostaff_dodge_forehand',0), (12437,47934,'kill_fae_dark_climbing_backup',0), (12438,47935,'kill_fae_dark_climbing_enter_down_root',0), (12439,47936,'kill_fae_dark_climbing_exit_up_root',0), (12440,47937,'kill_fae_dark_climbing_idle',0), (12441,47938,'kill_fae_dark_climbing_strafe_left',0), (12442,47939,'kill_fae_dark_climbing_strafe_right',0), (12443,47940,'kill_fae_dark_climbing_walk',0), (12444,47941,'kill_fae_dark_dance',0), (12445,47942,'kill_fae_dark_dead',0), (12446,47943,'kill_fae_dark_dead_enter',0), (12447,47944,'kill_fae_dark_dual_wield_attack',0), (12448,47945,'kill_fae_dark_dual_wield_attack01',0), (12449,47946,'kill_fae_dark_dual_wield_attack02',0), (12450,47947,'kill_fae_dark_dual_wield_attack03',0), (12451,47948,'kill_fae_dark_dual_wield_dodge_backhand',0), (12452,47949,'kill_fae_dark_dual_wield_dodge_forehand',0), (12453,47950,'kill_fae_dark_dual_wield_kick',0), (12454,47951,'kill_fae_dark_dual_wield_ouch_backhand',0), (12455,47952,'kill_fae_dark_dual_wield_ouch_forehand',0), (12456,47953,'kill_fae_dark_dual_wield_parry_down',0), (12457,47954,'kill_fae_dark_dual_wield_whirling_attack',0), (12458,47955,'kill_fae_dark_dual_wield_wild_swing',0), (12459,47956,'kill_fae_dark_idle',0), (12460,47957,'kill_fae_dark_monk_attack',0), (12461,47958,'kill_fae_dark_monk_attack01',0), (12462,47959,'kill_fae_dark_monk_attack02',0), (12463,47960,'kill_fae_dark_monk_attack03',0), (12464,47961,'kill_fae_dark_monk_dodge_backhand',0), (12465,47962,'kill_fae_dark_monk_dodge_down',0), (12466,47963,'kill_fae_dark_monk_wild_swing',0), (12467,47964,'kill_fae_dark_pike_attack',0), (12468,47965,'kill_fae_dark_pike_attack01',0), (12469,47966,'kill_fae_dark_pike_attack02',0), (12470,47967,'kill_fae_dark_pike_kick',0), (12471,47968,'kill_fae_dark_pike_whirling_attack',0), (12472,47969,'kill_fae_dark_pike_wild_swing',0), (12473,47970,'kill_fae_dark_pugilist_attack',0), (12474,47971,'kill_fae_dark_pugilist_attack02',0), (12475,47972,'kill_fae_dark_pugilist_kick',0), (12476,47973,'kill_fae_dark_pugilist_whirling_attack',0), (12477,47974,'kill_fae_dark_pugilist_wild_swing',0), (12478,47975,'kill_fae_dark_run',0), (12479,47976,'kill_fae_dark_sit_enter',0), (12480,47977,'kill_fae_dark_sit_exit',0), (12481,47978,'kill_fae_dark_sit_idle',0), (12482,47979,'kill_fae_dark_untrained_ouch01',0), (12483,48000,'kill_cast_summon_undead_assemble',0), (12484,48001,'kill_cast_summon_undead_cyclone',0), (12485,48002,'kill_cast_summon_undead_flame_spurt',0), (12486,48003,'kill_cast_summon_undead_yawn',0), (12487,48013,'kill_result_clouds_head',0), (12488,48014,'kill_run01',0), (12489,48015,'kill_run02',0), (12490,48026,'kill_cast_bard_drum_persist',0), (12491,48027,'kill_cast_bard_flute_persist',0), (12492,48028,'kill_cast_bard_stringed_persist',0), (12493,48033,'kill_result_soulsuck_p2p',0), (12494,48069,'kill_design_fireworks_show_10',0), (12495,48070,'kill_design_fireworks_show_2',0), (12496,48071,'kill_design_fireworks_show_4',0), (12497,48072,'kill_design_fireworks_show_6',0), (12498,48075,'kill_sound_bud',0), (12499,48076,'kill_sound_idle_legs',0), (12500,48089,'kill_design_neriak_opera_backdrop_moon',0), (12501,48090,'kill_design_neriak_opera_backdrop_palace',0), (12502,48091,'kill_design_neriak_opera_backdrop_sky',0), (12503,48092,'kill_design_neriak_opera_backdrop_trees',0), (12504,48102,'kill_trdskl_metal_sparks',0), (12505,48131,'kill_sound_deathwing',0), (12506,48132,'kill_sound_idlebreathe',0), (12507,48133,'kill_sound_idlewing',0), (12508,48134,'kill_sound_stinger',0), (12509,48135,'kill_sound_swooshstinger',0), (12510,48177,'kill_result_anvil_drop',0), (12511,48186,'kill_walk01',0), (12512,48187,'kill_walk02',0), (12513,48243,'kill_result_star_burst',0), (12514,48244,'kill_result_stunned_star',0), (12515,48297,'kill_attack_02',0), (12516,48301,'kill_green_smoke-ouch',0), (12517,48302,'kill_green_smoke_ouch',0), (12518,48304,'kill_royal_wave_short',0), (12519,48306,'kill_spike_ball01',0), (12520,48307,'kill_spike_ball02',0), (12521,48308,'kill_spike_ball03',0), (12522,48356,'kill_draw_weapon',0), (12523,48357,'kill_fel_epic_symbol_outer',0), (12524,48379,'kill_draw_weapon_idle',0), (12525,48382,'kill_sheathe_weapon_idle',0), (12526,48383,'kill_fade_cast_sound',0), (12527,48384,'kill_fade_reverse_sound',0), (12528,48385,'kill_cast_poison_dragon_breath_test',0), (12529,48386,'kill_cast_pricecheck',0), (12530,48387,'kill_constant_fx',0), (12531,48388,'kill_instant_fx',0), (12532,48389,'kill_sd_spiritdescend_snd',0), (12533,48390,'kill_1h_sword_idle01',0), (12534,48397,'kill_paperdoll',0), (12535,48405,'kill_tail_combat',0), (12536,48408,'kill_aura_yellow',0), (12537,48409,'kill_cast_lhand_sparkle_trail_blend',0), (12538,48412,'kill_cast_rhand_sparkle_trail_blend',0), (12539,48420,'kill_tail_run',0), (12540,48425,'kill_climbing_chainmail_rope',0), (12541,48426,'kill_climbing_leather_rope',0), (12542,48427,'kill_climbing_metal_rope',0), (12543,48430,'kill_run_tail',0), (12544,48437,'kill_result_cold_ice_crystals_hands',0), (12545,48438,'kill_result_cold_ice_crystals_lefthand',0), (12546,48439,'kill_result_cold_ice_crystals_righthand',0), (12547,48440,'kill_result_hand_rings_fire',0), (12548,48441,'kill_result_hand_rings_ice',0), (12549,48442,'kill_result_hand_rings_lightning',0), (12550,48443,'kill_result_rock_hands',0), (12551,48446,'kill_attack_fx',0), (12552,48453,'kill_result_plant_filaments',0), (12553,48461,'kill_sound_damagestone',0), (12554,48462,'kill_sound_deadloud',0), (12555,48467,'kill_cast_skull_grow',0), (12556,48468,'kill_cast_sonic_ring',0), (12557,48469,'kill_cast_sonic_ring_vertical',0), (12558,48472,'kill_result_poison_cysts_popping',0), (12559,48473,'kill_result_silence',0), (12560,48480,'kill_result_gangrene',0), (12561,48488,'kill_snd_aof_anvilfall',0), (12562,48489,'kill_snd_aof_anvilhit',0), (12563,48497,'kill_snd_acidrain_cast',0), (12564,48498,'kill_snd_acidrain_result',0), (12565,48504,'kill_death',0), (12566,48507,'kill_sheathe_weapon',0), (12567,48508,'kill_snd_design_terror001',0), (12568,48509,'kill_snd_design_terror002',0), (12569,48510,'kill_snd_design_terror003',0), (12570,48511,'kill_snd_design_terror004',0), (12571,48512,'kill_snd_design_terror005',0), (12572,48513,'kill_snd_design_terror006',0), (12573,48514,'kill_snd_design_terror007',0), (12574,48515,'kill_snd_design_terror008',0), (12575,48516,'kill_snd_design_terror009',0), (12576,48517,'kill_snd_design_terror010',0), (12577,48518,'kill_snd_design_terror011',0), (12578,48519,'kill_snd_design_terror012',0), (12579,48520,'kill_snd_design_terror020',0), (12580,48521,'kill_sound_blow',0), (12581,48522,'kill_sound_deathfall1',0), (12582,48523,'kill_sound_deathfall2',0), (12583,48531,'kill_sound_idlehit',0), (12584,48532,'kill_sound_idleyell',0), (12585,48539,'kill_kick_fx',0), (12586,48540,'kill_result_bucket',0), (12587,48547,'kill_result_lava_burst',0), (12588,48548,'kill_rhino_backup',0), (12589,48549,'kill_rhino_idle',0), (12590,48550,'kill_rhino_jump_substitute',0), (12591,48551,'kill_rhino_run',0), (12592,48552,'kill_rhino_turn_left',0), (12593,48553,'kill_rhino_turn_right',0), (12594,48554,'kill_rhino_walk',0), (12595,48561,'kill_result_blast_cone_aoe',0), (12596,48562,'kill_result_pants_off',0), (12597,48569,'kill_result_god_spell_bristlebane',0), (12598,48575,'kill_design_plant_attack',0), (12599,48577,'kill_rhino_fall',0), (12600,48578,'kill_rhino_jump',0), (12601,48579,'kill_rhino_land',0), (12602,48586,'kill_result_cocoon_blue',0), (12603,48587,'kill_result_cocoon_green',0), (12604,48588,'kill_result_cocoon_red',0), (12605,48589,'kill_result_cocoon_yellow',0), (12606,48590,'kill_result_web_shooting_p2p',0), (12607,48596,'kill_fly_combat',0), (12608,48597,'kill_fly_combat01',0), (12609,48598,'kill_fly_enter',0), (12610,48599,'kill_fly_exit',0), (12611,48602,'kill_snd_cow_moo',0), (12612,48603,'kill_trdskl_beehive',0), (12613,48610,'kill_result_bee_breath',0), (12614,48611,'kill_result_beehive_hit',0), (12615,48613,'kill_sound_ribbit',0), (12616,48614,'kill_sound_tonguesplat',0), (12617,48619,'kill_cast_wild_heart_buff',0), (12618,48622,'kill_persist_fear_skulls',0), (12619,48623,'kill_persist_wild_heart_beating',0), (12620,48629,'kill_drag_sparks',0), (12621,48630,'kill_ground_blast',0), (12622,48632,'kill_pawbuster_attack_enter',0), (12623,48633,'kill_pawbuster_attack_exit',0), (12624,48634,'kill_pawbuster_attack_idle',0), (12625,48635,'kill_result_webby_root',0), (12626,48643,'kill_sparkle_trail_weapon',0), (12627,48644,'kill_sparkle_trail_weapon_spiral',0), (12628,48649,'kill_cast_webshoot',0), (12629,48650,'kill_cast_webshoot_p2p',0), (12630,48654,'kill_walk_tail',0), (12631,48659,'kill_cast_trace_firespikes_sub_l',0), (12632,48660,'kill_cast_trace_firespikes_sub_r',0), (12633,48667,'kill_pugilist_charge_up_long',0), (12634,48675,'kill_spike_fist',0), (12635,48681,'kill_fx_on',0), (12636,48683,'kill_result_ground_blast_ring',0), (12637,48689,'kill_griffin_glide',0), (12638,48695,'kill_idle_to_combat',0), (12639,48702,'kill_result_fire_object',0), (12640,48709,'kill_rhino_long_fall',0), (12641,48710,'kill_rhino_strafe_left',0), (12642,48711,'kill_rhino_strafe_right',0), (12643,48712,'kill_run_tail_cloak',0), (12644,48714,'kill_walk_tail_cloak',0), (12645,48717,'kill_beam0_blue',0), (12646,48718,'kill_beam0_red',0), (12647,48719,'kill_beam0_yellow',0), (12648,48720,'kill_beam1_blue',0), (12649,48721,'kill_beam1_red',0), (12650,48722,'kill_beam1_yellow',0), (12651,48723,'kill_beam2_blue',0), (12652,48724,'kill_beam2_red',0), (12653,48725,'kill_beam2_yellow',0), (12654,48726,'kill_beam3_blue',0), (12655,48727,'kill_beam3_red',0), (12656,48728,'kill_beam3_yellow',0), (12657,48729,'kill_beam_door',0), (12658,48734,'kill_cast_shards',0), (12659,48735,'kill_cast_shards_blast',0), (12660,48738,'kill_mood_dance',0), (12661,48741,'kill_beam_miss_orange',0), (12662,48742,'kill_beam_miss_purple',0), (12663,48743,'kill_cast_dragon_pbae_lightning_red',0), (12664,48744,'kill_cast_dual_shards',0), (12665,48747,'kill_cast_shard_cloud_blast',0), (12666,48748,'kill_cast_shard_lightning',0), (12667,48749,'kill_cast_shard_pulse',0), (12668,48750,'kill_cast_shards_fusion',0), (12669,48751,'kill_cast_shards_merging',0), (12670,48757,'kill_ghost_idle',0), (12671,48762,'kill_cha_beam_blast0',0), (12672,48763,'kill_cha_beam_blast1',0), (12673,48764,'kill_cha_beam_blast2',0), (12674,48765,'kill_cha_beam_blast_up',0), (12675,48771,'kill_design_charasis_beams_purple',0), (12676,48772,'kill_design_charasis_beams_turquoise',0), (12677,48779,'kill_result_ghost_forced_shader_4_green',0), (12678,48780,'kill_result_ghost_forced_shader_4_red',0), (12679,48787,'kill_result_barrier_blue',0), (12680,48788,'kill_result_barrier_red',0), (12681,48789,'kill_result_barrier_yellow',0), (12682,48795,'kill_design_blood_puddle',0), (12683,48797,'kill_result_berserker_black_eyes',0), (12684,48798,'kill_result_berserker_blue_eyes',0), (12685,48799,'kill_result_berserker_purple_eyes',0), (12686,48800,'kill_result_berserker_white_eyes',0), (12687,48805,'kill_combat_idle2',0), (12688,48807,'kill_design_charasis_windfan_fx',0), (12689,48810,'kill_cast_no_target_blue_star',0), (12690,48814,'kill_design_charasis_theater_fx',0), (12691,48815,'kill_design_charasis_vision_fens',0), (12692,48816,'kill_design_charasis_vision_jarsath',0), (12693,48817,'kill_design_charasis_vision_kunzar',0), (12694,48818,'kill_design_charasis_vision_kylong',0), (12695,48824,'kill_dance_enter',0), (12696,48825,'kill_dance_exit',0), (12697,48827,'kill_result_ghost_shadow',0), (12698,48833,'kill_design_lava_projectile',0), (12699,48834,'kill_design_vision_teleport_veeshans',0), (12700,48842,'kill_sound_fall001',0), (12701,48848,'kill_design_veeshans_barrier',0), (12702,48854,'kill_design_veeshans_rock_drop',0), (12703,48857,'kill_sound_belly001',0), (12704,48858,'kill_sound_belly002',0), (12705,48863,'kill_cast_summon_undead_cyclone_green',0), (12706,48865,'kill_goo_arm_buff',0), (12707,48867,'kill_result_pus_bolt_p2p',0), (12708,48868,'kill_result_pus_splat',0), (12709,48869,'kill_result_sickly_aura_aoe',0), (12710,48870,'kill_ring',0), (12711,48876,'kill_design_vision_teleport_traks_lair',0), (12712,48877,'kill_draw_weapon_primary_trigger',0), (12713,48878,'kill_draw_weapon_secondary_trigger',0), (12714,48880,'kill_result_barrier_orange',0), (12715,48881,'kill_result_gavel_pound',0), (12716,48882,'kill_result_stinky_aura',0), (12717,48883,'kill_screen_shake',0), (12718,48885,'kill_sheathe_weapon_primary_trigger',0), (12719,48886,'kill_sheathe_weapon_secondary_trigger',0), (12720,48887,'kill_stomp_sound',0), (12721,48895,'kill_sound_bone',0), (12722,48896,'kill_sound_bonedeath',0), (12723,48903,'kill_result_glade',0), (12724,48904,'kill_result_ice_storm',0), (12725,48905,'kill_result_shroud_of_clouds',0), (12726,48911,'kill_design_karnors_beam_center',0), (12727,48912,'kill_design_karnors_beam_left',0), (12728,48913,'kill_design_karnors_beam_right',0), (12729,48915,'kill_result_timed_heart_tap',0), (12730,48917,'kill_sound_yawn',0), (12731,48922,'kill_combat_attack',0), (12732,48925,'kill_mount_attack01',0), (12733,48926,'kill_mount_combat_idle',0), (12734,48927,'kill_mount_ouch',0), (12735,48928,'kill_mount_ouch01',0), (12736,48929,'kill_result_soul_attack_p2p',0), (12737,48930,'kill_rhino_sprint',0), (12738,48931,'kill_sarnak_1h_crush_idle',0), (12739,48932,'kill_sarnak_1h_pierce_idle',0), (12740,48933,'kill_sarnak_1h_sword_idle',0), (12741,48934,'kill_sarnak_1h_thrown_idle',0), (12742,48935,'kill_sarnak_2h_sword_idle',0), (12743,48936,'kill_sarnak_backup',0), (12744,48937,'kill_sarnak_backup_run',0), (12745,48938,'kill_sarnak_bostaff_idle',0), (12746,48939,'kill_sarnak_combat_idle',0), (12747,48940,'kill_sarnak_dual_wield_idle',0), (12748,48941,'kill_sarnak_fall',0), (12749,48942,'kill_sarnak_idle',0), (12750,48943,'kill_sarnak_idle01',0), (12751,48944,'kill_sarnak_monk_idle',0), (12752,48945,'kill_sarnak_pike_idle',0), (12753,48946,'kill_sarnak_pugilist_idle',0), (12754,48947,'kill_sarnak_rhino_backup',0), (12755,48948,'kill_sarnak_rhino_idle',0), (12756,48949,'kill_sarnak_rhino_jump_substitute',0), (12757,48950,'kill_sarnak_rhino_run',0), (12758,48951,'kill_sarnak_rhino_strafe_left',0), (12759,48952,'kill_sarnak_rhino_strafe_right',0), (12760,48953,'kill_sarnak_rhino_turn_left',0), (12761,48954,'kill_sarnak_rhino_turn_right',0), (12762,48955,'kill_sarnak_run',0), (12763,48956,'kill_sarnak_run_03',0), (12764,48957,'kill_sarnak_run_down_idle',0), (12765,48958,'kill_sarnak_run_long',0), (12766,48959,'kill_sarnak_run_up_idle',0), (12767,48960,'kill_sarnak_sit_enter',0), (12768,48961,'kill_sarnak_sit_exit',0), (12769,48962,'kill_sarnak_sit_idle',0), (12770,48963,'kill_sarnak_strafe_left_run',0), (12771,48964,'kill_sarnak_strafe_right_run',0), (12772,48965,'kill_sarnak_sway_l',0), (12773,48966,'kill_sarnak_sway_r',0), (12774,48967,'kill_sarnak_untrained_idle',0), (12775,48968,'kill_sarnak_walk',0), (12776,48971,'kill_carpet_backup',0), (12777,48977,'kill_sokokar_idle',0), (12778,48978,'kill_sokokar_run',0), (12779,48979,'kill_sokokar_walk',0), (12780,48986,'kill_pus_splat',0), (12781,48988,'kill_sound_cast001',0), (12782,48989,'kill_sound_cast002',0), (12783,48990,'kill_sound_slam',0), (12784,48993,'kill_aura_green',0), (12785,48996,'kill_cast_venril_beam_buff',0), (12786,48997,'kill_cast_venril_crystal',0), (12787,48998,'kill_cast_venril_ring',0), (12788,48999,'kill_cast_venril_ring_buff',0), (12789,49002,'kill_result_ghosts',0), (12790,49008,'kill_death_enter',0), (12791,49009,'kill_death_tail',0), (12792,49010,'kill_hand_fx_left',0), (12793,49011,'kill_hand_fx_right',0), (12794,49014,'kill_sokokar_glide',0), (12795,49015,'kill_sound_deadeye001',0), (12796,49016,'kill_sound_deadeye002',0), (12797,49017,'kill_sound_deathdeflate',0), (12798,49018,'kill_sound_smoke',0), (12799,49023,'kill_cast_trail_head',0), (12800,49030,'kill_manipulate',0), (12801,49038,'kill_sound_bones',0), (12802,49039,'kill_sound_deathghost',0), (12803,49045,'kill_eye_beams',0), (12804,49047,'kill_result_pus_rain_aoe',0), (12805,49048,'kill_sarnak_1h_crush_enter',0), (12806,49049,'kill_sarnak_1h_pierce_enter',0), (12807,49050,'kill_sarnak_1h_sword_attack',0), (12808,49051,'kill_sarnak_1h_sword_attack02',0), (12809,49052,'kill_sarnak_1h_sword_attack03',0), (12810,49053,'kill_sarnak_1h_sword_death_blow',0), (12811,49054,'kill_sarnak_1h_sword_death_blow01',0), (12812,49055,'kill_sarnak_1h_sword_enter',0), (12813,49056,'kill_sarnak_1h_sword_exit',0), (12814,49057,'kill_sarnak_1h_thrown_enter',0), (12815,49058,'kill_sarnak_1h_wand_enter',0), (12816,49059,'kill_sarnak_1h_wand_idle',0), (12817,49060,'kill_sarnak_2h_sword_enter',0), (12818,49061,'kill_sarnak_dead',0), (12819,49062,'kill_sarnak_dead_enter',0), (12820,49069,'kill_result_fireworks_confetti',0), (12821,49072,'kill_cast_breath_divine',0), (12822,49073,'kill_cast_breath_magic',0), (12823,49080,'kill_result_breath_magic',0), (12824,49086,'kill_design_green_mist',0), (12825,49088,'kill_power_up',0), (12826,49089,'kill_sarnak_2h_sword_attack',0), (12827,49090,'kill_sarnak_2h_sword_attack01',0), (12828,49091,'kill_sarnak_2h_sword_attack02',0), (12829,49092,'kill_sarnak_2h_sword_kick',0), (12830,49093,'kill_sarnak_monk_enter',0), (12831,49096,'kill_cast_dragon_tail_trail',0), (12832,49097,'kill_cast_dragon_tail_trail_long',0), (12833,49098,'kill_cast_dragon_wing_buffet',0), (12834,49102,'kill_horse_combat_idle',0), (12835,49104,'kill_result_fleas',0), (12836,49105,'kill_sarnak_bow_enter',0), (12837,49106,'kill_sarnak_bow_idle',0), (12838,49108,'kill_sound_attack_main',0), (12839,49109,'kill_sound_attack_medusa',0), (12840,49110,'kill_sound_attack_mouth',0), (12841,49111,'kill_sound_damage_medusa',0), (12842,49112,'kill_sound_damage_mouth',0), (12843,49113,'kill_sound_death_medusa',0), (12844,49114,'kill_sound_death_mouth',0), (12845,49115,'kill_sound_enter',0), (12846,49116,'kill_sound_enter_vocal',0), (12847,49117,'kill_sound_swing',0), (12848,49124,'kill_result_god_cackle_tribunal',0), (12849,49125,'kill_result_god_spell_bertoxxulous',0), (12850,49126,'kill_result_god_spell_karana',0), (12851,49127,'kill_result_god_spell_tribunal',0), (12852,49129,'kill_snd_rain_9s',0), (12853,49130,'kill_trdskl_barracuda',0), (12854,49133,'kill_cast_dragon_breath_cold',0), (12855,49134,'kill_cast_dragon_breath_heat',0), (12856,49135,'kill_cast_dragon_breath_lightning',0), (12857,49136,'kill_cast_dragon_breath_poison',0), (12858,49137,'kill_cast_drake_breath_cold',0), (12859,49138,'kill_cast_drake_breath_lightning',0), (12860,49139,'kill_cast_drake_breath_magic_divine',0), (12861,49140,'kill_cast_drake_breath_poison',0), (12862,49144,'kill_design_ball_summon',0), (12863,49145,'kill_design_leash',0), (12864,49146,'kill_design_lightning_ground',0), (12865,49147,'kill_design_pillar_summon',0), (12866,49149,'kill_ouch_back',0), (12867,49150,'kill_sarnak_dual_wield_attack01',0), (12868,49152,'kill_sit_idle_tail',0), (12869,49159,'kill_runes_shissar1',0), (12870,49160,'kill_runes_shissar2',0), (12871,49161,'kill_runes_shissar3',0), (12872,49162,'kill_runes_shissar4',0), (12873,49163,'kill_runes_shissar5',0), (12874,49164,'kill_runes_shissar6',0), (12875,49165,'kill_runes_shissar7',0), (12876,49166,'kill_runes_shissar8',0), (12877,49173,'kill_pike_advance',0), (12878,49180,'kill_result_trakanon_static_repulsion',0), (12879,49186,'kill_design_poison_splashes',0), (12880,49188,'kill_particle_teleport',0), (12881,49190,'kill_wizard_rune_blast',0), (12882,49197,'kill_result_hand_rings_smoke',0), (12883,49198,'kill_result_pie_splat',0), (12884,49199,'kill_sarnak_1h_crush_attack',0), (12885,49200,'kill_sarnak_1h_crush_attack02',0), (12886,49201,'kill_sarnak_1h_crush_attack03',0), (12887,49202,'kill_sarnak_1h_pierce_attack',0), (12888,49203,'kill_sarnak_bostaff_attack',0), (12889,49204,'kill_sarnak_bostaff_attack01',0), (12890,49205,'kill_sarnak_bostaff_attack02',0), (12891,49206,'kill_sarnak_bostaff_attack03',0), (12892,49207,'kill_sarnak_dual_wield_attack',0), (12893,49208,'kill_sarnak_dual_wield_attack02',0), (12894,49209,'kill_sarnak_fishing_cast',0), (12895,49210,'kill_sarnak_fishing_fight',0), (12896,49211,'kill_sarnak_fishing_reel_in',0), (12897,49212,'kill_sarnak_forestry_chopping',0), (12898,49213,'kill_sarnak_forestry_success',0), (12899,49214,'kill_sarnak_gathering_search',0), (12900,49215,'kill_sarnak_gathering_success',0), (12901,49216,'kill_sarnak_mining_digging',0), (12902,49217,'kill_sarnak_monk_attack',0), (12903,49218,'kill_sarnak_monk_attack01',0), (12904,49219,'kill_sarnak_monk_attack02',0), (12905,49220,'kill_sarnak_monk_attack03',0), (12906,49221,'kill_sarnak_monk_kick',0), (12907,49222,'kill_sarnak_pike_attack',0), (12908,49223,'kill_sarnak_pike_attack01',0), (12909,49224,'kill_sarnak_pike_attack02',0), (12910,49225,'kill_sarnak_pike_attack03',0), (12911,49226,'kill_sarnak_pike_kick',0), (12912,49228,'kill_trdskl_pie',0), (12913,49235,'kill_result_hand_rings_poison',0), (12914,49236,'kill_sarnak_1h_sword_attack01',0), (12915,49237,'kill_sarnak_mining_success',0), (12916,49240,'kill_cast_mirror',0), (12917,49244,'kill_design_parrot_shoulder',0), (12918,49246,'kill_result_splat',0), (12919,49248,'kill_trdskl_glob',0), (12920,49255,'kill_result_bread_hit',0), (12921,49257,'kill_trdskl_bread',0), (12922,49263,'kill_froglok_dead_enter',0), (12923,49264,'kill_froglok_run_up_idle',0), (12924,49265,'kill_froglok_swim_attack',0), (12925,49266,'kill_froglok_swim_go',0), (12926,49267,'kill_froglok_swim_idle',0), (12927,49268,'kill_froglok_swim_ouch',0), (12928,49269,'kill_iksar_swim_backup',0), (12929,49270,'kill_iksar_swim_go',0), (12930,49272,'kill_sarnak_rhino_sprint',0), (12931,49273,'kill_sarnak_swim_backup',0), (12932,49274,'kill_sarnak_swim_go',0), (12933,49276,'kill_swim_go',0), (12934,49281,'kill_close',0), (12935,49282,'kill_2h_sword',0), (12936,49285,'kill_cast_armor_assemble',0), (12937,49288,'kill_cast_chalice_descending',0), (12938,49295,'kill_result_blast_double_cone_aoe',0), (12939,49298,'kill_carpet_tail',0), (12940,49299,'kill_carpet_tail_cloak',0), (12941,49304,'kill_result_book_hit',0), (12942,49306,'kill_trdskl_book',0), (12943,49307,'kill_trdskl_rose',0), (12944,49313,'kill_flash',0), (12945,49314,'kill_glint',0), (12946,49317,'kill_cast_light_beam_grow',0), (12947,49322,'kill_result_gavel_drop',0), (12948,49323,'kill_result_hearts_red',0), (12949,49324,'kill_result_light_slam_aoe',0), (12950,49325,'kill_result_vertical_blast',0), (12951,49328,'kill_cast_lightning_aoe_blast_out',0), (12952,49333,'kill_result_cyclone_storm',0), (12953,49336,'kill_cast_cyclone_storm_blast',0), (12954,49343,'kill_ouch_forhand',0), (12955,49348,'kill_community_robe_red',0), (12956,49350,'kill_fire_foolish',0), (12957,49351,'kill_guide_robe_green',0), (12958,49357,'kill_dance_synced',0), (12959,49359,'kill_result_frisbee_p2p',0), (12960,49361,'kill_trdskl_frisbee',0), (12961,49364,'kill_brew_day_mugs',0), (12962,49369,'kill_result_feather_smack',0), (12963,49370,'kill_sarnak_1h_sword_dodge_backhand',0), (12964,49371,'kill_sarnak_1h_sword_dodge_down',0), (12965,49372,'kill_sarnak_1h_sword_dodge_forehand',0), (12966,49373,'kill_sarnak_1h_sword_dodge_thrust',0), (12967,49374,'kill_sarnak_1h_sword_ouch_backhand',0), (12968,49375,'kill_sarnak_1h_sword_ouch_down',0), (12969,49376,'kill_sarnak_1h_sword_ouch_forehand',0), (12970,49377,'kill_sarnak_1h_sword_ouch_thrust',0), (12971,49378,'kill_sarnak_1h_sword_parry_backhand',0), (12972,49379,'kill_sarnak_1h_sword_parry_down',0), (12973,49380,'kill_sarnak_1h_sword_parry_forehand',0), (12974,49381,'kill_sarnak_1h_sword_parry_thrust',0), (12975,49382,'kill_sarnak_2h_sword_dodge_down',0), (12976,49383,'kill_sarnak_2h_sword_dodge_forehand',0), (12977,49384,'kill_sarnak_2h_sword_ouch_backhand',0), (12978,49385,'kill_sarnak_2h_sword_ouch_down',0), (12979,49386,'kill_sarnak_2h_sword_ouch_forehand',0), (12980,49387,'kill_sarnak_2h_sword_ouch_thrust',0), (12981,49388,'kill_sarnak_2h_sword_ouch_thust',0), (12982,49389,'kill_sarnak_2h_sword_parry_backhand',0), (12983,49390,'kill_sarnak_2h_sword_parry_down',0), (12984,49391,'kill_sarnak_2h_sword_parry_forehand',0), (12985,49392,'kill_sarnak_agree',0), (12986,49393,'kill_sarnak_applaude',0), (12987,49394,'kill_sarnak_attention',0), (12988,49395,'kill_sarnak_beckon',0), (12989,49396,'kill_sarnak_beg',0), (12990,49397,'kill_sarnak_boggle',0), (12991,49398,'kill_sarnak_bostaff_dodge_backhand',0), (12992,49399,'kill_sarnak_bostaff_dodge_down',0), (12993,49400,'kill_sarnak_bostaff_dodge_forehand',0), (12994,49401,'kill_sarnak_bostaff_ouch_backhand',0), (12995,49402,'kill_sarnak_bostaff_ouch_down',0), (12996,49403,'kill_sarnak_bostaff_ouch_forehand',0), (12997,49404,'kill_sarnak_bostaff_ouch_thrust',0), (12998,49405,'kill_sarnak_bostaff_parry_backhand',0), (12999,49406,'kill_sarnak_bostaff_parry_down',0), (13000,49407,'kill_sarnak_bostaff_parry_forehand',0), (13001,49408,'kill_sarnak_bostaff_parry_thrust',0), (13002,49409,'kill_sarnak_bow',0), (13003,49410,'kill_sarnak_brandish',0), (13004,49411,'kill_sarnak_bye',0), (13005,49412,'kill_sarnak_cackle',0), (13006,49413,'kill_sarnak_cheer',0), (13007,49414,'kill_sarnak_chuckle',0), (13008,49415,'kill_sarnak_confused',0), (13009,49416,'kill_sarnak_crazy',0), (13010,49417,'kill_sarnak_cringe',0), (13011,49418,'kill_sarnak_cry',0), (13012,49419,'kill_sarnak_curse',0), (13013,49420,'kill_sarnak_curtsey',0), (13014,49421,'kill_sarnak_curtsey2',0), (13015,49422,'kill_sarnak_cutthroat',0), (13016,49423,'kill_sarnak_doubletake',0), (13017,49424,'kill_sarnak_dual_wield_attack03',0), (13018,49425,'kill_sarnak_dual_wield_dodge_backhand',0), (13019,49426,'kill_sarnak_dual_wield_dodge_down',0), (13020,49427,'kill_sarnak_dual_wield_dodge_forehand',0), (13021,49428,'kill_sarnak_dual_wield_kick',0), (13022,49429,'kill_sarnak_dual_wield_ouch_backhand',0), (13023,49430,'kill_sarnak_dual_wield_ouch_down',0), (13024,49431,'kill_sarnak_dual_wield_ouch_forehand',0), (13025,49432,'kill_sarnak_dual_wield_parry_down',0), (13026,49433,'kill_sarnak_duck',0), (13027,49434,'kill_sarnak_fflirt',0), (13028,49435,'kill_sarnak_fistclapping',0), (13029,49436,'kill_sarnak_flex',0), (13030,49437,'kill_sarnak_flirt',0), (13031,49438,'kill_sarnak_flustered',0), (13032,49439,'kill_sarnak_frustration',0), (13033,49440,'kill_sarnak_gag',0), (13034,49441,'kill_sarnak_giggle',0), (13035,49442,'kill_sarnak_glare',0), (13036,49443,'kill_sarnak_grumble',0), (13037,49444,'kill_sarnak_happy',0), (13038,49445,'kill_sarnak_headslap',0), (13039,49446,'kill_sarnak_hearnoevil',0), (13040,49447,'kill_sarnak_heartattack',0), (13041,49448,'kill_sarnak_heelclick',0), (13042,49449,'kill_sarnak_hellno',0), (13043,49450,'kill_sarnak_hello',0), (13044,49451,'kill_sarnak_hourglass',0), (13045,49452,'kill_sarnak_howl',0), (13046,49453,'kill_sarnak_indigestion',0), (13047,49454,'kill_sarnak_itch',0), (13048,49455,'kill_sarnak_listen',0), (13049,49456,'kill_sarnak_lookaway',0), (13050,49457,'kill_sarnak_monk_dodge_backhand',0), (13051,49458,'kill_sarnak_monk_dodge_forehand',0), (13052,49459,'kill_sarnak_monk_ouch_backhand',0), (13053,49460,'kill_sarnak_monk_ouch_down',0), (13054,49461,'kill_sarnak_monk_ouch_forehand',0), (13055,49462,'kill_sarnak_monk_parry_backhand',0), (13056,49463,'kill_sarnak_monk_parry_down',0), (13057,49464,'kill_sarnak_monk_parry_forehand',0), (13058,49465,'kill_sarnak_moon',0), (13059,49466,'kill_sarnak_neener',0), (13060,49467,'kill_sarnak_no',0), (13061,49468,'kill_sarnak_nod',0), (13062,49469,'kill_sarnak_notworthy',0), (13063,49470,'kill_sarnak_orate',0), (13064,49471,'kill_sarnak_peer',0), (13065,49472,'kill_sarnak_pike_dodge_backhand',0), (13066,49473,'kill_sarnak_pike_dodge_down',0), (13067,49474,'kill_sarnak_pike_dodge_forehand',0), (13068,49475,'kill_sarnak_pike_dodge_thrust',0), (13069,49476,'kill_sarnak_pike_ouch_backhand',0), (13070,49477,'kill_sarnak_pike_ouch_down',0), (13071,49478,'kill_sarnak_pike_ouch_thrust',0), (13072,49479,'kill_sarnak_pike_parry_backhand',0), (13073,49480,'kill_sarnak_pike_parry_down',0), (13074,49481,'kill_sarnak_pike_parry_forehand',0), (13075,49482,'kill_sarnak_point',0), (13076,49483,'kill_sarnak_ponder',0), (13077,49484,'kill_sarnak_pout',0), (13078,49485,'kill_sarnak_pugilist_attack',0), (13079,49486,'kill_sarnak_pugilist_attack01',0), (13080,49487,'kill_sarnak_pugilist_attack02',0), (13081,49488,'kill_sarnak_pugilist_attack03',0), (13082,49489,'kill_sarnak_pugilist_dodge_backhand',0), (13083,49490,'kill_sarnak_pugilist_dodge_down',0), (13084,49491,'kill_sarnak_pugilist_kick',0), (13085,49492,'kill_sarnak_raisehand',0), (13086,49493,'kill_sarnak_royalwave',0), (13087,49494,'kill_sarnak_rubhands',0), (13088,49495,'kill_sarnak_rude',0), (13089,49496,'kill_sarnak_sad',0), (13090,49497,'kill_sarnak_salute',0), (13091,49498,'kill_sarnak_sarcasticclap',0), (13092,49499,'kill_sarnak_scold',0), (13093,49500,'kill_sarnak_scratch',0), (13094,49501,'kill_sarnak_scream',0), (13095,49502,'kill_sarnak_seenoevil',0), (13096,49503,'kill_sarnak_shakefist',0), (13097,49504,'kill_sarnak_shame',0), (13098,49505,'kill_sarnak_shimmy',0), (13099,49506,'kill_sarnak_shiver',0), (13100,49507,'kill_sarnak_shrug',0), (13101,49508,'kill_sarnak_sigh',0), (13102,49509,'kill_sarnak_smile',0), (13103,49510,'kill_sarnak_smirk',0), (13104,49511,'kill_sarnak_sneer',0), (13105,49512,'kill_sarnak_sneeze',0), (13106,49513,'kill_sarnak_snicker',0), (13107,49514,'kill_sarnak_sniff',0), (13108,49515,'kill_sarnak_speaknoevil',0), (13109,49516,'kill_sarnak_square',0), (13110,49517,'kill_sarnak_squeal',0), (13111,49518,'kill_sarnak_stare',0), (13112,49519,'kill_sarnak_stinky',0), (13113,49520,'kill_sarnak_stretch',0), (13114,49521,'kill_sarnak_sulk',0), (13115,49522,'kill_sarnak_swear',0), (13116,49523,'kill_sarnak_tantrum',0), (13117,49524,'kill_sarnak_tapfoot',0), (13118,49525,'kill_sarnak_taunt',0), (13119,49526,'kill_sarnak_thank',0), (13120,49527,'kill_sarnak_thumbs',0), (13121,49528,'kill_sarnak_violin',0), (13122,49529,'kill_sarnak_wave',0), (13123,49530,'kill_sarnak_whistle',0), (13124,49531,'kill_sarnak_whome',0), (13125,49532,'kill_sarnak_wince',0), (13126,49533,'kill_sarnak_wink',0), (13127,49534,'kill_sarnak_yawn',0), (13128,49535,'kill_sarnak_yeah',0), (13129,49537,'kill_trdskl_pillow',0), (13130,49540,'kill_cast_boomerang',0), (13131,49546,'kill_trdskl_boomerang',0), (13132,49554,'kill_snd_pillow_impact',0), (13133,49557,'kill_brick_throw',0), (13134,49561,'kill_horn_blow',0), (13135,49569,'kill_sound_horn',0), (13136,49575,'kill_design_cast_vision_shardofhate',0), (13137,49582,'kill_result_waterwall',0), (13138,49589,'kill_result_netted',0), (13139,49591,'kill_trdskl_net',0), (13140,49599,'kill_vek_beam01_blue',0), (13141,49600,'kill_vek_beam01_green',0), (13142,49601,'kill_vek_beam01_red',0), (13143,49602,'kill_vek_beam01_yellow',0), (13144,49603,'kill_vek_beam02_blue',0), (13145,49604,'kill_vek_beam02_green',0), (13146,49605,'kill_vek_beam02_red',0), (13147,49606,'kill_vek_beam02_yellow',0), (13148,49607,'kill_vek_beam03_blue',0), (13149,49608,'kill_vek_beam03_green',0), (13150,49609,'kill_vek_beam03_red',0), (13151,49610,'kill_vek_beam03_yellow',0), (13152,49611,'kill_vek_beam04_blue',0), (13153,49612,'kill_vek_beam04_green',0), (13154,49613,'kill_vek_beam04_red',0), (13155,49614,'kill_vek_beam04_yellow',0), (13156,49615,'kill_vek_map',0), (13157,49616,'kill_vek_mapshine',0), (13158,49617,'kill_vek_runes',0), (13159,49618,'kill_vek_sunlight',0), (13160,49624,'kill_fx_off',0), (13161,49626,'kill_knocktoback_enter',0), (13162,49627,'kill_knocktoback_exit',0), (13163,49628,'kill_knocktoback_idle',0), (13164,49629,'kill_result_brick_hit',0), (13165,49631,'kill_status_quest_guide_gives',0), (13166,49632,'kill_trdskl_brick',0), (13167,49639,'kill_result_hand_rings_shimmer',0), (13168,49641,'kill_snd_design_murderer',0), (13169,49647,'kill_design_horse_carrot',0), (13170,49648,'kill_design_rhino_carrot',0), (13171,49649,'kill_design_warg_carrot',0), (13172,49650,'kill_dn_goblin_beam_blue',0), (13173,49651,'kill_dn_goblin_beam_green',0), (13174,49652,'kill_dn_goblin_beam_red',0), (13175,49653,'kill_dn_goblin_beam_yellow',0), (13176,49661,'kill_void_storm',0), (13177,49662,'kill_void_summon_portal',0), (13178,49668,'kill_design_altar_chained',0), (13179,49670,'kill_result_blue_glow',0), (13180,49671,'kill_result_green_glow',0), (13181,49672,'kill_result_orange_glow',0), (13182,49673,'kill_result_purple_glow',0), (13183,49680,'kill_result_drake_breath',0), (13184,49681,'kill_result_napalm',0), (13185,49682,'kill_result_void_fx',0), (13186,49685,'kill_bear_backup',0), (13187,49686,'kill_bear_fall',0), (13188,49687,'kill_bear_idle',0), (13189,49688,'kill_bear_jump',0), (13190,49689,'kill_bear_jump_substitute',0), (13191,49690,'kill_bear_land',0), (13192,49691,'kill_bear_long_fall',0), (13193,49692,'kill_bear_run',0), (13194,49693,'kill_bear_turn_left',0), (13195,49694,'kill_bear_turn_right',0), (13196,49695,'kill_bear_walk',0), (13197,49702,'kill_result_blood_boil',0), (13198,49703,'kill_result_golem_rain',0), (13199,49704,'kill_result_water_ball',0), (13200,49705,'kill_result_water_burst',0), (13201,49706,'kill_result_waterspout_p2p',0), (13202,49709,'kill_cast_aoe_water_blast',0), (13203,49710,'kill_cast_barnicle_blast',0), (13204,49716,'kill_snd_claygolem_attack',0), (13205,49724,'kill_sound_attackspin',0), (13206,49725,'kill_sound_damagelow',0), (13207,49726,'kill_sound_swimwalk',0), (13208,49727,'kill_sound_walkbounce',0), (13209,49728,'kill_sound_wildswingenter',0), (13210,49735,'kill_persist_enrage',0), (13211,49741,'kill_golem_charm',0), (13212,49742,'kill_golem_shutdown',0), (13213,49750,'kill_status_quest_gives_gray',0), (13214,49758,'kill_trdskl_censer',0), (13215,49764,'kill_dusting_off',0), (13216,49772,'kill_snd_net_toss',0), (13217,49779,'kill_result_barrel_break',0), (13218,49780,'kill_result_brain_leaving',0), (13219,49788,'kill_snd_barrel_cannon',0), (13220,49796,'kill_sound_bookdeath',0), (13221,49797,'kill_sound_thunder0',0), (13222,49803,'kill_flock_of_seagulls',0), (13223,49810,'kill_mistmoore_runes_fx',0), (13224,49811,'kill_mistmoore_sun_fx',0), (13225,49813,'kill_swim_backward',0), (13226,49814,'kill_swim_forward',0), (13227,49817,'kill_cast_energy_blob',0), (13228,49818,'kill_cast_energy_blob_p2p',0), (13229,49825,'kill_result_napalm_aoe',0), (13230,49832,'kill_result_blood_puddle',0), (13231,49833,'kill_result_cold_ice_crystals_head',0), (13232,49834,'kill_result_ice_shackles',0), (13233,49835,'kill_result_icicle_impale',0), (13234,49836,'kill_result_snow_dust',0), (13235,49837,'kill_result_void_splat',0), (13236,49840,'kill_attack_bolts',0), (13237,49843,'kill_cast_sword_head',0), (13238,49846,'kill_result_sword_head',0), (13239,49853,'kill_result_steam_column',0), (13240,49861,'kill_sound_footsrape',0), (13241,49862,'kill_sound_runbreathe',0), (13242,49869,'kill_result_mesh_attack',0), (13243,49874,'kill_cast_spin_buff',0), (13244,49877,'kill_result_power_life_drain_p2p',0), (13245,49883,'kill_design_ice_door_blast',0), (13246,49889,'kill_design_rising_stairs_finish_fx',0), (13247,49890,'kill_design_rising_stairs_fx',0), (13248,49897,'kill_result_chomping_skulls',0), (13249,49904,'kill_result_pulsing_note',0), (13250,49910,'kill_design_ice_wall_breaking',0), (13251,49913,'kill_sound_ice_shatter',0), (13252,49916,'kill_cast_lost_souls',0), (13253,49923,'kill_knockeddowntoknees',0), (13254,49924,'kill_meditate',0), (13255,49926,'kill_worship',0), (13256,49929,'kill_cast_lasso',0), (13257,49934,'kill_result_cobwebs',0), (13258,49941,'kill_miragul_puzzle_blue_flasher',0), (13259,49942,'kill_miragul_puzzle_blue_runes',0), (13260,49943,'kill_miragul_puzzle_green_flasher',0), (13261,49944,'kill_miragul_puzzle_green_runes',0), (13262,49945,'kill_miragul_puzzle_lightning_orb',0), (13263,49946,'kill_miragul_puzzle_red_flasher',0), (13264,49947,'kill_miragul_puzzle_red_runes',0), (13265,49948,'kill_miragul_puzzle_spire_beams',0), (13266,49949,'kill_miragul_puzzle_splash_column',0), (13267,49950,'kill_miragul_puzzle_yellow_flasher',0), (13268,49951,'kill_miragul_puzzle_yellow_runes',0), (13269,49954,'kill_cast_barnacle_blast',0), (13270,49961,'kill_najena_face_lava',0), (13271,49968,'kill_najena_dark_rune01',0), (13272,49969,'kill_najena_dark_rune02',0), (13273,49970,'kill_najena_dark_rune03',0), (13274,49971,'kill_najena_dark_rune04',0), (13275,49972,'kill_najena_dark_rune05',0), (13276,49973,'kill_najena_light_rune01',0), (13277,49974,'kill_najena_light_rune02',0), (13278,49975,'kill_najena_light_rune03',0), (13279,49976,'kill_najena_light_rune04',0), (13280,49977,'kill_najena_light_rune05',0), (13281,49978,'kill_najena_puzzle_complete',0), (13282,49979,'kill_1h_dual_wield_enter',0), (13283,49980,'kill_1h_dual_wield_exit',0), (13284,49987,'kill_najena_lava_god_hands',0), (13285,49988,'kill_najena_lava_god_skull',0), (13286,49989,'kill_result_lava_column',0), (13287,49996,'kill_najena_lava_curtain',0), (13288,49997,'kill_najena_rune_key',0), (13289,50000,'kill_cast_heat_sphere',0), (13290,50007,'kill_result_dagger_back',0), (13291,50008,'kill_result_melee_lifetap_p2p',0), (13292,50010,'kill_vocal_idle',0), (13293,50013,'kill_cast_bone_blast_blend',0), (13294,50016,'kill_cast_wavy_bubble_shield',0), (13295,50021,'kill_cast_shield_buff',0), (13296,50028,'kill_result_hammer_buff',0), (13297,50035,'kill_result_forced_shader_hologram',0), (13298,50042,'kill_result_clanging_note',0), (13299,50043,'kill_result_forced_shader_glass',0), (13300,50044,'kill_result_swirling_note',0), (13301,50047,'kill_cast_bone_blast_notes',0), (13302,50052,'kill_result_notes_spiral_frenzy',0), (13303,50054,'kill_vek_door_beam_blue',0), (13304,50055,'kill_vek_door_beam_red',0), (13305,50058,'kill_cast_bubble_ward',0), (13306,50059,'kill_cast_dodge_buff',0), (13307,50062,'kill_cast_shout_aoe',0), (13308,50065,'kill_result_crush_blast',0), (13309,50072,'kill_result_break_chains',0), (13310,50077,'kill_cast_quick_shield',0), (13311,50080,'kill_result_spike_blast',0), (13312,50083,'kill_cast_bubble_ward_out',0), (13313,50086,'kill_cast_shield_deflect',0), (13314,50093,'kill_paper_scatter',0), (13315,50101,'kill_skull_candles_head',0), (13316,50106,'kill_cast_rings_aoe',0), (13317,50112,'kill_design_void_eyes',0), (13318,50113,'kill_design_void_portal',0), (13319,50116,'kill_vocal_combat_idle',0), (13320,50119,'kill_cast_melee_buff',0), (13321,50122,'kill_cast_speed_buff',0), (13322,50123,'kill_cast_wings',0), (13323,50126,'kill_buff_fx',0), (13324,50129,'kill_cast_rune_buff',0), (13325,50130,'kill_cast_rune_spiral_buff',0), (13326,50133,'kill_cast_ice_block',0), (13327,50134,'kill_cast_leaf_buff',0), (13328,50135,'kill_cast_leaf_spiral_buff',0), (13329,50140,'kill_result_nature_storm',0), (13330,50143,'kill_cast_fire_buff',0), (13331,50144,'kill_cast_mental_buff',0), (13332,50149,'kill_result_hail_storm',0), (13333,50150,'kill_result_poison_skulls',0), (13334,50153,'kill_cast_flash_rune_buff',0), (13335,50161,'kill_serve',0), (13336,50167,'kill_guk_barracks_poison',0), (13337,50168,'kill_guk_crystal_cleanse',0), (13338,50169,'kill_guk_temple_splashes_clean',0), (13339,50170,'kill_guk_temple_splashes_poison',0), (13340,50171,'kill_guk_waterfalls_poison',0), (13341,50173,'kill_result_slime_wall',0), (13342,50180,'kill_result_fly_breath',0), (13343,50181,'kill_result_fly_swarm',0), (13344,50188,'kill_result_poison_cloud_explosion',0), (13345,50189,'kill_result_poison_splat',0), (13346,50190,'kill_result_skull_attack_p2p',0), (13347,50191,'kill_result_troll_curse',0), (13348,50198,'kill_korsha_lift_blast',0), (13349,50199,'kill_result_object_sparkles_blue',0), (13350,50200,'kill_result_object_sparkles_green',0), (13351,50201,'kill_result_object_sparkles_red',0), (13352,50202,'kill_result_object_sparkles_white',0), (13353,50209,'kill_result_head_flames',0), (13354,50215,'kill_design_lamp_ignite',0), (13355,50217,'kill_mr_lamp_fx_01',0), (13356,50218,'kill_mr_lamp_fx_02',0), (13357,50219,'kill_mr_lamp_fx_03',0), (13358,50220,'kill_mr_lamp_fx_04',0), (13359,50221,'kill_mr_lamp_fx_05',0), (13360,50222,'kill_mr_lamp_fx_06',0), (13361,50223,'kill_mr_lamp_ignite_sound',0), (13362,50224,'kill_mr_lamp_sounds_finish',0), (13363,50225,'kill_mr_lamp_sounds_start',0), (13364,50231,'kill_design_result_black_out',0), (13365,50233,'kill_result_bat_scare',0), (13366,50235,'kill_whistle_toot_01',0), (13367,50236,'kill_whistle_toot_02',0), (13368,50237,'kill_whistle_toot_03',0), (13369,50238,'kill_whistle_toot_04',0), (13370,50239,'kill_whistle_toot_05',0), (13371,50240,'kill_whistle_toot_06',0), (13372,50241,'kill_whistle_toot_07',0), (13373,50242,'kill_whistle_toot_08',0), (13374,50243,'kill_whistle_toot_09',0), (13375,50244,'kill_whistle_toot_10',0), (13376,50245,'kill_whistle_toot_11',0), (13377,50246,'kill_whistle_toot_12',0), (13378,50247,'kill_whistle_toot_13',0), (13379,50248,'kill_whistle_toot_14',0), (13380,50254,'kill_eq2_music1',0), (13381,50255,'kill_eq2_music2',0), (13382,50256,'kill_frost_blast',0), (13383,50257,'kill_fudge_drip',0), (13384,50258,'kill_ice_blast_sound',0), (13385,50259,'kill_icecream_drip',0), (13386,50262,'kill_server_idle',0), (13387,50263,'kill_server_shutdown',0), (13388,50264,'kill_server_start',0), (13389,50270,'kill_hourglass_active',0), (13390,50271,'kill_hourglass_idle',0), (13391,50277,'kill_frosty_crown',0), (13392,50280,'kill_bf_lightning_gate_rm5',0), (13393,50281,'kill_bf_lightning_gate_rm9',0), (13394,50284,'kill_cast_void_portal',0), (13395,50287,'kill_result_crystal_trap',0), (13396,50294,'kill_lights_eyes',0), (13397,50295,'kill_lights_pumpkin',0), (13398,50296,'kill_result_pumpkin_smash',0), (13399,50302,'kill_design_fairy_pet',0), (13400,50307,'kill_cast_void_energy_cloud',0), (13401,50308,'kill_cast_void_rune_barrier',0), (13402,50309,'kill_cast_void_rune_circle',0), (13403,50311,'kill_design_fist_fireworks',0), (13404,50313,'kill_result_void_energy_barrier',0), (13405,50314,'kill_result_void_energy_blast',0), (13406,50315,'kill_result_void_energy_wave',0), (13407,50318,'kill_cast_lightning_beam_converge',0), (13408,50319,'kill_cast_lightning_beam_point',0), (13409,50320,'kill_cast_lightning_blastdown',0), (13410,50327,'kill_result_flesh_peel',0), (13411,50328,'kill_result_god_spell_anashti_sul',0), (13412,50329,'kill_result_god_spell_rodcet_nife',0), (13413,50337,'kill_vp_shissar_new',0), (13414,50338,'kill_vp_shissar_old',0), (13415,50345,'kill_result_greenmist_attack_p2p',0), (13416,50351,'kill_design_cannon_blast',0), (13417,50352,'kill_design_cannon_chargeup',0), (13418,50353,'kill_design_inno_cannon_fire1',0), (13419,50354,'kill_design_inno_cannon_fire2',0), (13420,50357,'kill_cast_energy_charge_up',0), (13421,50362,'kill_mr_chargeup_sound',0), (13422,50363,'kill_mr_lightning_chargeup',0), (13423,50365,'kill_zepplin_enter',0), (13424,50366,'kill_zepplin_exit',0), (13425,50367,'kill_zepplin_fall',0), (13426,50368,'kill_zepplin_idle',0), (13427,50369,'kill_zepplin_jump',0), (13428,50370,'kill_zepplin_land',0), (13429,50371,'kill_zepplin_run',0), (13430,50372,'kill_zepplin_walk',0), (13431,50378,'kill_idle_sound',0), (13432,50381,'kill_zeppelin_enter',0), (13433,50382,'kill_zeppelin_exit',0), (13434,50383,'kill_zeppelin_fall',0), (13435,50384,'kill_zeppelin_glide',0), (13436,50385,'kill_zeppelin_idle',0), (13437,50386,'kill_zeppelin_jump',0), (13438,50387,'kill_zeppelin_land',0), (13439,50388,'kill_zeppelin_run',0), (13440,50389,'kill_zeppelin_walk',0), (13441,50390,'kill_zepplin_glide',0), (13442,50393,'kill_cast_energy_blast_aoe',0), (13443,50398,'kill_result_energy_wave_p2p',0), (13444,50405,'kill_result_void_implode',0), (13445,50407,'kill_void_beam_sound',0), (13446,50408,'kill_void_door_beam',0), (13447,50415,'kill_persist_evil_stun',0), (13448,50416,'kill_result_spear_hit',0), (13449,50418,'kill_trdskl_spear',0), (13450,50424,'kill_energy_flow_sound',0), (13451,50426,'kill_mistmoore_energy_flow01',0), (13452,50427,'kill_mistmoore_energy_flow02',0), (13453,50428,'kill_mistmoore_energy_flow03',0), (13454,50429,'kill_mistmoore_energy_flow04',0), (13455,50430,'kill_mistmoore_energy_flow05',0), (13456,50431,'kill_result_lightning_cage',0), (13457,50432,'kill_result_rune_ethernaughts',0), (13458,50435,'kill_burrow',0), (13459,50436,'kill_burrow_sound',0), (13460,50440,'kill_design_chain_release',0), (13461,50441,'kill_design_chained',0), (13462,50443,'kill_mistmoore_coffin_glow',0), (13463,50451,'kill_void_blast_wave',0), (13464,50454,'kill_blast_bolt',0), (13465,50457,'kill_cast_speed_trail',0), (13466,50460,'kill_result_cyclone_bones',0), (13467,50463,'kill_cast_hand_slash',0), (13468,50468,'kill_result_hand_choke',0), (13469,50469,'kill_result_spike_trap',0), (13470,50470,'kill_result_string_trap',0), (13471,50471,'kill_run_sound',0), (13472,50473,'kill_wood_sound',0), (13473,50481,'kill_void_portal_sound',0), (13474,50482,'kill_void_summon_sound',0), (13475,50483,'kill_void_teleporter',0), (13476,50491,'kill_varsoon_portal_collapse',0), (13477,50492,'kill_varsoon_void_portal',0), (13478,50499,'kill_result_void_tether_p2p',0), (13479,50501,'kill_varsoon_crystal_1',0), (13480,50502,'kill_varsoon_crystal_2',0), (13481,50503,'kill_varsoon_crystal_3',0), (13482,50509,'kill_design_blue_sun',0), (13483,50510,'kill_design_red_sun',0), (13484,50511,'kill_design_red_sun_sound',0), (13485,50512,'kill_design_sun_sound',0), (13486,50514,'kill_result_void_crystal_p2p',0), (13487,50516,'kill_void_beam_blue',0), (13488,50517,'kill_void_beam_red',0), (13489,50520,'kill_cast_5',0), (13490,50524,'kill_design_lattice_activate',0), (13491,50525,'kill_design_void_energy_activate',0), (13492,50528,'kill_void_energy_activate_sound',0), (13493,50529,'kill_void_energy_sound',0), (13494,50536,'kill_result_blast_ring',0), (13495,50538,'kill_void_energy_barrier',0), (13496,50539,'kill_void_energy_barrier_blast',0), (13497,50547,'kill_void_energy_channeling_p2p',0), (13498,50553,'kill_design_result_cloudy_head',0), (13499,50555,'kill_result_dark_mist',0), (13500,50556,'kill_result_sparkle_mist',0), (13501,50559,'kill_cast_meteor_storm',0), (13502,50564,'kill_result_meteor_storm',0), (13503,50565,'kill_result_neg_flux',0), (13504,50566,'kill_result_neg_flux_storm',0), (13505,50567,'kill_result_void_explode',0), (13506,50568,'kill_result_void_ragestorm',0), (13507,50569,'kill_result_void_storm',0), (13508,50572,'kill_cast_manta_bolt_p2p',0), (13509,50573,'kill_cast_manta_tail_beam',0), (13510,50574,'kill_cast_manta_tail_flare',0), (13511,50575,'kill_cast_nether_blast',0), (13512,50576,'kill_cast_nether_storm',0), (13513,50579,'kill_cast_sucking_charge_up',0), (13514,50582,'kill_result_anashti_curse',0), (13515,50583,'kill_result_anashti_tempest',0), (13516,50586,'kill_anashti_summon',0), (13517,50587,'kill_anashti_transform',0), (13518,50588,'kill_anashti_vortex',0), (13519,50591,'kill_attack_breath_inhale',0), (13520,50592,'kill_attack_burst',0), (13521,50593,'kill_attack_dark_breath',0), (13522,50594,'kill_attack_wing_bolts',0), (13523,50601,'kill_result_misty_snare',0), (13524,50604,'kill_cast_arcane_blast_aoe',0), (13525,50609,'kill_result_melee_swipe',0), (13526,50610,'kill_result_melee_wild_swipe',0), (13527,50615,'kill_cast_sparkling_dust_aoe',0), (13528,50622,'kill_result_gnollslayer',0), (13529,50623,'kill_result_gnollslayer_burst',0), (13530,50624,'kill_result_skull_debuff',0), (13531,50631,'kill_result_quick_heal',0), (13532,50634,'kill_bear_tail',0), (13533,50637,'kill_bear_sprint',0), (13534,50640,'kill_bear_attack_sound',0), (13535,50641,'kill_bear_battlecry_sound',0), (13536,50642,'kill_bear_dead_sound',0), (13537,50643,'kill_bear_deadfall_sound',0), (13538,50644,'kill_bear_headshake_sound',0), (13539,50645,'kill_bear_idle_sound',0), (13540,50646,'kill_bear_idle_sound_omit',0), (13541,50647,'kill_bear_ouch_sound',0), (13542,50648,'kill_bear_sniff_sound',0), (13543,50654,'kill_fae_dark_bear_backup',0), (13544,50655,'kill_fae_dark_bear_idle',0), (13545,50656,'kill_fae_dark_bear_jump',0), (13546,50657,'kill_fae_dark_bear_jump_substitute',0), (13547,50658,'kill_fae_dark_bear_run',0), (13548,50659,'kill_fae_dark_bear_sprint',0), (13549,50660,'kill_fae_dark_bear_turn_left',0), (13550,50661,'kill_fae_dark_bear_turn_right',0), (13551,50662,'kill_fae_dark_bear_walk',0), (13552,50663,'kill_fae_light_bear_backup',0), (13553,50664,'kill_fae_light_bear_idle',0), (13554,50665,'kill_fae_light_bear_jump',0), (13555,50666,'kill_fae_light_bear_jump_substitute',0), (13556,50667,'kill_fae_light_bear_run',0), (13557,50668,'kill_fae_light_bear_sprint',0), (13558,50669,'kill_fae_light_bear_turn_left',0), (13559,50670,'kill_fae_light_bear_turn_right',0), (13560,50671,'kill_fae_light_bear_walk',0), (13561,50672,'kill_froglok_bear_backup',0), (13562,50673,'kill_froglok_bear_idle',0), (13563,50674,'kill_froglok_bear_jump',0), (13564,50675,'kill_froglok_bear_jump_substitute',0), (13565,50676,'kill_froglok_bear_run',0), (13566,50677,'kill_froglok_bear_sprint',0), (13567,50678,'kill_froglok_bear_turn_left',0), (13568,50679,'kill_froglok_bear_turn_right',0), (13569,50680,'kill_froglok_bear_walk',0), (13570,50686,'kill_footstep_sound',0), (13571,50693,'kill_result_fireworks_flower',0), (13572,50694,'kill_result_fireworks_foamy_burst',0), (13573,50695,'kill_result_fireworks_rainbow',0), (13574,50697,'kill_tiered_blast_cone',0), (13575,50698,'kill_tiered_blood_lust',0), (13576,50699,'kill_tiered_crush_blast',0), (13577,50700,'kill_tiered_cyclone',0), (13578,50701,'kill_tiered_defensive_buff',0), (13579,50702,'kill_tiered_dustpuff_rfoot',0), (13580,50703,'kill_tiered_flash_weapon',0), (13581,50704,'kill_tiered_glow_distort',0), (13582,50705,'kill_tiered_motion_lines',0), (13583,50706,'kill_tiered_motion_lines_sub',0), (13584,50707,'kill_tiered_offensive_buff',0), (13585,50708,'kill_tiered_shout',0), (13586,50709,'kill_tiered_sparkle_trail_weapon',0), (13587,50710,'kill_tiered_sparks_hit',0), (13588,50711,'kill_tiered_taunt',0), (13589,50712,'kill_tiered_weapon_trail_fire',0), (13590,50718,'kill_gathering_end',0), (13591,50719,'kill_gathering_loop',0), (13592,50720,'kill_gathering_start',0), (13593,50721,'kill_idle_afraid',0), (13594,50722,'kill_idle_angry',0), (13595,50725,'kill_bearwalk',0), (13596,50731,'kill_tiered_blast_hit',0), (13597,50732,'kill_tiered_flash',0), (13598,50733,'kill_tiered_melee_swipe',0), (13599,50734,'kill_tiered_shield',0), (13600,50735,'kill_tiered_slash_hit',0), (13601,50743,'kill_tiered_shield_blast',0), (13602,50744,'kill_tiered_slow',0), (13603,50750,'kill_design_powerarray_electric',0), (13604,50751,'kill_design_powerarray_void',0), (13605,50752,'kill_gathering_enter',0), (13606,50753,'kill_gathering_exit',0), (13607,50756,'kill_attack_disarm',0), (13608,50760,'kill_design_ice_fan_side',0), (13609,50761,'kill_design_ice_fan_up',0), (13610,50762,'kill_design_najena_barrier',0), (13611,50765,'kill_sound_attack_disarm',0), (13612,50766,'kill_sound_fan_start',0), (13613,50767,'kill_sound_wind_blast',0), (13614,50768,'kill_tiered_rune_buff',0), (13615,50774,'kill_electric_fx',0), (13616,50776,'kill_particle_mood_idle',0), (13617,50778,'kill_sound_buff_electric',0), (13618,50779,'kill_sound_buff_void',0), (13619,50780,'kill_void_fx',0), (13620,50786,'kill_design_najena_electric_water',0), (13621,50788,'kill_result_dragon_breath_p2p',0), (13622,50789,'kill_result_electric_beam_p2p',0), (13623,50790,'kill_result_void_beam_p2p',0), (13624,50796,'kill_design_najena_fire',0), (13625,50797,'kill_design_najena_lightning',0), (13626,50798,'kill_design_najena_poison',0), (13627,50799,'kill_design_najena_portals',0), (13628,50800,'kill_design_najena_snow',0), (13629,50801,'kill_design_najena_water',0), (13630,50807,'kill_elemental_fire_hands',0), (13631,50808,'kill_fire_summon_portal',0), (13632,50811,'kill_sound_fire_vortex',0), (13633,50814,'kill_badger_buff',0), (13634,50819,'kill_mushroom_buff',0), (13635,50821,'kill_snake_buff',0), (13636,50824,'kill_cast_lava_shield',0), (13637,50829,'kill_result_rock_blast_wave',0), (13638,50831,'kill_summon_fx',0), (13639,50832,'kill_transform_fx',0), (13640,50840,'kill_tiered_anger_buff',0), (13641,50841,'kill_tiered_hand_buff',0), (13642,50847,'kill_design_fire_wall',0), (13643,50848,'kill_design_fire_wall_opening',0), (13644,50849,'kill_design_rock_wall',0), (13645,50850,'kill_design_rock_wall_breaking',0), (13646,50853,'kill_aoe_ice_blast',0), (13647,50854,'kill_aoe_rock_blast',0), (13648,50855,'kill_cast_air_charge',0), (13649,50856,'kill_cast_earth_charge',0), (13650,50857,'kill_cast_fire_charge',0), (13651,50858,'kill_cast_ice_blast_out',0), (13652,50859,'kill_cast_ice_column',0), (13653,50862,'kill_cast_water_charge',0), (13654,50869,'kill_persist_book_dervish',0), (13655,50875,'kill_design_elemental_wall',0), (13656,50876,'kill_design_elemental_wall_breaking',0), (13657,50879,'kill_sound_electric',0), (13658,50880,'kill_sound_rock_breaking',0), (13659,50881,'kill_tiered_bubble_pop',0), (13660,50882,'kill_tiered_power_gather',0), (13661,50883,'kill_tiered_quick_heal',0), (13662,50884,'kill_tiered_rune_in_buff',0), (13663,50885,'kill_tiered_rune_out_buff',0), (13664,50886,'kill_tiered_speed',0), (13665,50887,'kill_tiered_spikes_hit',0), (13666,50888,'kill_tiered_stifle',0), (13667,50896,'kill_tiered_defense_buff',0), (13668,50904,'kill_tiered_bubble_shield',0), (13669,50905,'kill_tiered_offense_buff',0), (13670,50906,'kill_tiered_root',0), (13671,50914,'kill_tiered_charge_up',0), (13672,50922,'kill_tiered_bubble_shield_in',0), (13673,50923,'kill_tiered_evil_rune_base',0), (13674,50924,'kill_tiered_good_rune_base',0), (13675,50925,'kill_tiered_skull_lifetap',0), (13676,50933,'kill_tiered_boiling_circle',0), (13677,50941,'kill_tiered_cloud_blast',0), (13678,50942,'kill_tiered_diseased',0), (13679,50943,'kill_tiered_grip_blast',0), (13680,50951,'kill_tiered_flash_vanish',0), (13681,50952,'kill_tiered_rune_base',0), (13682,50953,'kill_tiered_sparkle_cling',0), (13683,50961,'kill_tiered_dark_mist',0), (13684,50962,'kill_tiered_mana_drain_p2p',0), (13685,50968,'kill_design_electric_barrier_round',0), (13686,50969,'kill_design_fire_barrier_round',0), (13687,50970,'kill_design_poison_barrier_round',0), (13688,50971,'kill_design_snow_barrier_round',0), (13689,50972,'kill_design_water_barrier_round',0), (13690,50975,'kill_tiered_lost_souls',0), (13691,50983,'kill_tiered_rock_shield',0), (13692,50984,'kill_tiered_stance_base',0), (13693,50985,'kill_waist_tracking_off_trigger',0), (13694,50992,'kill_result_forced_shader_soot',0), (13695,50994,'kill_tiered_energy_blob_p2p',0), (13696,50995,'kill_tiered_heal_hands_blast',0), (13697,50996,'kill_tiered_healing_rays',0), (13698,51004,'kill_tiered_blessed_hand',0), (13699,51005,'kill_tiered_castigate',0), (13700,51006,'kill_tiered_sparkle_swirl',0), (13701,51012,'kill_design_void_barrier',0), (13702,51020,'kill_tiered_defense_buff_brawler',0), (13703,51028,'kill_tiered_feet_buff',0), (13704,51029,'kill_tiered_feet_sparks',0), (13705,51030,'kill_tiered_flame_burst',0), (13706,51031,'kill_tiered_frenzy',0), (13707,51032,'kill_tiered_hand_sparks',0), (13708,51033,'kill_tiered_offense_buff_brawler',0), (13709,51034,'kill_tiered_rune_buff_brawler',0), (13710,51035,'kill_tiered_sparkle_scan_up',0), (13711,51043,'kill_tiered_balance_buff_brawler',0), (13712,51044,'kill_tiered_focus_spark',0), (13713,51045,'kill_tiered_second_skin',0), (13714,51046,'kill_tiered_sonic_punch',0), (13715,51047,'kill_tiered_wavy_shield_out',0), (13716,51055,'kill_snd_ape',0), (13717,51056,'kill_snd_bear_roar',0), (13718,51057,'kill_snd_hawk_scream',0), (13719,51058,'kill_snd_monkey',0), (13720,51059,'kill_snd_owl_hoot',0), (13721,51065,'kill_design_fae_drake_pet',0), (13722,51068,'kill_snd_wave_crash',0), (13723,51069,'kill_tiered_mountain',0), (13724,51070,'kill_tiered_phoenix_blast',0), (13725,51071,'kill_tiered_plasma_burst',0), (13726,51072,'kill_tiered_water_burst',0), (13727,51080,'kill_tiered_dragon_breath',0), (13728,51081,'kill_tiered_fear_skulls',0), (13729,51082,'kill_tiered_hand_flare',0), (13730,51083,'kill_tiered_heart_beat',0), (13731,51089,'kill_design_dark_rez',0), (13732,51090,'kill_design_void_dome',0), (13733,51091,'kill_heal_lifetap_p2p',0), (13734,51092,'kill_iksar_ghost_rez_p2p',0), (13735,51095,'kill_tiered_skull',0), (13736,51101,'kill_design_gas_fire_blast',0), (13737,51102,'kill_design_gas_fire_warning',0), (13738,51104,'kill_result_void_fx_alt',0), (13739,51110,'kill_design_boiling_energy_blast',0), (13740,51111,'kill_design_boiling_energy_warning',0), (13741,51114,'kill_sound_electric_burst',0), (13742,51117,'kill_cast_boiling_energy',0), (13743,51121,'kill_design_gas_fire_blast_up',0), (13744,51122,'kill_design_gas_fire_warning_up',0), (13745,51123,'kill_design_void_dome_blue',0), (13746,51124,'kill_design_void_dome_red',0), (13747,51131,'kill_result_arc_tether_p2p',0), (13748,51132,'kill_result_rose_petals',0), (13749,51140,'kill_tiered_plasma_hit',0), (13750,51143,'kill_cast_back_rune_wheel',0), (13751,51144,'kill_cast_base_rune_wheel',0), (13752,51145,'kill_cast_forward_rune_wheel',0), (13753,51151,'kill_tiered_agility_buff',0), (13754,51152,'kill_tiered_charge_weapon',0), (13755,51153,'kill_tiered_energy_beam_p2p',0), (13756,51154,'kill_tiered_fire_slam',0), (13757,51155,'kill_tiered_fire_tube',0), (13758,51156,'kill_tiered_hand_rings',0), (13759,51157,'kill_tiered_head_ring',0), (13760,51158,'kill_tiered_intellect_buff',0), (13761,51159,'kill_tiered_rays_out',0), (13762,51160,'kill_tiered_rune_drop_base',0), (13763,51161,'kill_tiered_rune_forward',0), (13764,51162,'kill_tiered_rune_rise_base',0), (13765,51163,'kill_tiered_rune_rise_buff',0), (13766,51164,'kill_tiered_rune_root',0), (13767,51165,'kill_tiered_rune_swirl',0), (13768,51166,'kill_tiered_self_lifetap',0), (13769,51167,'kill_tiered_stamina_buff',0), (13770,51168,'kill_tiered_strength_buff',0), (13771,51169,'kill_tiered_weapon_buff_charge',0), (13772,51170,'kill_tiered_wisdom_buff',0), (13773,51178,'kill_tiered_blast_circle',0), (13774,51179,'kill_tiered_chain_root',0), (13775,51180,'kill_tiered_cold_blast',0), (13776,51181,'kill_tiered_column_blast_circle',0), (13777,51182,'kill_tiered_fire_column',0), (13778,51183,'kill_tiered_fireball_p2p',0), (13779,51184,'kill_tiered_frostball_p2p',0), (13780,51185,'kill_tiered_glacial_wall',0), (13781,51186,'kill_tiered_hand_runes',0), (13782,51187,'kill_tiered_ice_root',0), (13783,51188,'kill_tiered_icicle_blast_p2p',0), (13784,51189,'kill_tiered_particle_transfer_p2p',0), (13785,51190,'kill_tiered_rune_chain_swirl',0), (13786,51191,'kill_tiered_windy_tube_p2p',0), (13787,51199,'kill_tiered_blast_cone_forward',0), (13788,51200,'kill_tiered_cold_fusion',0), (13789,51201,'kill_tiered_dots_explode',0), (13790,51202,'kill_tiered_forced_shader_burst',0), (13791,51203,'kill_tiered_frosty_swirls',0), (13792,51204,'kill_tiered_magic_waves',0), (13793,51205,'kill_tiered_ring_blast_p2p',0), (13794,51208,'kill_cast_enchanter_wheel_back',0), (13795,51209,'kill_cast_enchanter_wheel_base',0), (13796,51210,'kill_cast_enchanter_wheel_forward',0), (13797,51213,'kill_cast_summoner_wheel_back',0), (13798,51214,'kill_cast_summoner_wheel_base',0), (13799,51215,'kill_cast_summoner_wheel_forward',0), (13800,51219,'kill_tiered_poisonball_p2p',0), (13801,51220,'kill_tiered_poisoned',0), (13802,51221,'kill_tiered_rune_spikes_swirl',0), (13803,51222,'kill_tiered_spikes_root',0), (13804,51230,'kill_tiered_column_poison_blast',0), (13805,51231,'kill_tiered_hand_evil_runes',0), (13806,51232,'kill_tiered_poison_breath',0), (13807,51235,'kill_cast_hand_energy_artifact',0), (13808,51239,'kill_design_hand_energy_artifact',0), (13809,51241,'kill_result_sparkles_crackle_out',0), (13810,51242,'kill_result_wings_grow',0), (13811,51244,'kill_tiered_power_drain_p2p',0), (13812,51247,'kill_cast_flash_jump_attack',0), (13813,51252,'kill_result_forced_shader_rock_blue',0), (13814,51253,'kill_result_forced_shader_rock_green',0), (13815,51254,'kill_result_forced_shader_rock_purple',0), (13816,51255,'kill_result_forced_shader_rock_yellow',0), (13817,51256,'kill_result_iksar_statue_beam_p2p',0), (13818,51257,'kill_result_root_magic',0), (13819,51258,'kill_result_stifle_magic',0), (13820,51265,'kill_result_shackles_void',0), (13821,51271,'kill_design_bixie_pet',0), (13822,51272,'kill_design_bones_shockwave',0), (13823,51273,'kill_design_void_shield',0), (13824,51276,'kill_cast_column_blast_circle',0), (13825,51277,'kill_cast_goo_bubble_bursting',0), (13826,51280,'kill_cast_raise_dead_column',0), (13827,51283,'kill_result_bone_cyclone',0), (13828,51284,'kill_result_cold_blast_snow',0), (13829,51285,'kill_result_flame_burst',0), (13830,51286,'kill_result_gloop_root',0), (13831,51293,'kill_result_boot_kick',0), (13832,51294,'kill_result_sonic_trail',0), (13833,51300,'kill_design_barrier_void',0), (13834,51301,'kill_design_er_light_beam_p2p',0), (13835,51302,'kill_design_er_target_cube',0), (13836,51308,'kill_design_erudin_column_fx',0), (13837,51309,'kill_design_shield_drop',0), (13838,51312,'kill_sound_electrified',0), (13839,51313,'kill_sound_shield_drop',0), (13840,51316,'kill_attack_eye_beams',0), (13841,51319,'kill_charge_mouth_fx',0), (13842,51321,'kill_design_gazer_eye_beam_p2p',0), (13843,51322,'kill_fx_eye_beam1',0), (13844,51323,'kill_fx_eye_beam2',0), (13845,51324,'kill_fx_eye_beam3',0), (13846,51325,'kill_fx_eye_beam4',0), (13847,51326,'kill_fx_eye_beam5',0), (13848,51327,'kill_fx_eye_charge',0), (13849,51329,'kill_result_disintegrate',0), (13850,51331,'kill_sound_charge',0), (13851,51332,'kill_sound_charge_blast',0), (13852,51338,'kill_design_erudin_wind_boost',0), (13853,51339,'kill_design_rocket_pack',0), (13854,51342,'kill_wind_blast_sound',0), (13855,51345,'kill_attack_eye_ring',0), (13856,51349,'kill_design_erudin_column_charge',0), (13857,51350,'kill_design_gazer_main_eye_beam_p2p',0), (13858,51352,'kill_result_melt',0), (13859,51354,'kill_sit',0), (13860,51355,'kill_sit_to_idle',0), (13861,51361,'kill_design_erudin_gazer_barrier',0), (13862,51363,'kill_power_on',0), (13863,51369,'kill_design_erudin_gun_plugged',0), (13864,51370,'kill_design_erudin_gun_unplugged',0), (13865,51371,'kill_habitat01',0), (13866,51372,'kill_habitat02',0), (13867,51373,'kill_habitat03',0), (13868,51374,'kill_idle01_stone',0), (13869,51375,'kill_idle_stone',0), (13870,51377,'kill_scarecrow_post_idle',0), (13871,51379,'kill_shield_bash',0), (13872,51385,'kill_design_bat_pet',0), (13873,51387,'kill_result_bubble_glow',0), (13874,51388,'kill_result_leaf_blow_glow',0), (13875,51395,'kill_result_splat_add',0), (13876,51400,'kill_cast_summon',0), (13877,51402,'kill_design_guardian_wisp_summon_p2p',0), (13878,51404,'kill_result_buble_leaf_blast',0), (13879,51410,'kill_design_eru_book_cyclone',0), (13880,51411,'kill_design_eru_book_ramp',0), (13881,51417,'kill_design_erudin_teleport_good',0), (13882,51418,'kill_design_erudin_teleport_trap',0), (13883,51420,'kill_result_teleport_ring_vanish',0), (13884,51422,'kill_tiered_unyielding_will',0), (13885,51430,'kill_tiered_black_hole',0), (13886,51438,'kill_sound_bark',0), (13887,51439,'kill_sound_combat_idle',0), (13888,51440,'kill_sound_dead_fall',0), (13889,51441,'kill_sound_death_whimper',0), (13890,51442,'kill_sound_pant',0), (13891,51443,'kill_sound_sniff',0), (13892,51449,'kill_design_icy_barrier',0), (13893,51451,'kill_result_teleport_icy_vanish',0), (13894,51459,'kill_tiered_acid_storm',0), (13895,51460,'kill_tiered_bone_cage',0), (13896,51461,'kill_tiered_dark_cyclone',0), (13897,51462,'kill_tiered_rift',0), (13898,51463,'kill_tiered_skull_summon',0), (13899,51464,'kill_tiered_skull_swirls',0), (13900,51471,'kill_rain_of_shinies',0), (13901,51474,'kill_cast_gathering_charge_up',0), (13902,51479,'kill_result_charge_tag',0), (13903,51480,'kill_result_nuke_blast',0), (13904,51481,'kill_result_pillar_blast',0), (13905,51482,'kill_result_pillar_slam',0), (13906,51483,'kill_result_precharge_blast',0), (13907,51489,'kill_design_book_shield1',0), (13908,51490,'kill_design_book_shield2',0), (13909,51491,'kill_design_book_shield3',0), (13910,51492,'kill_design_book_summon1',0), (13911,51493,'kill_design_book_summon2',0), (13912,51494,'kill_design_book_summon3',0), (13913,51497,'kill_badge_acquired',0), (13914,51501,'kill_cooked/characters/ec/core/mounts/pegasus/pegasus_glide.anim',0), (13915,51502,'kill_design_claw_face',0), (13916,51504,'kill_pegasus_glide',0), (13917,51505,'kill_pegasus_idle',0), (13918,51506,'kill_pegasus_run',0), (13919,51507,'kill_pegasus_walk',0), (13920,51509,'kill_sound_vortex',0), (13921,51514,'kill_coin_drop_snd',0), (13922,51516,'kill_design_coin_drop',0), (13923,51522,'kill_design_air_portal',0), (13924,51523,'kill_design_fear_portal',0), (13925,51524,'kill_design_growth_portal',0), (13926,51525,'kill_design_water_portal',0), (13927,51531,'kill_design_clouds_parting',0), (13928,51532,'kill_design_summon',0), (13929,51533,'kill_design_unsummon',0), (13930,51539,'kill_design_death_beam_p2p',0), (13931,51540,'kill_design_statue_death_beam_p2p',0), (13932,51541,'kill_design_statue_power',0), (13933,51542,'kill_design_zapper_bolt_p2p',0), (13934,51549,'kill_result_forced_shader_shadow',0), (13935,51550,'kill_result_ghost_trap',0), (13936,51556,'kill_cooked/characters/ec/core/mounts/pegasus/pegasus_run.anim',0), (13937,51557,'kill_design_coffin_explode',0), (13938,51558,'kill_design_coffin_lid',0), (13939,51559,'kill_design_erollisi_essence',0), (13940,51560,'kill_design_erollisi_evil_essence',0), (13941,51561,'kill_design_light_rays',0), (13942,51563,'kill_pegasus_fly',0), (13943,51566,'kill_cast_enter',0), (13944,51567,'kill_cast_exit',0), (13945,51568,'kill_cast_idle',0), (13946,51574,'kill_design_marr_godly_light',0), (13947,51575,'kill_design_marr_godly_teleport',0), (13948,51577,'kill_result_sparkles_cling_drop_bounce',0), (13949,51583,'kill_design_flaming_pumpkin_p2p',0), (13950,51586,'kill_snd_splat',0), (13951,51587,'kill_trdskl_flaming_pumpkin',0), (13952,51594,'kill_result_cold_summon_portal',0), (13953,51595,'kill_result_teleport_blast_up',0), (13954,51596,'kill_result_teleport_fold',0), (13955,51598,'kill_sound_attack_grunt',0), (13956,51599,'kill_sound_attack_stab',0), (13957,51600,'kill_sound_attack_vo',0), (13958,51601,'kill_sound_attack_vo_01',0), (13959,51602,'kill_sound_attack_whip_high',0), (13960,51603,'kill_sound_attack_whip_low',0), (13961,51604,'kill_sound_attack_whip_low_01',0), (13962,51605,'kill_sound_attack_whirl',0), (13963,51606,'kill_sound_cast_enter_bodynoise_01',0), (13964,51607,'kill_sound_cast_enter_bodynoise_02',0), (13965,51608,'kill_sound_cast_enter_roar',0), (13966,51609,'kill_sound_cast_exit_roar',0), (13967,51610,'kill_sound_cast_exit_spring',0), (13968,51611,'kill_sound_cast_idle',0), (13969,51612,'kill_sound_combat_art_buff_bodynoise_01',0), (13970,51613,'kill_sound_combat_art_buff_bodynoise_02',0), (13971,51614,'kill_sound_combat_art_buff_roar',0), (13972,51615,'kill_sound_footstep_deep',0), (13973,51616,'kill_sound_footstep_small',0), (13974,51617,'kill_sound_idle_bodynoise',0), (13975,51618,'kill_sound_idle_breath',0), (13976,51619,'kill_sound_idle_breath_01',0), (13977,51620,'kill_sound_rockbody',0), (13978,51621,'kill_sound_roperbodynoise_quick',0), (13979,51622,'kill_sound_roperbodynoise_slow',0), (13980,51625,'kill_cast_ice_pulse',0), (13981,51626,'kill_cast_icicle_spin_blast',0), (13982,51631,'kill_result_icicle_hit',0), (13983,51634,'kill_attack_head_butt',0), (13984,51635,'kill_attack_trample',0), (13985,51642,'kill_result_lightning_bolt_blast',0), (13986,51643,'kill_result_mana_drain_p2p',0), (13987,51644,'kill_result_rainy_black_cloud',0), (13988,51645,'kill_result_spikes_hit',0), (13989,51650,'kill_cast_stomp_blast_aoe',0), (13990,51653,'kill_result_banish',0), (13991,51654,'kill_result_banish_wisps_p2p',0), (13992,51655,'kill_result_icicle_storm',0), (13993,51661,'kill_design_ice_chains',0), (13994,51663,'kill_screech_attack',0), (13995,51665,'kill_sound_head_butt',0), (13996,51671,'kill_design_bone_barrier',0), (13997,51673,'kill_result_fireworks_shinies',0), (13998,51676,'kill_cannon_blast',0), (13999,51681,'kill_kneel_enter',0), (14000,51682,'kill_kneel_exit',0), (14001,51683,'kill_kneel_idle',0), (14002,51684,'kill_result_octopus_cannon_p2p',0), (14003,51685,'kill_result_octopus_splat_grab',0), (14004,51691,'kill_design_vd_bone_swirls',0), (14005,51692,'kill_design_vd_portal',0), (14006,51693,'kill_design_void_tainted',0), (14007,51694,'kill_flight_path_dawn',0), (14008,51701,'kill_result_plasma_bolt_p2p',0), (14009,51706,'kill_cast_sea_dragon_breath',0), (14010,51707,'kill_cast_sea_dragon_inhale',0), (14011,51708,'kill_cast_sea_dragon_powerup',0), (14012,51710,'kill_converse01',0), (14013,51711,'kill_converse02',0), (14014,51713,'kill_panda_chi',0), (14015,51715,'kill_sit_eat',0), (14016,51716,'kill_yells_charge',0), (14017,51722,'kill_hover_idle',0), (14018,51728,'kill_design_hedge_marker',0), (14019,51729,'kill_design_sol_lock_symbol',0), (14020,51730,'kill_h_sword_attack',0), (14021,51732,'kill_panda_dance01',0), (14022,51733,'kill_panda_dance02',0), (14023,51734,'kill_result_sea_dragon_buff_aoe',0), (14024,51740,'kill_design_marr_sword_blast',0), (14025,51741,'kill_design_vision_plane_spires',0), (14026,51747,'kill_design_sol_chapel_debris',0), (14027,51753,'kill_design_hole_pillar_corruption',0), (14028,51759,'kill_design_sol_coffin_body_fx',0), (14029,51765,'kill_design_spider_face',0), (14030,51771,'kill_design_vd_shrine_blast',0), (14031,51777,'kill_design_hole_summon_circle1',0), (14032,51778,'kill_design_hole_summon_circle2',0), (14033,51779,'kill_design_hole_summon_circle3',0), (14034,51780,'kill_design_hole_summon_circle4',0), (14035,51781,'kill_design_hole_summon_circles',0), (14036,51788,'kill_result_fireworks_rose_petals',0), (14037,51796,'kill_sound_glass_break',0), (14038,51802,'kill_design_fire_lit',0), (14039,51803,'kill_design_rhand_sparkles_out',0), (14040,51804,'kill_design_rhand_stars_out',0), (14041,51805,'kill_design_rune_fire_lit',0), (14042,51808,'kill_sit_fish',0), (14043,51811,'kill_cast_god_blast',0), (14044,51815,'kill_eat_bread',0), (14045,51816,'kill_eat_fish',0), (14046,51819,'kill_cast_magic_portal',0), (14047,51824,'kill_result_fireworks_snowflakes',0), (14048,51825,'kill_result_snowflakes_falling',0), (14049,51831,'kill_design_furnace_fire_blast',0), (14050,51832,'kill_design_golden_fire_lit',0), (14051,51838,'kill_design_personal_void_vortex',0), (14052,51841,'kill_cast_icy_division',0), (14053,51847,'kill_design_fire_elemental_smoke_blast',0), (14054,51848,'kill_design_hole_furnace_charge',0), (14055,51849,'kill_design_hole_furnace_essence',0), (14056,51855,'kill_design_crossed_swords',0), (14057,51856,'kill_design_feet_trail_clockwork',0), (14058,51857,'kill_design_feet_trail_confusion',0), (14059,51858,'kill_design_feet_trail_rose_petals',0), (14060,51859,'kill_design_feet_trail_shamrocks',0), (14061,51860,'kill_design_feet_trail_skulls',0), (14062,51861,'kill_design_feet_trail_snow',0), (14063,51866,'kill_cast_water_shield',0), (14064,51869,'kill_result_diseased',0), (14065,51870,'kill_result_stew_pot_dump',0), (14066,51876,'kill_converse03',0), (14067,51882,'kill_design_vd_shrine_bridge',0), (14068,51883,'kill_design_vd_shrine_dome',0), (14069,51889,'kill_dust_fx',0), (14070,51892,'kill_cast_medusa_snake_attack_aoe',0), (14071,51893,'kill_cast_medusa_snake_attack_p2p',0), (14072,51894,'kill_cast_medusa_snake_buff',0), (14073,51898,'kill_fly_from_roost',0), (14074,51900,'kill_result_medusa_snake_strike',0), (14075,51902,'kill_untrained_enter',0), (14076,51905,'kill_cast_lost_souls_rising',0), (14077,51906,'kill_cast_poison_column_blast',0), (14078,51909,'kill_cast_stone_gaze',0), (14079,51912,'kill_result_eel_spit_p2p',0), (14080,51913,'kill_result_medusa_snake_attack_p2p',0), (14081,51914,'kill_result_poisoned',0), (14082,51920,'kill_design_eru_light_bridge',0), (14083,51921,'kill_design_vd_shrine_bridge1',0), (14084,51922,'kill_design_vd_shrine_bridge2',0), (14085,51925,'kill_cast_poison_daggers',0), (14086,51930,'kill_result_amputation',0), (14087,51931,'kill_result_amputation_blast',0), (14088,51933,'kill_trdskl_bow',0), (14089,51940,'kill_result_dark_wings',0), (14090,51946,'kill_dw_attack_enter',0), (14091,51947,'kill_dw_attack_exit',0), (14092,51948,'kill_dw_attack_hold',0), (14093,51949,'kill_fly_away',0), (14094,51951,'kill_result_fist_rain',0), (14095,51959,'kill_smoke_fx',0), (14096,51967,'kill_trdskl_firefly_escape',0), (14097,51968,'kill_trdskl_firefly_jar',0), (14098,51973,'kill_cast_watching',0), (14099,51976,'kill_result_bullseye',0), (14100,51981,'kill_cast_weapon_chargeup',0), (14101,51982,'kill_cast_weapon_glint_point',0), (14102,51983,'kill_cast_weapon_shudder',0), (14103,51989,'kill_dual_wield_idle01',0), (14104,51990,'kill_habitat04',0), (14105,51996,'kill_design_boulder_roll',0), (14106,51997,'kill_design_boulder_shatter',0), (14107,51998,'kill_design_vd_teleport_fx',0), (14108,52005,'kill_quick_summon_fx',0), (14109,52013,'kill_smoke_fx_short',0), (14110,52016,'kill_cast_ghostly_vanish',0), (14111,52021,'kill_result_ghostly_possession_p2p',0), (14112,52023,'kill_sound_big_footstep',0), (14113,52024,'kill_sound_roehn_theer_cast_roar',0), (14114,52025,'kill_sound_roehn_theer_cast_roar_1',0), (14115,52026,'kill_sound_roehn_theer_combat_art_buff_roar',0), (14116,52027,'kill_sound_roehn_theer_combat_idle_wings',0), (14117,52028,'kill_sound_roehn_theer_death_roar',0), (14118,52029,'kill_sound_roehn_theer_dodge_grunt',0), (14119,52030,'kill_sound_roehn_theer_footstep_deep',0), (14120,52031,'kill_sound_roehn_theer_footstep_light',0), (14121,52032,'kill_sound_roehn_theer_grunt_quick',0), (14122,52033,'kill_sound_roehn_theer_hit',0), (14123,52034,'kill_sound_roehn_theer_idle_04_knuckles',0), (14124,52035,'kill_sound_roehn_theer_idle_hiss',0), (14125,52036,'kill_sound_roehn_theer_idle_hiss_light',0), (14126,52037,'kill_sound_roehn_theer_ouch',0), (14127,52038,'kill_sound_roehn_theer_sheath',0), (14128,52039,'kill_sound_roehn_theer_shield_shove_grunt',0), (14129,52040,'kill_sound_roehn_theer_sit_wings_short',0), (14130,52041,'kill_sound_roehn_theer_stomp',0), (14131,52042,'kill_sound_roehn_theer_swim_idle',0), (14132,52043,'kill_sound_roehn_theer_sword_attack_grunt',0), (14133,52044,'kill_sound_roehn_theer_sword_attack_grunt_quick',0), (14134,52045,'kill_sound_roehn_theer_sword_swoosh',0), (14135,52046,'kill_sound_roehn_theer_tail_whoosh',0), (14136,52047,'kill_sound_roehn_theer_tail_whoosh_deep',0), (14137,52048,'kill_sound_roehn_theer_unsheath',0), (14138,52049,'kill_sound_roehn_theer_wings',0), (14139,52050,'kill_sound_roehn_theer_wings_1',0), (14140,52057,'kill_mage_combo_trigger',0), (14141,52058,'kill_result_blast_hit',0), (14142,52059,'kill_result_mesh_blast',0), (14143,52060,'kill_result_skull_lifetap',0), (14144,52063,'kill_cast_crackling_rift_summon',0), (14145,52068,'kill_scout_combo_trigger',0), (14146,52070,'kill_sound_attack_grunt_small',0), (14147,52071,'kill_sound_combat_enter_pop',0), (14148,52072,'kill_sound_combat_enter_vox',0), (14149,52073,'kill_sound_combat_enter_woodbreak',0), (14150,52074,'kill_sound_dodge_down',0), (14151,52075,'kill_sound_reverberant_bang',0), (14152,52076,'kill_sound_whip_hit',0), (14153,52077,'kill_swim',0), (14154,52083,'kill_design_eru_lightning_barrier',0), (14155,52084,'kill_design_eru_water_barrier',0), (14156,52090,'kill_design_eru_ring_boundary',0), (14157,52092,'kill_result_eru_tether_p2p',0), (14158,52098,'kill_design_eru_alcove_broken',0), (14159,52099,'kill_design_eru_alcove_working',0), (14160,52100,'kill_design_eru_platform_discharge',0), (14161,52101,'kill_design_eru_platform_summon',0), (14162,52106,'kill_cast_wand_fizzle',0), (14163,52109,'kill_result_lightning_cage_blast',0), (14164,52110,'kill_result_wand_lightning_bolts_p2p',0), (14165,52118,'kill_sound_big_wings',0), (14166,52119,'kill_sound_toxxulia_attack_roar',0), (14167,52120,'kill_sound_toxxulia_bark',0), (14168,52121,'kill_sound_toxxulia_big_footsteps',0), (14169,52122,'kill_sound_toxxulia_cast_roar',0), (14170,52123,'kill_sound_toxxulia_feet_nails',0), (14171,52124,'kill_sound_toxxulia_growl',0), (14172,52125,'kill_sound_toxxulia_grunt',0), (14173,52126,'kill_sound_toxxulia_hiss',0), (14174,52127,'kill_sound_toxxulia_hiss_quiet',0), (14175,52128,'kill_sound_toxxulia_idle_wing_movement_short',0), (14176,52129,'kill_sound_toxxulia_ouch_hit',0), (14177,52130,'kill_sound_toxxulia_scrape',0), (14178,52131,'kill_sound_toxxulia_swallow_crunch_close',0), (14179,52132,'kill_sound_toxxulia_swallow_crunch_open',0), (14180,52133,'kill_sound_toxxulia_swallow_roar',0), (14181,52134,'kill_sound_toxxulia_swallow_slop',0), (14182,52135,'kill_sound_toxxulia_swim',0), (14183,52136,'kill_sound_toxxulia_tail_drop',0), (14184,52137,'kill_sound_toxxulia_walk',0), (14185,52138,'kill_sound_toxxulia_whip',0), (14186,52139,'kill_sound_toxxulia_whip_light',0), (14187,52140,'kill_sound_toxxulia_wing_movement',0), (14188,52141,'kill_sound_toxxulia_wings_flapping',0), (14189,52149,'kill_tiered_confused',0), (14190,52150,'kill_tiered_doppleganger_p2p',0), (14191,52151,'kill_tiered_entranced',0), (14192,52152,'kill_tiered_forced_shader_prism',0), (14193,52153,'kill_tiered_glow_eyes',0), (14194,52154,'kill_tiered_hand_crescent',0), (14195,52155,'kill_tiered_hand_prism',0), (14196,52156,'kill_tiered_mage_cure',0), (14197,52157,'kill_tiered_mage_ring_cure',0), (14198,52158,'kill_tiered_mental_blast',0), (14199,52159,'kill_tiered_mental_damage',0), (14200,52160,'kill_tiered_prism_eyes',0), (14201,52161,'kill_tiered_prism_rain',0), (14202,52162,'kill_tiered_prism_rays',0), (14203,52163,'kill_tiered_prismatic_summon',0), (14204,52164,'kill_tiered_runed_shield',0), (14205,52165,'kill_tiered_spin_stat_buff',0), (14206,52166,'kill_tiered_vanish_reappear',0), (14207,52174,'kill_tiered_mind_rings',0), (14208,52175,'kill_tiered_stunned',0), (14209,52183,'kill_tiered_mind_blast',0), (14210,52184,'kill_tiered_prism_cling',0), (14211,52192,'kill_tiered_crystal_summon',0), (14212,52193,'kill_tiered_magic_summon',0), (14213,52194,'kill_tiered_power_transfer_p2p',0), (14214,52195,'kill_tiered_sucking_tube_p2p',0), (14215,52203,'kill_tiered_bat_attack_p2p',0), (14216,52204,'kill_tiered_crystal_blast',0), (14217,52205,'kill_tiered_crystal_p2p',0), (14218,52206,'kill_tiered_earth_summon',0), (14219,52207,'kill_tiered_quicksand',0), (14220,52208,'kill_tiered_shrink',0), (14221,52216,'kill_tiered_air_summon',0), (14222,52217,'kill_tiered_earthquake',0), (14223,52218,'kill_tiered_elemental_portal',0), (14224,52219,'kill_tiered_fire_summon',0), (14225,52220,'kill_tiered_life_summon',0), (14226,52221,'kill_tiered_plane_shift',0), (14227,52227,'kill_gazer_pained_roar',0), (14228,52230,'kill_sound_gazer_attack02_roar',0), (14229,52231,'kill_sound_gazer_attack03_roar',0), (14230,52232,'kill_sound_gazer_attack_roar',0), (14231,52233,'kill_sound_gazer_attack_woosh',0), (14232,52234,'kill_sound_gazer_attack_woosh_quiet',0), (14233,52235,'kill_sound_gazer_bite_roar',0), (14234,52236,'kill_sound_gazer_bodynoise',0), (14235,52237,'kill_sound_gazer_bodynoise_fall',0), (14236,52238,'kill_sound_gazer_bodynoise_fall_deep',0), (14237,52239,'kill_sound_gazer_bodynoise_fall_dirt',0), (14238,52240,'kill_sound_gazer_bodynoise_long',0), (14239,52241,'kill_sound_gazer_breath',0), (14240,52242,'kill_sound_gazer_breath_grunt',0), (14241,52243,'kill_sound_gazer_combat_art_buff_roar',0), (14242,52244,'kill_sound_gazer_crunch',0), (14243,52245,'kill_sound_gazer_deadfall',0), (14244,52246,'kill_sound_gazer_eyeball_gross',0), (14245,52247,'kill_sound_gazer_eyeball_pop',0), (14246,52248,'kill_sound_gazer_eyeball_pop_quiet',0), (14247,52249,'kill_sound_gazer_eyeball_twirl',0), (14248,52250,'kill_sound_gazer_growl_low',0), (14249,52251,'kill_sound_gazer_grunt_short',0), (14250,52252,'kill_sound_gazer_liddown',0), (14251,52253,'kill_sound_gazer_swim',0), (14252,52254,'kill_sound_gazer_swim_idle',0), (14253,52255,'kill_sound_gazer_whip',0), (14254,52256,'kill_sound_gazer_whip_impact',0), (14255,52257,'kill_sound_gazer_whip_low',0), (14256,52258,'kill_tiered_clouds_head',0), (14257,52259,'kill_tiered_hand_dark_rings',0), (14258,52260,'kill_tiered_heart_summon',0), (14259,52261,'kill_tiered_undead_tide',0), (14260,52262,'kill_tiered_vampirism_p2p',0), (14261,52265,'kill_attack_eat',0), (14262,52270,'kill_perch_idle',0), (14263,52277,'kill_result_steam_cup',0), (14264,52283,'kill_design_glow_full',0), (14265,52284,'kill_design_glow_low',0), (14266,52285,'kill_design_glow_med',0), (14267,52287,'kill_result_energy_drain_p2p',0), (14268,52288,'kill_result_meditate_rings',0), (14269,52294,'kill_design_hole_mines',0), (14270,52295,'kill_design_hole_mines_blast',0), (14271,52298,'kill_sound_mine_blast',0), (14272,52299,'kill_sound_mine_splash',0), (14273,52305,'kill_design_th_platform',0), (14274,52306,'kill_design_th_platform_collapse',0), (14275,52307,'kill_design_th_platform_rift',0), (14276,52315,'kill_sound_displacer_beast_attack_1',0), (14277,52316,'kill_sound_displacer_beast_footstep',0), (14278,52317,'kill_sound_displacer_beast_footstep_dirt',0), (14279,52318,'kill_sound_displacer_beast_hiss',0), (14280,52319,'kill_sound_displacer_beast_idle',0), (14281,52320,'kill_sound_displacer_beast_idle_long',0), (14282,52321,'kill_sound_displacer_beast_whip',0), (14283,52322,'kill_sound_displacer_beast_whip_deep',0), (14284,52323,'kill_sound_displacer_beast_whip_high',0), (14285,52326,'kill_cast_air_sample',0), (14286,52331,'kill_cast_tallonite_lash_cone',0), (14287,52332,'kill_cast_tallonite_lash_summon',0), (14288,52335,'kill_lynx_backup',0), (14289,52336,'kill_lynx_fall',0), (14290,52337,'kill_lynx_idle',0), (14291,52338,'kill_lynx_jump',0), (14292,52339,'kill_lynx_jump_substitute',0), (14293,52340,'kill_lynx_land',0), (14294,52341,'kill_lynx_long_fall',0), (14295,52342,'kill_lynx_run',0), (14296,52343,'kill_lynx_turn_left',0), (14297,52344,'kill_lynx_turn_right',0), (14298,52345,'kill_lynx_walk',0), (14299,52346,'kill_result_tallonite_barb_p2p',0), (14300,52347,'kill_result_trail_tallonite',0), (14301,52350,'kill_attack_throw_boulder',0), (14302,52353,'kill_cast_tallonite_balance',0), (14303,52356,'kill_result_cloud_dot_blast',0), (14304,52357,'kill_result_tallonite_lash_p2p',0), (14305,52364,'kill_result_tallonite_lash_skulls_p2p',0), (14306,52365,'kill_result_tallonite_skull_control',0), (14307,52366,'kill_result_tallonite_sphere',0), (14308,52368,'kill_sound_displacer_beast_attack_2',0), (14309,52369,'kill_sound_displacer_beast_attack_3',0), (14310,52370,'kill_sound_displacer_beast_bark',0), (14311,52371,'kill_sound_displacer_beast_big_purr',0), (14312,52372,'kill_sound_displacer_beast_blade_fall',0), (14313,52373,'kill_sound_displacer_beast_blade_swoosh',0), (14314,52374,'kill_sound_displacer_beast_charge_up_roar',0), (14315,52375,'kill_sound_displacer_beast_dead_1',0), (14316,52376,'kill_sound_displacer_beast_dead_2',0), (14317,52377,'kill_sound_displacer_beast_dodge_thrust_roar',0), (14318,52378,'kill_sound_displacer_beast_fall_small',0), (14319,52379,'kill_sound_displacer_beast_footstep_deep',0), (14320,52380,'kill_sound_displacer_beast_idle_breath',0), (14321,52381,'kill_sound_displacer_beast_ouch',0), (14322,52382,'kill_sound_displacer_beast_ouch_hit',0), (14323,52383,'kill_sound_displacer_beast_pulse',0), (14324,52384,'kill_sound_displacer_beast_pulse_crunch',0), (14325,52385,'kill_sound_displacer_beast_small_purr',0), (14326,52386,'kill_sound_displacer_beast_swim',0), (14327,52394,'kill_sound_pandaman_footstep',0), (14328,52395,'kill_sound_pandaman_idle_breathing',0), (14329,52396,'kill_sound_pegasus_attack',0), (14330,52397,'kill_sound_pegasus_attack_1',0), (14331,52398,'kill_sound_pegasus_attack_4',0), (14332,52399,'kill_sound_pegasus_death_fall',0), (14333,52400,'kill_sound_pegasus_death_niegh',0), (14334,52401,'kill_sound_pegasus_grunt',0), (14335,52402,'kill_sound_pegasus_hooves',0), (14336,52403,'kill_sound_pegasus_hooves_scrape',0), (14337,52404,'kill_sound_pegasus_idle_1',0), (14338,52405,'kill_sound_pegasus_idle_2',0), (14339,52406,'kill_sound_pegasus_idle_slow',0), (14340,52407,'kill_sound_pegasus_idleloop',0), (14341,52408,'kill_sound_pegasus_limb_whip',0), (14342,52409,'kill_sound_pegasus_ouch_1',0), (14343,52410,'kill_sound_pegasus_ouch_hit',0), (14344,52411,'kill_sound_pegasus_snort_quick',0), (14345,52412,'kill_sound_pegasus_wings_soft',0), (14346,52419,'kill_lynx_idle01',0), (14347,52424,'kill_cast_spin_flash_buff',0), (14348,52425,'kill_cast_tallonite_dagger_blast',0), (14349,52427,'kill_energy_blobs_kick_blast',0), (14350,52429,'kill_result_slow',0), (14351,52434,'kill_cast_tallonite_axe_throw',0), (14352,52435,'kill_cast_tallonite_glow_eyes',0), (14353,52437,'kill_design_sen_lava_falls',0), (14354,52438,'kill_design_sen_lightning_rune_orb',0), (14355,52444,'kill_design_eru_column_protection',0), (14356,52450,'kill_design_theer_fire_forrest',0), (14357,52451,'kill_design_theer_fire_passion',0), (14358,52452,'kill_design_theer_fire_water',0), (14359,52453,'kill_design_theer_fire_wrath',0), (14360,52454,'kill_design_theer_obj_forrest',0), (14361,52455,'kill_design_theer_obj_passion',0), (14362,52456,'kill_design_theer_obj_water',0), (14363,52457,'kill_design_theer_obj_wrath',0), (14364,52458,'kill_design_theer_symbol_blast',0), (14365,52459,'kill_design_theer_symbol_evil',0), (14366,52460,'kill_design_theer_symbol_forrest',0), (14367,52461,'kill_design_theer_symbol_good',0), (14368,52462,'kill_design_theer_symbol_none',0), (14369,52463,'kill_design_theer_symbol_passion',0), (14370,52464,'kill_design_theer_symbol_water',0), (14371,52465,'kill_design_theer_symbol_wrath',0), (14372,52466,'kill_design_theer_wrath_blast',0), (14373,52469,'kill_cast_massive_ring_blast',0), (14374,52474,'kill_result_billowing_energy',0), (14375,52475,'kill_result_seeping_energy',0), (14376,52481,'kill_design_odus_dome_barrier',0), (14377,52483,'kill_result_fiery_sun',0), (14378,52484,'kill_result_healing_flora',0), (14379,52485,'kill_result_singing_wind',0), (14380,52487,'kill_sound_catoplebus_attack_roar_1',0), (14381,52488,'kill_sound_catoplebus_attack_roar_2',0), (14382,52489,'kill_sound_catoplebus_attack_roar_3',0), (14383,52490,'kill_sound_catoplebus_body_movement',0), (14384,52491,'kill_sound_catoplebus_cast_roar',0), (14385,52492,'kill_sound_catoplebus_combat_art_buff_roar',0), (14386,52493,'kill_sound_catoplebus_crunch',0), (14387,52494,'kill_sound_catoplebus_death_roar',0), (14388,52495,'kill_sound_catoplebus_dodge_grunt',0), (14389,52496,'kill_sound_catoplebus_dodge_roar',0), (14390,52497,'kill_sound_catoplebus_footstep',0), (14391,52498,'kill_sound_catoplebus_footstep_deep',0), (14392,52499,'kill_sound_catoplebus_footstep_deep_soft',0), (14393,52500,'kill_sound_catoplebus_idle_grunt',0), (14394,52501,'kill_sound_catoplebus_idle_roar',0), (14395,52502,'kill_sound_catoplebus_idle_sniff',0), (14396,52503,'kill_sound_catoplebus_idle_snort',0), (14397,52504,'kill_sound_catoplebus_slide',0), (14398,52505,'kill_sound_catoplebus_swim',0), (14399,52506,'kill_sound_catoplebus_swim_idle',0), (14400,52507,'kill_sound_catoplebus_tail_whoosh',0), (14401,52508,'kill_sound_cerberus_attack_roar',0), (14402,52509,'kill_sound_cerberus_cast_roar',0), (14403,52510,'kill_sound_cerberus_combat_art_buff_roar',0), (14404,52511,'kill_sound_cerberus_death_fall',0), (14405,52512,'kill_sound_cerberus_death_roar',0), (14406,52513,'kill_sound_cerberus_dodge_bark',0), (14407,52514,'kill_sound_cerberus_dodge_growl',0), (14408,52515,'kill_sound_cerberus_growl',0), (14409,52516,'kill_sound_cerberus_idle_howl_1',0), (14410,52517,'kill_sound_cerberus_idle_howl_2',0), (14411,52518,'kill_sound_cerberus_idle_howl_long',0), (14412,52519,'kill_sound_cerberus_scrape',0), (14413,52520,'kill_sound_cerberus_snarl',0), (14414,52521,'kill_sound_cerberus_swim',0), (14415,52522,'kill_trdskl_transmute_complete',0), (14416,52523,'kill_trdskl_transmute_rings',0), (14417,52531,'kill_sound_goatmen_lf_stomp',0), (14418,52532,'kill_sound_goatmen_armor_long',0), (14419,52533,'kill_sound_goatmen_armor_short_loud',0), (14420,52534,'kill_sound_goatmen_armor_short_quiet',0), (14421,52535,'kill_sound_goatmen_attack_roar',0), (14422,52536,'kill_sound_goatmen_blade_swoosh_1',0), (14423,52537,'kill_sound_goatmen_blade_swoosh_2',0), (14424,52538,'kill_sound_goatmen_body_fall',0), (14425,52539,'kill_sound_goatmen_body_movement_short',0), (14426,52540,'kill_sound_goatmen_bow_enter',0), (14427,52541,'kill_sound_goatmen_bow_exit',0), (14428,52542,'kill_sound_goatmen_bow_getarrow',0), (14429,52543,'kill_sound_goatmen_bow_pullback',0), (14430,52544,'kill_sound_goatmen_bow_release',0), (14431,52545,'kill_sound_goatmen_breath_out',0), (14432,52546,'kill_sound_goatmen_cast_yell',0), (14433,52547,'kill_sound_goatmen_combat_art_buff',0), (14434,52548,'kill_sound_goatmen_death_roar',0), (14435,52549,'kill_sound_goatmen_death_roar_2',0), (14436,52550,'kill_sound_goatmen_footstep',0), (14437,52551,'kill_sound_goatmen_grunt',0), (14438,52552,'kill_sound_goatmen_ouch',0), (14439,52553,'kill_sound_goatmen_scrape',0), (14440,52554,'kill_sound_goatmen_snort',0), (14441,52555,'kill_sound_goatmen_swim',0), (14442,52556,'kill_sound_goatmen_weapon_twirl',0), (14443,52562,'kill_design_pulse_beacon',0), (14444,52563,'kill_design_shard_blast',0), (14445,52565,'kill_pandamen_wildswing_attack',0), (14446,52566,'kill_pulse_sound',0), (14447,52569,'kill_sound_pandamen_bark',0), (14448,52570,'kill_sound_pandamen_bleat',0), (14449,52571,'kill_sound_pandamen_bow_getarrow',0), (14450,52572,'kill_sound_pandamen_bow_pullback',0), (14451,52573,'kill_sound_pandamen_bow_release',0), (14452,52574,'kill_sound_pandamen_bow_sheath',0), (14453,52575,'kill_sound_pandamen_bow_unsheath',0), (14454,52576,'kill_sound_pandamen_charge_roar',0), (14455,52577,'kill_sound_pandamen_dead',0), (14456,52578,'kill_sound_pandamen_eat',0), (14457,52579,'kill_sound_pandamen_footslide',0), (14458,52580,'kill_sound_pandamen_footstep_soft',0), (14459,52581,'kill_sound_pandamen_growl',0), (14460,52582,'kill_sound_pandamen_grunt',0), (14461,52583,'kill_sound_pandamen_idle_grunt',0), (14462,52584,'kill_sound_pandamen_idle_grunt_short',0), (14463,52585,'kill_sound_pandamen_movement_cloth_long',0), (14464,52586,'kill_sound_pandamen_movement_cloth_short',0), (14465,52587,'kill_sound_pandamen_scratch',0), (14466,52588,'kill_sound_pandamen_scratch_pant',0), (14467,52589,'kill_sound_pandamen_sit',0), (14468,52590,'kill_sound_pandamen_swim',0), (14469,52591,'kill_sound_pandamen_whoosh',0), (14470,52597,'kill_evil_theer_energy_buff',0), (14471,52598,'kill_good_theer_energy_buff',0), (14472,52600,'kill_result_balanced_judgement',0), (14473,52601,'kill_result_fiery_flames',0), (14474,52602,'kill_result_theer_debuff_down',0), (14475,52603,'kill_result_theer_debuff_up',0), (14476,52604,'kill_result_theer_mana_drain_p2p',0), (14477,52607,'kill_theer_charge_up',0), (14478,52608,'kill_theer_mana_blast',0), (14479,52613,'kill_cast_wyvern_breath',0), (14480,52614,'kill_cast_wyvern_inhale',0), (14481,52616,'kill_design_erudite_switch_evil',0), (14482,52617,'kill_design_erudite_switch_good',0), (14483,52618,'kill_design_murderball_debuff',0), (14484,52621,'kill_sound_chimera_attack_roar_1',0), (14485,52622,'kill_sound_chimera_attack_roar_2',0), (14486,52623,'kill_sound_chimera_attack_roar_3',0), (14487,52624,'kill_sound_chimera_cast_roar',0), (14488,52625,'kill_sound_chimera_cast_roar_short',0), (14489,52626,'kill_sound_chimera_combat_art_buff_roar',0), (14490,52627,'kill_sound_chimera_dead_fall',0), (14491,52628,'kill_sound_chimera_death_roar',0), (14492,52629,'kill_sound_chimera_dodge_down_roar',0), (14493,52630,'kill_sound_chimera_dodge_grunt',0), (14494,52631,'kill_sound_chimera_footslide',0), (14495,52632,'kill_sound_chimera_footstep',0), (14496,52633,'kill_sound_chimera_footstep_big',0), (14497,52634,'kill_sound_chimera_idle_bird_1',0), (14498,52635,'kill_sound_chimera_idle_bird_2',0), (14499,52636,'kill_sound_chimera_idle_bird_3',0), (14500,52637,'kill_sound_chimera_idle_goat_1',0), (14501,52638,'kill_sound_chimera_idle_goat_2',0), (14502,52639,'kill_sound_chimera_idle_goat_3',0), (14503,52640,'kill_sound_chimera_idle_lion_1',0), (14504,52641,'kill_sound_chimera_idle_lion_2',0), (14505,52642,'kill_sound_chimera_idle_lion_3',0), (14506,52643,'kill_sound_chimera_idle_lion_4',0), (14507,52644,'kill_sound_chimera_idle_wings',0), (14508,52645,'kill_sound_chimera_sit_wings_short',0), (14509,52646,'kill_sound_chimera_snake_stab',0), (14510,52647,'kill_sound_chimera_swim',0), (14511,52648,'kill_sound_chimera_wings_big',0), (14512,52650,'kill_sound_lynx_mount_bare_idle',0), (14513,52651,'kill_sound_lynx_mount_bare_roar_1',0), (14514,52652,'kill_sound_lynx_mount_bare_roar_2',0), (14515,52653,'kill_sound_lynx_mount_footstep_quiet',0), (14516,52654,'kill_sound_lynx_mount_land',0), (14517,52655,'kill_sound_odus_kitten_attack_1',0), (14518,52656,'kill_sound_odus_kitten_attack_2',0), (14519,52657,'kill_sound_odus_kitten_attack_3',0), (14520,52658,'kill_sound_odus_kitten_attack_4',0), (14521,52659,'kill_sound_odus_kitten_combat_exit',0), (14522,52660,'kill_sound_odus_kitten_eat_1',0), (14523,52661,'kill_sound_odus_kitten_fall',0), (14524,52662,'kill_sound_odus_kitten_footstep',0), (14525,52663,'kill_sound_odus_kitten_hiss',0), (14526,52664,'kill_sound_odus_kitten_idle_purr_1',0), (14527,52665,'kill_sound_odus_kitten_lick',0), (14528,52666,'kill_sound_odus_kitten_meow_1',0), (14529,52667,'kill_sound_odus_kitten_meow_2',0), (14530,52668,'kill_sound_odus_kitten_ouch_short',0), (14531,52669,'kill_sound_odus_kitten_scratch',0), (14532,52670,'kill_sound_odus_kitten_sneeze',0), (14533,52671,'kill_sound_odus_kitten_swim',0), (14534,52674,'kill_cast_draconian_breath',0), (14535,52677,'kill_cast_wurm_breath',0), (14536,52678,'kill_cast_wurm_crush_blast',0), (14537,52679,'kill_cast_wurm_inhale',0), (14538,52681,'kill_design_active_eggs',0), (14539,52682,'kill_design_hatched_eggs',0), (14540,52683,'kill_design_inactive_eggs',0), (14541,52685,'kill_result_blinded',0), (14542,52686,'kill_result_crush_rings',0), (14543,52692,'kill_design_summon_fx',1045), (14544,52694,'kill_result_summoning_crystal',1045), (14545,52697,'kill_sound_lynx_armor_1',1045), (14546,52698,'kill_sound_lynx_armor_short',1045), (14547,52707,'kill_toxx_breath_attack',1045), (14548,52708,'kill_toxx_breath_inhale',1045), (14549,52715,'kill_result_floor_pie',1045), (14550,52722,'kill_result_lich_evil_drain_p2p',1045), (14551,52723,'kill_result_lich_good_drain_p2p',1045), (14552,52724,'kill_result_theer_evil_drain',1045), (14553,52725,'kill_result_theer_good_drain',1045), (14554,52732,'kill_result_toxic_debuff',1045), (14555,52735,'kill_toxx_breath_attack01',1045), (14556,52736,'kill_toxx_breath_attack02',1045), (14557,52742,'kill_design_kobold_claw',1045), (14558,52743,'kill_design_toxic_sphere0',1045), (14559,52744,'kill_design_toxic_sphere01',1045), (14560,52745,'kill_design_toxic_sphere02',1045), (14561,52746,'kill_design_toxic_sphere03',1045), (14562,52747,'kill_design_toxic_sphere04',1045), (14563,52748,'kill_design_toxic_sphere05',1045), (14564,52750,'kill_result_toxx_essence_trap_p2p',1045), (14565,52752,'kill_sound_catoplebus_ouch',1045), (14566,52753,'kill_sound_catoplebus_ouch_1',1045), (14567,52754,'kill_sound_catoplebus_ouch_2',1045), (14568,52756,'kill_sound_skeletal_1',1045), (14569,52757,'kill_sound_skeletal_10',1045), (14570,52758,'kill_sound_skeletal_11',1045), (14571,52759,'kill_sound_skeletal_12',1045), (14572,52760,'kill_sound_skeletal_13',1045), (14573,52761,'kill_sound_skeletal_14',1045), (14574,52762,'kill_sound_skeletal_15',1045), (14575,52763,'kill_sound_skeletal_16',1045), (14576,52764,'kill_sound_skeletal_17',1045), (14577,52765,'kill_sound_skeletal_18',1045), (14578,52766,'kill_sound_skeletal_19',1045), (14579,52767,'kill_sound_skeletal_2',1045), (14580,52768,'kill_sound_skeletal_20',1045), (14581,52769,'kill_sound_skeletal_21',1045), (14582,52770,'kill_sound_skeletal_22',1045), (14583,52771,'kill_sound_skeletal_3',1045), (14584,52772,'kill_sound_skeletal_4',1045), (14585,52773,'kill_sound_skeletal_5',1045), (14586,52774,'kill_sound_skeletal_6',1045), (14587,52775,'kill_sound_skeletal_7',1045), (14588,52776,'kill_sound_skeletal_8',1045), (14589,52777,'kill_sound_skeletal_9',1045), (14590,52778,'kill_toxx_chained',1045), (14591,52779,'kill_toxx_vanish',1045), (14592,52785,'kill_design_active_head_001',1045), (14593,52786,'kill_design_active_head_010',1045), (14594,52787,'kill_design_active_head_011',1045), (14595,52788,'kill_design_active_head_100',1045), (14596,52789,'kill_design_active_head_101',1045), (14597,52790,'kill_design_active_head_110',1045), (14598,52791,'kill_design_active_head_111',1045), (14599,52792,'kill_design_tallonite_portal',1045), (14600,52793,'kill_design_teleport_druid_ring',1045), (14601,52796,'kill_cast_arcane_blast',1045), (14602,52797,'kill_cast_crush_blast',1045), (14603,52798,'kill_cast_poison_blast',1045), (14604,52802,'kill_design_mystic_barrier',1045), (14605,52808,'kill_design_blue_flag_pickup',1045), (14606,52809,'kill_design_red_flag_pickup',1045), (14607,52815,'kill_death_impact',1045), (14608,52816,'kill_gorgon_attack_roar_01',1045), (14609,52817,'kill_gorgon_attack_roar_02',1045), (14610,52818,'kill_gorgon_breath_in',1045), (14611,52819,'kill_gorgon_breath_out_long',1045), (14612,52820,'kill_gorgon_breath_out_short',1045), (14613,52821,'kill_gorgon_cast_roar_01',1045), (14614,52822,'kill_gorgon_chewing_close',1045), (14615,52823,'kill_gorgon_chewing_open',1045), (14616,52824,'kill_gorgon_death_impact',1045), (14617,52825,'kill_gorgon_death_roar',1045), (14618,52826,'kill_gorgon_footscrape',1045), (14619,52827,'kill_gorgon_footstep_deep',1045), (14620,52828,'kill_gorgon_footstep_metal',1045), (14621,52829,'kill_gorgon_hooves',1045), (14622,52830,'kill_gorgon_kick_swish',1045), (14623,52831,'kill_gorgon_metal_movement',1045), (14624,52832,'kill_gorgon_metal_movement_deep',1045), (14625,52833,'kill_gorgon_metal_movement_long',1045), (14626,52834,'kill_gorgon_metal_movement_quiet',1045), (14627,52835,'kill_gorgon_metal_scrape',1045), (14628,52836,'kill_gorgon_ouch_headshake',1045), (14629,52837,'kill_gorgon_ouch_impact',1045), (14630,52838,'kill_gorgon_snort',1045), (14631,52839,'kill_gorgon_snort_big',1045), (14632,52840,'kill_gorgon_swim',1045), (14633,52844,'kill_stone_ouch_impact',1045), (14634,52850,'kill_design_blue_flag_trail',1045), (14635,52851,'kill_design_red_flag_trail',1045), (14636,52857,'kill_design_battleground_tower_blue',1045), (14637,52858,'kill_design_battleground_tower_red',1045), (14638,52864,'kill_crystaline_folk_lf',1045), (14639,52865,'kill_crystaline_folk_footstep_big',1045), (14640,52866,'kill_crystaline_folk_footstep_crunch',1045), (14641,52867,'kill_crystaline_folk_stone_debris',1045), (14642,52868,'kill_crystaline_folk_tantrum_1',1045), (14643,52869,'kill_crystaline_folk_tantrum_2',1045), (14644,52870,'kill_crystaline_folk_tantrum_3',1045), (14645,52871,'kill_crystaline_folk_tantrum_body_1',1045), (14646,52872,'kill_crystaline_folk_tantrum_body_2',1045), (14647,52873,'kill_crystaline_folk_tantrum_body_3',1045), (14648,52874,'kill_design_sen_lava_floor',1045), (14649,52877,'kill_cast_mental_blast',1045), (14650,52882,'kill_design_reform_fx',1045), (14651,52885,'kill_attack_breath_crush',1045), (14652,52886,'kill_attack_breath_poison',1045), (14653,52891,'kill_design_drain_theer_fx',1045), (14654,52892,'kill_design_power_aura',1045), (14655,52894,'kill_result_forced_shader_white',1045), (14656,52895,'kill_result_stunned_rings',1045), (14657,52902,'kill_froglock_gathering_search',1045), (14658,52906,'kill_status_quest_completes_storyline',1045), (14659,52907,'kill_status_quest_gives_storyline',1045), (14660,52908,'kill_status_quest_updates_storyline',1045), (14661,52918,'kill_sound_lynx_armor_short_1',1045), (14662,52919,'kill_sound_lynx_mount_bare_roar_3',1045), (14663,52927,'kill_result_forced_shader_rock_red',1045), (14664,52930,'kill_tiered_cleric_wheel_back',1045), (14665,52931,'kill_tiered_cleric_wheel_base',1045), (14666,52932,'kill_tiered_cleric_wheel_forward',1045), (14667,52933,'kill_tiered_hand_cross',1045), (14668,52934,'kill_tiered_hand_leaves',1045), (14669,52935,'kill_tiered_hand_leaves_glowing',1045), (14670,52936,'kill_tiered_hand_pattern',1045), (14671,52937,'kill_tiered_refreshment_summon',1045), (14672,52938,'kill_tiered_smite_p2p',1045), (14673,52946,'kill_jump_falling',1045), (14674,52956,'kill_tiered_angel_wings',1045), (14675,52957,'kill_tiered_bar_heal',1045), (14676,52958,'kill_tiered_divine_burst',1045), (14677,52959,'kill_tiered_divine_essence_summon',1045), (14678,52960,'kill_tiered_head_halo',1045), (14679,52961,'kill_tiered_priest_ring_cure',1045), (14680,52962,'kill_tiered_radiant_glow',1045), (14681,52963,'kill_tiered_resurrect_swirls',1045), (14682,52964,'kill_tiered_small_heal',1045), (14683,52965,'kill_tiered_smite_hit',1045), (14684,52966,'kill_tiered_soothe',1045), (14685,52967,'kill_tiered_toxin_out',1045), (14686,52968,'kill_tiered_water_bubble',1045), (14687,52978,'kill_sound_roehn_theer_stomp_rocks_1',1045), (14688,52979,'kill_sound_roehn_theer_stomp_rocks_2',1045), (14689,52980,'kill_sound_roehn_theer_stomp_rocks_3',1045), (14690,52981,'kill_tiered_flash_heal',1045), (14691,52982,'kill_tiered_ring_shield',1045), (14692,52983,'kill_tiered_scimitar_exploding',1045), (14693,52984,'kill_tiered_scimitar_smite',1045), (14694,52985,'kill_tiered_timer',1045), (14695,52995,'kill_tiered_divine_hit',1045), (14696,52996,'kill_tiered_double_smite_p2p',1045), (14697,52997,'kill_tiered_hand_sparkles',1045), (14698,52998,'kill_tiered_heal_tube_p2p',1045), (14699,53008,'kill_tiered_heal_barrier',1045), (14700,53009,'kill_tiered_smite_blobs_p2p',1045), (14701,53019,'kill_tiered_hammer_smite',1045), (14702,53020,'kill_tiered_hand_cross_dark',1045), (14703,53021,'kill_tiered_hand_sparkles_dark',1045), (14704,53031,'kill_tiered_mental_smite',1045), (14705,53041,'kill_tiered_engulf_flames',1045), (14706,53042,'kill_tiered_gavel_pound',1045), (14707,53043,'kill_tiered_light_cage',1045), (14708,53044,'kill_tiered_swirly_heal',1045), (14709,53045,'kill_tiered_swirly_power_heal',1045), (14710,53055,'kill_trdskl_tinker_fail',1045), (14711,53062,'kill_fire_build_up',1045), (14712,53072,'kill_tiered_feather_summon',1045), (14713,53073,'kill_tiered_phoenix_summon',1045), (14714,53074,'kill_tiered_run_speed_buff',1045), (14715,53075,'kill_tiered_spirit_wolf',1045), (14716,53076,'kill_tiered_wood_root',1045), (14717,53086,'kill_tiered_bat_summon',1045), (14718,53087,'kill_tiered_nature_heal',1045), (14719,53097,'kill_tiered_druid_wheel_base',1045), (14720,53098,'kill_tiered_fire_slam2',1045), (14721,53099,'kill_tiered_hand_leaf',1045), (14722,53100,'kill_tiered_icicle_stab',1045), (14723,53101,'kill_tiered_leaf_burst',1045), (14724,53102,'kill_tiered_leaf_gather',1045), (14725,53103,'kill_tiered_leaf_spin',1045), (14726,53104,'kill_tiered_rings_shrinking',1045), (14727,53105,'kill_tiered_swirly_wisps',1045), (14728,53106,'kill_tiered_wood_spikes',1045), (14729,53114,'kill_panting_wolf_sound',1045), (14730,53117,'kill_tiered_hand_leaf_glowing',1045), (14731,53118,'kill_tiered_leaf_spot_burst',1045), (14732,53119,'kill_tiered_spin_runed_shield',1045), (14733,53120,'kill_tiered_spirit_bear',1045), (14734,53121,'kill_tiered_spirit_lion',1045), (14735,53122,'kill_wolfbackground_sound',1045), (14736,53132,'kill_tiered_growing_spores',1045), (14737,53133,'kill_tiered_healing_grove',1045), (14738,53134,'kill_tiered_ice_spikes',1045), (14739,53135,'kill_tiered_sandstorm',1045), (14740,53136,'kill_tiered_spirit_wolf_summon',1045), (14741,53137,'kill_tiered_tranquility',1045), (14742,53138,'kill_tiered_wood_root_grow',1045), (14743,53141,'kill_belch_fx',1045), (14744,53146,'kill_design_theer_symbol_blue',1045), (14745,53147,'kill_design_theer_symbol_green',1045), (14746,53148,'kill_icicle_stomp',1045), (14747,53150,'kill_result_hand_drips_blood',1045), (14748,53151,'kill_result_hand_drips_poison',1045), (14749,53153,'kill_slime_trail_fx',1045), (14750,53154,'kill_sound_giant_hill_attack',1045), (14751,53155,'kill_sound_giant_hill_buff',1045), (14752,53156,'kill_sound_giant_hill_cast',1045), (14753,53157,'kill_sound_giant_hill_death',1045), (14754,53158,'kill_sound_giant_hill_fall',1045), (14755,53159,'kill_sound_giant_hill_footstep',1045), (14756,53160,'kill_sound_giant_hill_grunt',1045), (14757,53161,'kill_sound_giant_hill_idle_cloth',1045), (14758,53162,'kill_sound_giant_hill_idle_grunt',1045), (14759,53163,'kill_sound_giant_hill_idle_yawn',1045), (14760,53164,'kill_sound_giant_hill_movement_cloth',1045), (14761,53165,'kill_sound_giant_hill_ouch',1045), (14762,53166,'kill_sound_giant_hill_rising_groan',1045), (14763,53167,'kill_sound_giant_hill_sit_groan',1045), (14764,53168,'kill_sound_giant_hill_swim',1045), (14765,53169,'kill_sound_giant_hill_swim_idle',1045), (14766,53170,'kill_sound_giant_hill_turn',1045), (14767,53180,'kill_tiered_brambles',1045), (14768,53181,'kill_tiered_hand_leaf_dark',1045), (14769,53182,'kill_tiered_hand_leaves_dark',1045), (14770,53183,'kill_tiered_leaf_flourish',1045), (14771,53184,'kill_tiered_lightning_bolt',1045), (14772,53185,'kill_tiered_snow_tempest',1045), (14773,53186,'kill_tiered_swarm_p2p',1045), (14774,53196,'kill_tiered_spirit_cat',1045), (14775,53197,'kill_tiered_spirit_eel',1045), (14776,53198,'kill_tiered_starfire',1045), (14777,53199,'kill_tiered_sun_nova',1045), (14778,53209,'kill_tiered_fae_swirling',1045), (14779,53210,'kill_tiered_lightning_fusion',1045), (14780,53211,'kill_tiered_spirit_cheetah',1045), (14781,53212,'kill_tiered_spirit_lion_summon',1045), (14782,53213,'kill_tiered_spirit_tree',1045), (14783,53214,'kill_tiered_thunder_cloud',1045), (14784,53221,'kill_design_goblin_launch',1045), (14785,53225,'kill_transforma',1045), (14786,53226,'kill_transformb',1045), (14787,53229,'kill_cast_ice_blastwave',1045), (14788,53232,'kill_cast_wing_buffet_snow',1045), (14789,53233,'kill_cast_wing_buffet_wind',1045), (14790,53237,'kill_result_icy_trap_shatter',1045), (14791,53244,'kill_design_starburst_blue',1045), (14792,53245,'kill_design_starburst_green',1045), (14793,53246,'kill_design_starburst_purple',1045), (14794,53247,'kill_design_starburst_red',1045), (14795,53248,'kill_design_starburst_white',1045), (14796,53250,'kill_kneel',1045), (14797,53251,'kill_result_shadow_curse',1045), (14798,53261,'kill_sound_lynx_mount_bare_idle_1',1045), (14799,53262,'kill_sound_lynx_mount_bare_pant',1045), (14800,53272,'kill_sound_lynx_purr',1045), (14801,53273,'kill_sound_vrewwx_attack_roar_3',1045), (14802,53274,'kill_sound_vrewwx_cast_roar',1045), (14803,53281,'kill_design_arm_prelaunch',1045), (14804,53283,'kill_result_repellent_spray',1045), (14805,53284,'kill_result_repellent_spray_p2p',1045), (14806,53287,'kill_activate',1045), (14807,53288,'kill_cast_ice_blast',1045), (14808,53289,'kill_cast_ice_blast_ring',1045), (14809,53297,'kill_sound_vrewwx_attack_roar_1',1045), (14810,53298,'kill_sound_vrewwx_attack_roar_2',1045), (14811,53299,'kill_sound_vrewwx_idle02_roar',1045), (14812,53309,'kill_sound_vrewwx_idle1_breathing_2',1045), (14813,53316,'kill_design_void_energy_pool',1045), (14814,53318,'kill_result_flower_trail',1045), (14815,53319,'kill_result_leash_p2p',1045), (14816,53320,'kill_result_rope_root',1045), (14817,53323,'kill_cast_pick_axe_throw',1045), (14818,53328,'kill_design_crystal_drop_impact',1045), (14819,53329,'kill_design_orc_footprints',1045), (14820,53331,'kill_result_leash_p2p_static',1045), (14821,53333,'kill_sitchair',1045), (14822,53335,'kill_sound_vrewwx_body_fall',1045), (14823,53336,'kill_trdskl_halas_pick',1045), (14824,53343,'kill_design_chessboard_collapse_fx',1045), (14825,53344,'kill_design_chessboard_static_fx',1045), (14826,53345,'kill_design_druidring_burst_fx',1045), (14827,53346,'kill_design_druidring_fx',1045), (14828,53347,'kill_design_harpoon_fire',1045), (14829,53348,'kill_design_harpoon_load',1045), (14830,53358,'kill_sound_vrewwx_death',1045), (14831,53359,'kill_sound_vrewwx_ouch',1045), (14832,53362,'kill_bellyslide',1045), (14833,53367,'kill_float_on_back',1045), (14834,53369,'kill_laugh',1045), (14835,53372,'kill_sound_vrewwx_buff',1045), (14836,53373,'kill_sound_vrewwx_chomp',1045), (14837,53383,'kill_sound_vrewwx_death_fall',1045), (14838,53390,'kill_design_theer_symbol_blast_circle',1045), (14839,53397,'kill_fly_ouch_backhand',1045), (14840,53407,'kill_tiered_heal_ward',1045), (14841,53408,'kill_tiered_shaman_wheel_base',1045), (14842,53409,'kill_tiered_spirit_summon',1045), (14843,53410,'kill_tiered_spirit_swirl_hit',1045), (14844,53418,'kill_proc_sword_head',1045), (14845,53421,'kill_tiered_hand_stars',1045), (14846,53422,'kill_tiered_haze',1045), (14847,53423,'kill_tiered_head_spirits',1045), (14848,53424,'kill_tiered_spirit_heal',1045), (14849,53434,'kill_tiered_heal_flourish',1045), (14850,53435,'kill_tiered_resurrect_spirits',1045), (14851,53436,'kill_tiered_spirit_elephant',1045), (14852,53437,'kill_tiered_spirit_swirl_shield',1045), (14853,53447,'kill_tiered_echo_rings',1045), (14854,53448,'kill_tiered_fire',1045), (14855,53449,'kill_tiered_iceball_p2p',1045), (14856,53450,'kill_tiered_spirit_tube',1045), (14857,53451,'kill_tiered_spirits_p2p',1045), (14858,53461,'kill_tiered_ancestral_summon',1045), (14859,53462,'kill_tiered_lunar_summon',1045), (14860,53463,'kill_tiered_spirit_circle_summon',1045), (14861,53464,'kill_tiered_spirit_growing',1045), (14862,53471,'kill_fly_jumpsubstitute',1045), (14863,53472,'kill_fly_turn_left',1045), (14864,53473,'kill_fly_turn_right',1045), (14865,53474,'kill_fly_walk',1045), (14866,53476,'kill_lizard_backup',1045), (14867,53477,'kill_lizard_fall',1045), (14868,53478,'kill_lizard_fly_backup',1045), (14869,53479,'kill_lizard_fly_fall',1045), (14870,53480,'kill_lizard_fly_idle',1045), (14871,53481,'kill_lizard_fly_idle01',1045), (14872,53482,'kill_lizard_fly_jump',1045), (14873,53483,'kill_lizard_fly_jump_substitute',1045), (14874,53484,'kill_lizard_fly_run',1045), (14875,53485,'kill_lizard_fly_turn_left',1045), (14876,53486,'kill_lizard_fly_turn_right',1045), (14877,53487,'kill_lizard_fly_walk',1045), (14878,53488,'kill_lizard_glide',1045), (14879,53489,'kill_lizard_idle',1045), (14880,53490,'kill_lizard_idle01',1045), (14881,53491,'kill_lizard_jump',1045), (14882,53492,'kill_lizard_jump_substitute',1045), (14883,53493,'kill_lizard_land',1045), (14884,53494,'kill_lizard_long_fall',1045), (14885,53495,'kill_lizard_run',1045), (14886,53496,'kill_lizard_turn_left',1045), (14887,53497,'kill_lizard_turn_right',1045), (14888,53498,'kill_lizard_walk',1045), (14889,53506,'kill_lizard_fly_dive',1045), (14890,53507,'kill_lizard_fly_glide',1045), (14891,53508,'kill_lizard_fly_jumpsubstitute',1045), (14892,53511,'kill_tiered_bone_tendrils',1045), (14893,53512,'kill_tiered_crystal_soultap',1045), (14894,53513,'kill_tiered_dark_swirly_wisps',1045), (14895,53514,'kill_tiered_deathward',1045), (14896,53515,'kill_tiered_forced_shader_burst_blend',1045), (14897,53516,'kill_tiered_hand_stars_dark',1045), (14898,53517,'kill_tiered_heal_shroud',1045), (14899,53518,'kill_tiered_poison_spirits_p2p',1045), (14900,53519,'kill_tiered_rune_debuff_all',1045), (14901,53520,'kill_tiered_shadow_curse',1045), (14902,53521,'kill_tiered_shroud',1045), (14903,53529,'kill_lizard_fly_enter',1045), (14904,53539,'kill_spark_trail_lf',1045), (14905,53540,'kill_spark_trail_lr',1045), (14906,53541,'kill_spark_trail_rf',1045), (14907,53542,'kill_spark_trail_rr',1045), (14908,53549,'kill_griffin_backup',1045), (14909,53550,'kill_griffin_fall',1045), (14910,53551,'kill_griffin_fly_backup',1045), (14911,53552,'kill_griffin_fly_dive',1045), (14912,53553,'kill_griffin_fly_enter',1045), (14913,53554,'kill_griffin_fly_fall',1045), (14914,53555,'kill_griffin_fly_glide',1045), (14915,53556,'kill_griffin_fly_idle',1045), (14916,53557,'kill_griffin_fly_idle01',1045), (14917,53558,'kill_griffin_fly_jump',1045), (14918,53559,'kill_griffin_fly_jumpsubstitute',1045), (14919,53560,'kill_griffin_fly_run',1045), (14920,53561,'kill_griffin_fly_turn_left',1045), (14921,53562,'kill_griffin_fly_turn_right',1045), (14922,53563,'kill_griffin_fly_walk',1045), (14923,53564,'kill_griffin_idle01',1045), (14924,53565,'kill_griffin_jump',1045), (14925,53566,'kill_griffin_jump_substitute',1045), (14926,53567,'kill_griffin_land',1045), (14927,53568,'kill_griffin_long_fall',1045), (14928,53569,'kill_griffin_turn_left',1045), (14929,53570,'kill_griffin_turn_right',1045), (14930,53572,'kill_pegasus_backup',1045), (14931,53573,'kill_pegasus_fall',1045), (14932,53574,'kill_pegasus_fly_backup',1045), (14933,53575,'kill_pegasus_fly_dive',1045), (14934,53576,'kill_pegasus_fly_enter',1045), (14935,53577,'kill_pegasus_fly_fall',1045), (14936,53578,'kill_pegasus_fly_glide',1045), (14937,53579,'kill_pegasus_fly_idle',1045), (14938,53580,'kill_pegasus_fly_idle01',1045), (14939,53581,'kill_pegasus_fly_jump',1045), (14940,53582,'kill_pegasus_fly_jumpsubstitute',1045), (14941,53583,'kill_pegasus_fly_run',1045), (14942,53584,'kill_pegasus_fly_turn_left',1045), (14943,53585,'kill_pegasus_fly_turn_right',1045), (14944,53586,'kill_pegasus_fly_walk',1045), (14945,53587,'kill_pegasus_idle01',1045), (14946,53588,'kill_pegasus_jump',1045), (14947,53589,'kill_pegasus_jump_substitute',1045), (14948,53590,'kill_pegasus_land',1045), (14949,53591,'kill_pegasus_long_fall',1045), (14950,53592,'kill_pegasus_turn_left',1045), (14951,53593,'kill_pegasus_turn_right',1045), (14952,53601,'kill_result_weapon_trail_music',1096), (14953,53604,'kill_tiered_bard_baton',1096), (14954,53605,'kill_tiered_bard_drum',1096), (14955,53606,'kill_tiered_bard_flute',1096), (14956,53607,'kill_tiered_bard_guitar',1096), (14957,53608,'kill_tiered_bard_horn',1096), (14958,53609,'kill_tiered_bard_shroud',1096), (14959,53610,'kill_tiered_bard_wheel_base',1096), (14960,53611,'kill_tiered_clanging_notes',1096), (14961,53612,'kill_tiered_coin_toss',1096), (14962,53613,'kill_tiered_dancing_blades',1096), (14963,53614,'kill_tiered_hand_notes',1096), (14964,53615,'kill_tiered_hand_spin_notes',1096), (14965,53616,'kill_tiered_jester_cap_toss_p2p',1096), (14966,53617,'kill_tiered_music_ball_p2p',1096), (14967,53618,'kill_tiered_music_band',1096), (14968,53619,'kill_tiered_music_beam_p2p',1096), (14969,53620,'kill_tiered_music_blast_ball',1096), (14970,53621,'kill_tiered_music_bubble',1096), (14971,53622,'kill_tiered_music_swirls',1096), (14972,53623,'kill_tiered_music_wave_p2p',1096), (14973,53624,'kill_tiered_notes_blast',1096), (14974,53625,'kill_tiered_notes_burst',1096), (14975,53626,'kill_tiered_notes_confetti',1096), (14976,53627,'kill_tiered_notes_head',1096), (14977,53628,'kill_tiered_notes_out_blast',1096), (14978,53629,'kill_tiered_notes_out_song',1096), (14979,53630,'kill_tiered_notes_shield',1096), (14980,53631,'kill_tiered_notes_spiral_frenzy',1096), (14981,53632,'kill_tiered_notes_up_song',1096), (14982,53633,'kill_tiered_slashing_blade',1096), (14983,53634,'kill_tiered_sound_rings_head',1096), (14984,53635,'kill_tiered_spark_burst',1096), (14985,53636,'kill_tiered_stabbing_blades',1096), (14986,53646,'kill_tiered_notes_swirling_p2p',1096), (14987,53656,'kill_tiered_bellow',1096), (14988,53657,'kill_tiered_eyehand_buff',1096), (14989,53658,'kill_tiered_note_crescent_p2p',1096), (14990,53659,'kill_tiered_notes_out_song_bellow',1096), (14991,53660,'kill_tiered_notes_transfer_p2p',1096), (14992,53661,'kill_tiered_rock_skin_grow',1096), (14993,53662,'kill_tiered_shaky_notes',1096), (14994,53669,'kill_griffin_mount_backup',1096), (14995,53670,'kill_griffin_mount_fall',1096), (14996,53671,'kill_griffin_mount_fly_backup',1096), (14997,53672,'kill_griffin_mount_fly_dive',1096), (14998,53673,'kill_griffin_mount_fly_enter',1096), (14999,53674,'kill_griffin_mount_fly_fall',1096), (15000,53675,'kill_griffin_mount_fly_glide',1096), (15001,53676,'kill_griffin_mount_fly_idle',1096), (15002,53677,'kill_griffin_mount_fly_idle01',1096), (15003,53678,'kill_griffin_mount_fly_jump',1096), (15004,53679,'kill_griffin_mount_fly_jumpsubstitute',1096), (15005,53680,'kill_griffin_mount_fly_run',1096), (15006,53681,'kill_griffin_mount_fly_turn_left',1096), (15007,53682,'kill_griffin_mount_fly_turn_right',1096), (15008,53683,'kill_griffin_mount_fly_walk',1096), (15009,53684,'kill_griffin_mount_idle',1096), (15010,53685,'kill_griffin_mount_idle01',1096), (15011,53686,'kill_griffin_mount_jump',1096), (15012,53687,'kill_griffin_mount_jump_substitute',1096), (15013,53688,'kill_griffin_mount_land',1096), (15014,53689,'kill_griffin_mount_long_fall',1096), (15015,53690,'kill_griffin_mount_run',1096), (15016,53691,'kill_griffin_mount_turn_left',1096), (15017,53692,'kill_griffin_mount_turn_right',1096), (15018,53693,'kill_griffin_mount_walk',1096), (15019,53697,'kill_tiered_arrow_blast',1096), (15020,53698,'kill_tiered_blood_burst',1096), (15021,53699,'kill_tiered_fire_arrow_p2p',1096), (15022,53700,'kill_tiered_harvest_arrows',1096), (15023,53701,'kill_tiered_lightning_blast_hit',1096), (15024,53702,'kill_tiered_lightning_spark_burst',1096), (15025,53703,'kill_tiered_massive_hit',1096), (15026,53704,'kill_tiered_ranged_buff',1096), (15027,53705,'kill_tiered_shimmer_arrow_p2p',1096), (15028,53706,'kill_tiered_slow_arrow_p2p',1096), (15029,53707,'kill_tiered_sparkle_trail_weapon_blend',1096), (15030,53708,'kill_tiered_weapon_blood_lust',1096), (15031,53718,'kill_tiered_arrow',1096), (15032,53719,'kill_tiered_arrow_storm',1096), (15033,53720,'kill_tiered_briar_trap',1096), (15034,53721,'kill_tiered_bullseye',1096), (15035,53722,'kill_tiered_hawk_summon',1096), (15036,53723,'kill_tiered_head_arrow_p2p',1096), (15037,53724,'kill_tiered_redirect_arrow_p2p',1096), (15038,53725,'kill_tiered_redirection',1096), (15039,53726,'kill_tiered_shoot_arrow_rain',1096), (15040,53727,'kill_tiered_triple_arrow_p2p',1096), (15041,53737,'kill_tiered_ice_comet',1096), (15042,53744,'kill_griffin_mount_fly_climb',1096), (15043,53745,'kill_griffin_mount_fly_down',1096), (15044,53746,'kill_griffin_mount_fly_up',1096), (15045,53750,'kill_tiered_blades_buff',1096), (15046,53751,'kill_tiered_damage_persist',1096), (15047,53752,'kill_tiered_dark_arrow_p2p',1096), (15048,53753,'kill_tiered_dark_cloud',1096), (15049,53754,'kill_tiered_death_mark',1096), (15050,53755,'kill_tiered_deflect_buff',1096), (15051,53756,'kill_tiered_shoot_daggers',1096), (15052,53757,'kill_tiered_slashing_daggers',1096), (15053,53767,'kill_tiered_apply_poison_p2p',1096), (15054,53768,'kill_tiered_dagger_head',1096), (15055,53769,'kill_tiered_dark_ring_vanish',1096), (15056,53770,'kill_tiered_fatal_followup',1096), (15057,53771,'kill_tiered_hand_plasma',1096), (15058,53772,'kill_tiered_spin_dagger_blast',1096), (15059,53779,'kill_griffin_mount_fly_jump_substitute',1096), (15060,53789,'kill_tiered_blast_tube',1096), (15061,53790,'kill_tiered_flurry_daggers',1096), (15062,53791,'kill_tiered_mesmerized',1096), (15063,53792,'kill_tiered_slash_trail',1096), (15064,53793,'kill_tiered_snow_dagger_p2p',1096), (15065,53794,'kill_tiered_spin_shield_buff',1096), (15066,53795,'kill_tiered_storm_waves',1096), (15067,53796,'kill_tiered_stream_throw_attack_p2p',1096), (15068,53797,'kill_tiered_swords_buff',1096), (15069,53798,'kill_tiered_teeth_glint',1096), (15070,53806,'kill_result_bind_wound',1096), (15071,53809,'kill_tiered_blast_trail',1096), (15072,53810,'kill_tiered_dagger_p2p',1096), (15073,53811,'kill_tiered_dark_melee_swipe',1096), (15074,53812,'kill_tiered_poison_forced_shader_weapon',1096), (15075,53813,'kill_tiered_slash_trail_dark',1096), (15076,53820,'kill_design_wellspring_bones_toss',1096), (15077,53822,'kill_result_wellspring_ghosts_attack_p2p',1096), (15078,53832,'kill_tiered_cone_defensive_buff',1096), (15079,53833,'kill_tiered_cone_offensive_buff',1096), (15080,53840,'kill_design_crater_blast',1096), (15081,53841,'kill_design_fire_area',1096), (15082,53843,'kill_result_spore_toss_p2p',1096), (15083,53850,'kill_design_electro_disease_portal',1096), (15084,53851,'kill_design_lightning_shield',1096), (15085,53852,'kill_design_summon_disease_portal',1096), (15086,53859,'kill_design_meteor_impact',1096), (15087,53860,'kill_design_meteor_target',1096), (15088,53863,'kill_ball_lightning_bolt_p2p',1096), (15089,53865,'kill_cast_potion_hand_pattern_heal',1096), (15090,53866,'kill_cast_potion_hand_sparks',1096), (15091,53867,'kill_cast_potion_ring_cure',1096), (15092,53869,'kill_cast_resurrect_swirls',1096), (15093,53873,'kill_result_fire_engulfed',1096), (15094,53874,'kill_result_flash_heal',1096), (15095,53877,'kill_trdskl_vial_left',1096), (15096,53884,'kill_design_gf_tree_fire',1096), (15097,53885,'kill_design_gf_tree_fire_big',1096), (15098,53887,'kill_result_head_flash_sparks',1096), (15099,53890,'kill_cast_plague_spikes',1096), (15100,53895,'kill_design_feet_trail_leaves',1096), (15101,53897,'kill_pbae_cast_blast',1096), (15102,53902,'kill_cast_summon_elemental_cyclone',1096), (15103,53905,'kill_design_gf_cleansed_flowers',1096), (15104,53906,'kill_design_gf_poisoned_vines',1096), (15105,53907,'kill_design_guk_portal',1096), (15106,53908,'kill_design_power_blast',1096), (15107,53909,'kill_design_summon_power',1096), (15108,53910,'kill_griffin_fly_up',1096), (15109,53913,'kill_boom_sound',1096), (15110,53919,'kill_result_guk_axe_attack_p2p',1096), (15111,53920,'kill_result_guk_axe_stuck',1096), (15112,53921,'kill_result_snotball_p2p',1096), (15113,53931,'kill_turkey_cannon_blast',1096), (15114,53932,'kill_turkey_shoot',1096), (15115,53940,'kill_lights_baubles',1096), (15116,53941,'kill_lights_bows',1096), (15117,53949,'kill_result_book_hover',1096), (15118,53951,'kill_sound_feeding',1096), (15119,53953,'kill_zombie_feeding_fx',1096), (15120,53960,'kill_design_boiling_pool_fx',1096), (15121,53961,'kill_design_book_blast',1096), (15122,53962,'kill_design_book_summon',1096), (15123,53963,'kill_design_icy_shadow_portal',1096), (15124,53965,'kill_knocktoknees_enter',1096), (15125,53966,'kill_knocktoknees_idle',1096), (15126,53969,'kill_cast_mirror_emerge',1096), (15127,53974,'kill_design_light_column_grow',1096), (15128,53977,'kill_bite',1096), (15129,53987,'kill_tiered_bloodlust_swords',1096), (15130,53988,'kill_tiered_cloud_buff_out',1096), (15131,53989,'kill_tiered_divine_wave_p2p',1096), (15132,53990,'kill_tiered_electrified',1096), (15133,53991,'kill_tiered_rock_blast',1096), (15134,53992,'kill_tiered_weakness',1096), (15135,53993,'kill_tiered_whip_dark',1096), (15136,54003,'kill_tiered_brain_leech_p2p',1096), (15137,54004,'kill_tiered_dark_vanish',1096), (15138,54005,'kill_tiered_dark_ward',1096), (15139,54006,'kill_tiered_icy_cage',1096), (15140,54016,'kill_tiered_cold_ice_crystals',1096), (15141,54017,'kill_tiered_icicle_rain',1096), (15142,54018,'kill_tiered_skull_p2p',1096), (15143,54019,'kill_tiered_starnova_p2p',1096), (15144,54029,'kill_tiered_dark_fire',1096), (15145,54030,'kill_tiered_poison_spore_p2p',1096), (15146,54031,'kill_tiered_spirit_dragon',1096), (15147,54041,'kill_tiered_cast_mysticism',1096), (15148,54042,'kill_tiered_light_ward',1096), (15149,54043,'kill_tiered_mental_comet',1096), (15150,54044,'kill_tiered_result_mysticism',1096), (15151,54045,'kill_tiered_whip_circling',1096), (15152,54055,'kill_tiered_ice_comet_shower',1096), (15153,54056,'kill_tiered_sanction_of_merit',1096), (15154,54061,'kill_combat_art_buff',1096), (15155,54064,'kill_design_crow_shoulder',1096), (15156,54065,'kill_design_ghost_wurm_shoulder',1096), (15157,54067,'kill_result_dark_bubbles_rising',1096), (15158,54075,'kill_result_candy_stars_rising',1096), (15159,54085,'kill_wolf_mount_backup',1096), (15160,54086,'kill_wolf_mount_fall',1096), (15161,54087,'kill_wolf_mount_idle',1096), (15162,54088,'kill_wolf_mount_idle01',1096), (15163,54089,'kill_wolf_mount_jump',1096), (15164,54090,'kill_wolf_mount_jump_substitute',1096), (15165,54091,'kill_wolf_mount_land',1096), (15166,54092,'kill_wolf_mount_long_fall',1096), (15167,54093,'kill_wolf_mount_run',1096), (15168,54094,'kill_wolf_mount_turn_left',1096), (15169,54095,'kill_wolf_mount_turn_right',1096), (15170,54096,'kill_wolf_mount_walk',1096), (15171,54106,'kill_tiered_cloud_ring_burst',1096), (15172,54107,'kill_tiered_ember_sword',1096), (15173,54108,'kill_tiered_fire_rain',1096), (15174,54109,'kill_tiered_lightning_bolt_p2p',1096), (15175,54110,'kill_wolfmount_backup',1096), (15176,54111,'kill_wolfmount_fall',1096), (15177,54112,'kill_wolfmount_idle',1096), (15178,54113,'kill_wolfmount_idle01',1096), (15179,54114,'kill_wolfmount_jump',1096), (15180,54115,'kill_wolfmount_jump_substitute',1096), (15181,54116,'kill_wolfmount_land',1096), (15182,54117,'kill_wolfmount_long_fall',1096), (15183,54118,'kill_wolfmount_run',1096), (15184,54119,'kill_wolfmount_turn_left',1096), (15185,54120,'kill_wolfmount_turn_right',1096), (15186,54121,'kill_wolfmount_walk',1096), (15187,54131,'kill_tiered_hammer_head',1096), (15188,54132,'kill_tiered_power_fount',1096), (15189,54133,'kill_tiered_smashing_hammers',1096), (15190,54140,'kill_ettin_drink',1096), (15191,54144,'kill_tiered_color_shower',1096), (15192,54145,'kill_tiered_haste',1096), (15193,54155,'kill_tiered_bat_swarm_appear',1096), (15194,54156,'kill_tiered_ember_shield',1096), (15195,54164,'kill_result_paper_toss_p2p',1096), (15196,54174,'kill_tiered_jesters_cap',1096), (15197,54182,'kill_persist_notes_dirge',1096), (15198,54183,'kill_persist_notes_troub',1096), (15199,54186,'kill_sound_wolfmount_bare_pant',1096), (15200,54187,'kill_sound_wolfmount_bare_roar_3',1096), (15201,54188,'kill_sound_wolfmount_footstep_quiet',1096), (15202,54189,'kill_sound_wolfmount_idle',1096), (15203,54190,'kill_sound_wolfmount_jump_substitute',1096), (15204,54191,'kill_sound_wolfmount_land',1096), (15205,54192,'kill_tiered_notes_entranced',1096), (15206,54193,'kill_tiered_poison_notes_wave_p2p',1096), (15207,54200,'kill_design_vision_plane_map_bell',1096), (15208,54210,'kill_tiered_rift_crack',1096), (15209,54217,'kill_design_djinn_pod_cloud',1096), (15210,54219,'kill_result_water_douse',1096), (15211,54222,'kill_tiered_lava_column',1096), (15212,54230,'kill_result_arrow_ridden',1096), (15213,54238,'kill_result_body_fire',1096), (15214,54239,'kill_result_body_lightning_purple',1096), (15215,54240,'kill_result_body_snow',1096), (15216,54242,'kill_sound_ettin_1h_sword_attack',1096), (15217,54243,'kill_sound_ettin_1h_sword_attack01',1096), (15218,54244,'kill_sound_ettin_1h_sword_attack03',1096), (15219,54245,'kill_sound_ettin_fs',1096), (15220,54246,'kill_sound_ettin_attack',1096), (15221,54247,'kill_sound_ettin_attack01',1096), (15222,54248,'kill_sound_ettin_attack02',1096), (15223,54249,'kill_sound_ettin_attack03',1096), (15224,54250,'kill_sound_ettin_attack_throw_boulder',1096), (15225,54251,'kill_sound_ettin_cast_aoe_beneficial_end',1096), (15226,54252,'kill_sound_ettin_cast_aoe_beneficial_loop',1096), (15227,54253,'kill_sound_ettin_cast_aoe_beneficial_start',1096), (15228,54254,'kill_sound_ettin_cast_aoe_detrimental_end',1096), (15229,54255,'kill_sound_ettin_cast_aoe_detrimental_loop',1096), (15230,54256,'kill_sound_ettin_cast_aoe_detrimental_start',1096), (15231,54257,'kill_sound_ettin_cast_aoe_invocation_end',1096), (15232,54258,'kill_sound_ettin_cast_aoe_invocation_loop',1096), (15233,54259,'kill_sound_ettin_cast_aoe_invocation_start',1096), (15234,54260,'kill_sound_ettin_cast_aoe_wand_end',1096), (15235,54261,'kill_sound_ettin_cast_aoe_wand_loop',1096), (15236,54262,'kill_sound_ettin_cast_aoe_wand_start',1096), (15237,54263,'kill_sound_ettin_cast_summon_end',1096), (15238,54264,'kill_sound_ettin_cast_summon_loop',1096), (15239,54265,'kill_sound_ettin_cast_summon_start',1096), (15240,54266,'kill_sound_ettin_cast_targeted_beneficial_end',1096), (15241,54267,'kill_sound_ettin_cast_targeted_beneficial_start',1096), (15242,54268,'kill_sound_ettin_cast_targeted_detrimental_end',1096), (15243,54269,'kill_sound_ettin_cast_targeted_detrimental_start',1096), (15244,54270,'kill_sound_ettin_cast_targeted_wand_end',1096), (15245,54271,'kill_sound_ettin_cast_targeted_wand_loop',1096), (15246,54272,'kill_sound_ettin_cast_targeted_wand_start',1096), (15247,54273,'kill_sound_ettin_charge_up',1096), (15248,54274,'kill_sound_ettin_dodge_backhand',1096), (15249,54275,'kill_sound_ettin_dodge_forehand',1096), (15250,54276,'kill_sound_ettin_drink',1096), (15251,54277,'kill_sound_ettin_dual_wield_attack',1096), (15252,54278,'kill_sound_ettin_dual_wield_attack01',1096), (15253,54279,'kill_sound_ettin_dual_wield_attack02',1096), (15254,54280,'kill_sound_ettin_dual_wield_attack03',1096), (15255,54281,'kill_sound_ettin_habitat01',1096), (15256,54282,'kill_sound_ettin_habitat03',1096), (15257,54283,'kill_sound_ettin_idle01',1096), (15258,54284,'kill_sound_ettin_idle02',1096), (15259,54285,'kill_sound_ettin_knockeddowntoknees',1096), (15260,54286,'kill_sound_ettin_ouch_backhand',1096), (15261,54287,'kill_sound_ettin_ouch_forehand',1096), (15262,54288,'kill_sound_ettin_run',1096), (15263,54289,'kill_sound_ettin_shield_shove',1096), (15264,54290,'kill_sound_ettin_swim_idle',1096), (15265,54291,'kill_sound_ettin_walk',1096), (15266,54292,'kill_sound_ettin_whirling_attack',1096), (15267,54293,'kill_sound_ettin_wild_swing',1096), (15268,54295,'kill_sound_idle03',1096), (15269,54296,'kill_sound_wolfmount_idle01',1096), (15270,54297,'kill_sound_wolfmount_turn_left',1096), (15271,54298,'kill_sound_wolfmount_turn_right',1096), (15272,54305,'kill_fly_attack01',1096), (15273,54306,'kill_fly_attack02',1096), (15274,54307,'kill_fly_attack03',1096), (15275,54308,'kill_fly_death',1096), (15276,54309,'kill_fly_dodge',1096), (15277,54310,'kill_fly_ouchbackhand',1096), (15278,54311,'kill_fly_ouchforehand',1096), (15279,54312,'kill_fly_ouchthrust',1096), (15280,54313,'kill_fly_turnleft',1096), (15281,54314,'kill_fly_turnright',1096), (15282,54316,'kill_perch',1096), (15283,54323,'kill_design_book_summon_blue',1096), (15284,54324,'kill_design_book_summon_red',1096), (15285,54332,'kill_result_light_flare_p2p',1096), (15286,54337,'kill_cast_shadow_gather',1096), (15287,54338,'kill_cast_speed_trail_shadow',1096), (15288,54342,'kill_removemask_enter',1096), (15289,54343,'kill_removemask_exit',1096), (15290,54344,'kill_removemask_idle',1096), (15291,54347,'kill_attack_cage',1096), (15292,54353,'kill_result_cage_beam_p2p',1096), (15293,54354,'kill_result_spell_cage',1096), (15294,54358,'kill_spell_cage_hit',1096), (15295,54361,'kill_badger_dig',1096), (15296,54366,'kill_design_vekascent_lifebringer',1096), (15297,54373,'kill_design_vekascent_ice_bridge',1096), (15298,54381,'kill_result_ice_trap_swirls',1096), (15299,54384,'kill_cast_hot_water_douse',1096), (15300,54393,'kill_trdskl_pot_large',1096), (15301,54400,'kill_design_tofs_jail_barrier',1096), (15302,54407,'kill_design_tofs_water_orb',1096), (15303,54412,'kill_cast_scream',1096), (15304,54413,'kill_cast_wing_buffet',1096), (15305,54417,'kill_result_vines_trap',1096), (15306,54424,'kill_design_vekfortress_water_blast',1096), (15307,54425,'kill_design_vekfortress_water_warning',1096), (15308,54426,'kill_design_vekpools_water_gush',1096), (15309,54427,'kill_design_vekpools_water_warning',1096), (15310,54434,'kill_design_velks_breakable_wall',1096), (15311,54435,'kill_design_velks_breakable_wall_blue',1096), (15312,54437,'kill_result_ice_spikes_growing',1096), (15313,54438,'kill_result_zombie_slash',1096), (15314,54442,'kill_trdskl_meat',1096), (15315,54445,'kill_bow_attack01',1096), (15316,54446,'kill_bow_attack02',1096), (15317,54447,'kill_bow_attack03',1096), (15318,54452,'kill_exit',1096), (15319,54457,'kill_untrained_attack01',1096), (15320,54458,'kill_untrained_attack02',1096), (15321,54459,'kill_untrained_attack03',1096), (15322,54467,'kill_persist_cold_book_swarm',1096), (15323,54468,'kill_result_forced_shader_web',1096), (15324,54469,'kill_result_halas_runes_spiral',1096), (15325,54470,'kill_result_healthdrain_p2p',1096), (15326,54477,'kill_design_vekpools_flower_fx',1096), (15327,54482,'kill_sound_tse_attack',1096), (15328,54483,'kill_sound_tse_attack01',1096), (15329,54484,'kill_sound_tse_attack02',1096), (15330,54485,'kill_sound_tse_attack03',1096), (15331,54486,'kill_sound_tse_cast_aoe_beneficial_end',1096), (15332,54487,'kill_sound_tse_cast_aoe_invocation_end',1096), (15333,54488,'kill_sound_tse_cast_summon_end',1096), (15334,54489,'kill_sound_tse_cast_targeted_beneficial_end',1096), (15335,54490,'kill_sound_tse_cast_targeted_beneficial_loop',1096), (15336,54491,'kill_sound_tse_cast_targeted_beneficial_start',1096), (15337,54492,'kill_sound_tse_cast_targeted_detrimental_end',1096), (15338,54493,'kill_sound_tse_combat_enter',1096), (15339,54494,'kill_sound_tse_dead_enter',1096), (15340,54495,'kill_sound_tse_dodge_down',1096), (15341,54496,'kill_sound_tse_dodge_thrust',1096), (15342,54497,'kill_sound_tse_fly_attack',1096), (15343,54498,'kill_sound_tse_fly_attack01',1096), (15344,54499,'kill_sound_tse_fly_attack02',1096), (15345,54500,'kill_sound_tse_fly_attack03',1096), (15346,54501,'kill_sound_tse_fly_cast_targeted_beneficial_end',1096), (15347,54502,'kill_sound_tse_fly_cast_targeted_beneficial_loop',1096), (15348,54503,'kill_sound_tse_fly_cast_targeted_beneficial_start',1096), (15349,54504,'kill_sound_tse_fly_cast_targeted_detrimental_end',1096), (15350,54505,'kill_sound_tse_fly_idle',1096), (15351,54506,'kill_sound_tse_fly_offensive_buff',1096), (15352,54507,'kill_sound_tse_knockeddowntoknees',1096), (15353,54508,'kill_sound_tse_offensive_buff',1096), (15354,54509,'kill_sound_tse_ouch',1096), (15355,54510,'kill_sound_tse_ouch_forehand',1096), (15356,54511,'kill_sound_tse_ouch_thrust',1096), (15357,54512,'kill_sound_tse_whirling_attack',1096), (15358,54513,'kill_sound_tse_wild_swing',1096), (15359,54520,'kill_design_sullon_zek_containment',1096), (15360,54522,'kill_result_ice_melt',1096), (15361,54526,'kill_sound_hland_griffin_attack01',1096), (15362,54527,'kill_sound_hland_griffin_attack02',1096), (15363,54528,'kill_sound_hland_griffin_attack03',1096), (15364,54529,'kill_sound_hland_griffin_combat_enter',1096), (15365,54530,'kill_sound_hland_griffin_dead_enter',1096), (15366,54531,'kill_sound_hland_griffin_dodge_backhand',1096), (15367,54532,'kill_sound_hland_griffin_dodge_down',1096), (15368,54533,'kill_sound_hland_griffin_dodge_forehand',1096), (15369,54534,'kill_sound_hland_griffin_dodge_thrust',1096), (15370,54535,'kill_sound_hland_griffin_idle01',1096), (15371,54536,'kill_sound_hland_griffin_ouch',1096), (15372,54537,'kill_sound_hland_griffin_ouch_thrust',1096), (15373,54538,'kill_sound_hland_griffin_swim_walk',1096), (15374,54539,'kill_sound_hland_griffin_whirling_attack',1096), (15375,54540,'kill_sound_hland_griffin_wildswing',1096), (15376,54541,'kill_sound_othmir_m_1h_sword_attack',1096), (15377,54542,'kill_sound_othmir_m_1h_sword_attack01',1096), (15378,54543,'kill_sound_othmir_m_1h_sword_attack02',1096), (15379,54544,'kill_sound_othmir_m_1h_sword_attack03',1096), (15380,54545,'kill_sound_othmir_m_attack',1096), (15381,54546,'kill_sound_othmir_m_attack01',1096), (15382,54547,'kill_sound_othmir_m_attack02',1096), (15383,54548,'kill_sound_othmir_m_attack03',1096), (15384,54549,'kill_sound_othmir_m_bow_attack',1096), (15385,54550,'kill_sound_othmir_m_cast_targeted_beneficial_end',1096), (15386,54551,'kill_sound_othmir_m_cast_targeted_beneficial_loop',1096), (15387,54552,'kill_sound_othmir_m_cast_targeted_beneficial_start',1096), (15388,54553,'kill_sound_othmir_m_charge_up',1096), (15389,54554,'kill_sound_othmir_m_combat_idle',1096), (15390,54555,'kill_sound_othmir_m_dance',1096), (15391,54556,'kill_sound_othmir_m_dead_enter',1096), (15392,54557,'kill_sound_othmir_m_dual_wield_attack',1096), (15393,54558,'kill_sound_othmir_m_dual_wield_attack01',1096), (15394,54559,'kill_sound_othmir_m_dual_wield_attack02',1096), (15395,54560,'kill_sound_othmir_m_dual_wield_attack03',1096), (15396,54561,'kill_sound_othmir_m_idle02',1096), (15397,54562,'kill_sound_othmir_m_offensive_buff',1096), (15398,54563,'kill_sound_othmir_m_shield_shove',1096), (15399,54564,'kill_sound_othmir_m_swim_idle',1096), (15400,54565,'kill_sound_othmir_m_swim_run',1096), (15401,54566,'kill_sound_othmir_m_swim_walk',1096), (15402,54567,'kill_sound_othmir_m_whirling_attack',1096), (15403,54568,'kill_sound_othmir_m_wild_swing',1096), (15404,54569,'kill_writhe_idle',1096), (15405,54577,'kill_result_ice_shatter',1096), (15406,54578,'kill_result_seafoam_dissolve',1096), (15407,54581,'kill_cast_enraged_flames',1096), (15408,54587,'kill_result_hammer_shower',1096), (15409,54591,'kill_sound_othmir_f_1h_sword_attack',1096), (15410,54592,'kill_sound_othmir_f_1h_sword_attack01',1096), (15411,54593,'kill_sound_othmir_f_1h_sword_attack02',1096), (15412,54594,'kill_sound_othmir_f_1h_sword_attack03',1096), (15413,54595,'kill_sound_othmir_f_attack',1096), (15414,54596,'kill_sound_othmir_f_attack01',1096), (15415,54597,'kill_sound_othmir_f_attack02',1096), (15416,54598,'kill_sound_othmir_f_attack03',1096), (15417,54599,'kill_sound_othmir_f_bow_attack',1096), (15418,54600,'kill_sound_othmir_f_cast_targeted_beneficial_end',1096), (15419,54601,'kill_sound_othmir_f_cast_targeted_beneficial_start',1096), (15420,54602,'kill_sound_othmir_f_charge_up',1096), (15421,54603,'kill_sound_othmir_f_combat_idle',1096), (15422,54604,'kill_sound_othmir_f_dead_enter',1096), (15423,54605,'kill_sound_othmir_f_dual_wield_attack',1096), (15424,54606,'kill_sound_othmir_f_dual_wield_attack01',1096), (15425,54607,'kill_sound_othmir_f_dual_wield_attack02',1096), (15426,54608,'kill_sound_othmir_f_dual_wield_attack03',1096), (15427,54609,'kill_sound_othmir_f_idle02',1096), (15428,54610,'kill_sound_othmir_f_shield_shove',1096), (15429,54611,'kill_sound_othmir_f_swim_idle',1096), (15430,54612,'kill_sound_othmir_f_swim_walk',1096), (15431,54613,'kill_sound_othmir_f_whirling_attack',1096), (15432,54614,'kill_sound_othmir_f_wild_swing',1096), (15433,54623,'kill_sleep_idle',1096), (15434,54626,'kill_sound_othmir_fs',1096), (15435,54627,'kill_sound_tse_fs',1096), (15436,54632,'kill_cast_split_beam_flash',1096), (15437,54633,'kill_cast_split_copy',1096), (15438,54636,'kill_cast_elemental_converge',1096), (15439,54641,'kill_design_elemental_coalescing',1096), (15440,54643,'kill_result_elemental_drain_p2p',1096), (15441,54646,'kill_aura_purple',1096), (15442,54647,'kill_cast_death_beam',1096), (15443,54648,'kill_cast_heal_ball',1096), (15444,54655,'kill_sleep_enter',1096), (15445,54656,'kill_sleep_exit',1096), (15446,54661,'kill_sound_wolfpup_bf',1096), (15447,54662,'kill_sound_wolfpup_angry',1096), (15448,54663,'kill_sound_wolfpup_attack',1096), (15449,54664,'kill_sound_wolfpup_confused',1096), (15450,54665,'kill_sound_wolfpup_eat',1096), (15451,54666,'kill_sound_wolfpup_footstep',1096), (15452,54667,'kill_sound_wolfpup_hungry',1096), (15453,54668,'kill_sound_wolfpup_idle01',1096), (15454,54669,'kill_sound_wolfpup_idle02',1096), (15455,54670,'kill_sound_wolfpup_ouch',1096), (15456,54671,'kill_sound_wolfpup_sick',1096), (15457,54672,'kill_sound_wolfpup_trick',1096), (15458,54678,'kill_converse01_sit',1096), (15459,54679,'kill_converse02_sit',1096), (15460,54680,'kill_converse_sit',1096), (15461,54682,'kill_design_coldain_prayer_shawl',1096), (15462,54684,'kill_leap_enter',1096), (15463,54685,'kill_leap_exit',1096), (15464,54686,'kill_leap_idle',1096), (15465,54690,'kill_sound_hland_griffin_fs',1096), (15466,54691,'kill_sound_hland_griffin_cast_enter',1096), (15467,54692,'kill_sound_hland_griffin_cast_exit',1096), (15468,54693,'kill_sound_hland_griffin_charge_up',1096), (15469,54700,'kill_design_coldain_ring_adamantium',1096), (15470,54701,'kill_design_coldain_ring_copper',1096), (15471,54702,'kill_design_coldain_ring_frostreaver',1096), (15472,54703,'kill_design_coldain_ring_gold',1096), (15473,54704,'kill_design_coldain_ring_hero',1096), (15474,54705,'kill_design_coldain_ring_mithril',1096), (15475,54706,'kill_design_coldain_ring_obsidian',1096), (15476,54707,'kill_design_coldain_ring_platinum',1096), (15477,54708,'kill_design_coldain_ring_silver',1096), (15478,54709,'kill_design_coldain_ring_velium',1096), (15479,54710,'kill_design_spider_shoulder',1096), (15480,54716,'kill_sound_hland_griffin_wing_flap_01',1096), (15481,54717,'kill_sound_hland_griffin_wing_flap_02',1096), (15482,54724,'kill_dive',1096), (15483,54726,'kill_result_talon_strike',1096), (15484,54731,'kill_sound_hland_griffin_wild_swing',1096), (15485,54735,'kill_whirlingattack',1096), (15486,54738,'kill_cast_head_souls',1096), (15487,54739,'kill_cast_head_spikes',1096), (15488,54742,'kill_cast_tallonite_attacking',1096), (15489,54743,'kill_cast_tallonite_lash_spin',1096), (15490,54747,'kill_result_head_spikes',1096), (15491,54755,'kill_untrained_exit',1096), (15492,54763,'kill_result_ember_strike',1096), (15493,54764,'kill_result_ice_vine_trap',1096), (15494,54772,'kill_untrained_idle01',1096), (15495,54775,'kill_cast_nipik_spirits',1096), (15496,54778,'kill_cast_shadow_vortex',1096), (15497,54782,'kill_result_forced_shader_lichen',1096), (15498,54783,'kill_result_gnoll_drool',1096), (15499,54797,'kill_sound_vamp_fs',1096), (15500,54798,'kill_sound_vamp_f_idle',1096), (15501,54799,'kill_sound_vamp_f_untrained_attack',1096), (15502,54800,'kill_sound_vamp_f_untrained_attack01',1096), (15503,54801,'kill_sound_vamp_f_untrained_attack02',1096), (15504,54802,'kill_sound_vamp_f_untrained_attack03',1096), (15505,54803,'kill_sound_vamp_f_untrained_enter',1096), (15506,54804,'kill_sound_vamp_f_untrained_idle',1096), (15507,54805,'kill_sound_vamp_f_untrained_idle01',1096), (15508,54806,'kill_sound_vamp_f_whirling_attack',1096), (15509,54812,'kill_converse_sit01',1096), (15510,54813,'kill_converse_sit02',1096), (15511,54815,'kill_design_velkslab_flame_arch',1096), (15512,54817,'kill_result_red_glow',1096), (15513,54825,'kill_sound_vamp_m_untrained_attack',1096), (15514,54826,'kill_sound_vamp_m_untrained_attack01',1096), (15515,54827,'kill_sound_vamp_m_untrained_attack02',1096), (15516,54828,'kill_sound_vamp_m_untrained_attack03',1096), (15517,54829,'kill_sound_vamp_m_untrained_enter',1096), (15518,54830,'kill_sound_vamp_m_untrained_idle01',1096), (15519,54831,'kill_sound_vamp_m_whirling_attack',1096), (15520,54833,'kill_talking_idle',1096), (15521,54840,'kill_griffin_mount_fly_glide_left',1096), (15522,54841,'kill_griffin_mount_fly_glide_right',1096), (15523,54844,'kill_cast_foot_crush_stomp',1096), (15524,54845,'kill_cast_kromzek_strike',1096), (15525,54848,'kill_cast_targeted_beneficial_idle',1096), (15526,54849,'kill_cast_thunder_clap',1096), (15527,54857,'kill_pugilist_idle01',1096), (15528,54860,'kill_cast_aa_column_heal_blast',1096), (15529,54861,'kill_cast_aa_heal_bars',1096), (15530,54866,'kill_design_bat_appear',1096), (15531,54867,'kill_design_bat_vanish',1096), (15532,54868,'kill_hover_exit',1096), (15533,54878,'kill_untrained_slash',1096), (15534,54879,'kill_untrained_slash1',1096), (15535,54880,'kill_untrained_slash2',1096), (15536,54881,'kill_untrained_slash3',1096), (15537,54888,'kill_griffin_mount_fly_strafe_left',1096), (15538,54889,'kill_griffin_mount_fly_strafe_right',1096), (15539,54891,'kill_pugilist_idle02',1096), (15540,54892,'kill_result_aa_lightning_debuff',1096), (15541,54893,'kill_result_aa_ward_column_blast',1096), (15542,54901,'kill_kd_barrel_idle',1096), (15543,54902,'kill_kd_barrel_roll_enter',1096), (15544,54903,'kill_kd_barrel_roll_idle',1096), (15545,54911,'kill_sound_vamp_f_pugilist_idle02',1096), (15546,54912,'kill_sound_vamp_m_pugilist_idle02',1096), (15547,54917,'kill_cast_spirit_hands',1096), (15548,54918,'kill_cast_spirit_sands',1096), (15549,54919,'kill_cast_spirit_shell_buff',1096), (15550,54922,'kill_eat_idle',1096), (15551,54924,'kill_result_ice_trap_dark',1096), (15552,54925,'kill_result_small_net',1096), (15553,54927,'kill_sniff_idle',1096), (15554,54935,'kill_trdskl_vel_hammer',1096), (15555,54936,'kill_walk_sniff',1096), (15556,54943,'kill_design_bat_smoke_attack',1096), (15557,54944,'kill_design_seaweed_cluster',1096), (15558,54954,'kill_vamp_smoke_trail',1096), (15559,54955,'kill_vampire_attack',1096), (15560,54956,'kill_vampire_attack01',1096), (15561,54957,'kill_vampire_attack02',1096), (15562,54958,'kill_vampire_attack03',1096), (15563,54959,'kill_vampire_dodge',1096), (15564,54960,'kill_vampire_dodge01',1096), (15565,54961,'kill_vampire_dodge02',1096), (15566,54962,'kill_vampire_enter',1096), (15567,54963,'kill_vampire_exit',1096), (15568,54964,'kill_vampire_idle',1096), (15569,54965,'kill_vampire_idle01',1096), (15570,54966,'kill_vampire_idle02',1096), (15571,54967,'kill_vampire_ouch',1096), (15572,54968,'kill_vampire_ouch01',1096), (15573,54969,'kill_vampire_parry',1096), (15574,54970,'kill_vampire_recoil',1096), (15575,54971,'kill_vampire_whirling_attack',1096), (15576,54979,'kill_result_rock_crystal_cyclone',1096), (15577,54988,'kill_vamp_grab_slash',1096), (15578,54991,'kill_cast_cold_breath',1096), (15579,54992,'kill_cast_inhale_breath',1096), (15580,54993,'kill_cast_lightning_burst',1096), (15581,54994,'kill_cast_lightning_wings',1096), (15582,55008,'kill_vampire_nofx_attack',1096), (15583,55009,'kill_vampire_nofx_attack01',1096), (15584,55010,'kill_vampire_nofx_attack02',1096), (15585,55011,'kill_vampire_nofx_attack03',1096), (15586,55012,'kill_vampire_nofx_dodge',1096), (15587,55013,'kill_vampire_nofx_dodge01',1096), (15588,55014,'kill_vampire_nofx_dodge02',1096), (15589,55015,'kill_vampire_nofx_enter',1096), (15590,55016,'kill_vampire_nofx_exit',1096), (15591,55017,'kill_vampire_nofx_idle',1096), (15592,55018,'kill_vampire_nofx_idle01',1096), (15593,55019,'kill_vampire_nofx_idle02',1096), (15594,55020,'kill_vampire_nofx_ouch',1096), (15595,55021,'kill_vampire_nofx_ouch01',1096), (15596,55022,'kill_vampire_nofx_parry',1096), (15597,55023,'kill_vampire_nofx_recoil',1096), (15598,55024,'kill_vampire_nofx_whirling_attack',1096), (15599,55025,'kill_vampire_whirling_nofx_attack',1096), (15600,55032,'kill_design_seaweed_cluster_down',1096), (15601,55034,'kill_result_object_sparkles_white_down',1096), (15602,55037,'kill_barrel_blast_snd',1096), (15603,55041,'kill_crate_break_snd',1096), (15604,55043,'kill_design_rock_door_collapse',1096), (15605,55044,'kill_design_vine_door_grow',1096), (15606,55045,'kill_impact_snd',1096), (15607,55047,'kill_result_barrel_explode',1096), (15608,55048,'kill_result_crate_explode',1096), (15609,55049,'kill_result_heat_shimmer_dots',1096), (15610,55050,'kill_result_musk_spray_p2p',1096), (15611,55051,'kill_result_musky_object',1096), (15612,55060,'kill_vamp_smoke_burst',1096), (15613,55068,'kill_run_temp',1096), (15614,55077,'kill_walk_temp',1096), (15615,55084,'kill_design_hawk_release',1096), (15616,55085,'kill_fx_splash_out',1096), (15617,55086,'kill_fx_splash_up',1096), (15618,55088,'kill_result_hawk_circling',1096), (15619,55095,'kill_design_lava',1096), (15620,55109,'kill_sound_tse_rx_attack',1096), (15621,55110,'kill_sound_tse_rx_buff',1096), (15622,55111,'kill_sound_tse_rx_hit',1096), (15623,55112,'kill_sound_tse_fly_rx_attack',1096), (15624,55120,'kill_knockedtoback_idle',1096), (15625,55129,'kill_sound_carac_crying',1096), (15626,55132,'kill_admire',1096), (15627,55137,'kill_griffin_mount_idle02',1096), (15628,55145,'kill_measure',1096), (15629,55147,'kill_snd_lich_attack',1096), (15630,55148,'kill_snd_lich_attack01',1096), (15631,55149,'kill_snd_lich_attack02',1096), (15632,55150,'kill_snd_lich_attack03',1096), (15633,55151,'kill_snd_lich_bride_idle_lp',1096), (15634,55152,'kill_snd_lich_combat_enter',1096), (15635,55153,'kill_snd_lich_ouch',1096), (15636,55154,'kill_snd_lich_whirling_attack',1096), (15637,55155,'kill_snd_lich_wild_swing',1096), (15638,55158,'kill_sound_griffin_mount_idle01',1096), (15639,55168,'kill_worship_idle',1096), (15640,55171,'kill_cast_bone_toss',1096), (15641,55175,'kill_count',1096), (15642,55177,'kill_design_vel_cannon_fire',1096), (15643,55192,'kill_trdskl_bone',1096), (15644,55199,'kill_design_light_beam_fx',1096), (15645,55200,'kill_design_tofs_portal_base_fx',1096), (15646,55205,'kill_cast_sacrifice_blast',1096), (15647,55208,'kill_design_fire_big',1096), (15648,55209,'kill_design_fire_green',1096), (15649,55210,'kill_design_fire_small',1096), (15650,55212,'kill_result_mark_of_doom',1096), (15651,55217,'kill_cast_rallos_zek_superbuff',1096), (15652,55220,'kill_design_blue_fire_wall',1096), (15653,55221,'kill_design_red_fire_wall',1096), (15654,55224,'kill_sit_throne_idle',1096), (15655,55232,'kill_result_giant_icicle_drop',1096), (15656,55233,'kill_result_giant_spear_p2p',1096), (15657,55236,'kill_cast_hammer_hands',1096), (15658,55255,'kill_trdskl_ice_wand',1096), (15659,55262,'kill_design_massive_rock_impact',1096), (15660,55264,'kill_persist_blue_tagged',1096), (15661,55265,'kill_persist_red_tagged',1096), (15662,55266,'kill_result_indestructible',1096), (15663,55267,'kill_result_invincible',1096), (15664,55268,'kill_result_statue_beam_p2p',1096), (15665,55271,'kill_amaze',1096), (15666,55276,'kill_design_zek_helm_fire',1096), (15667,55277,'kill_grin',1096), (15668,55278,'kill_growl',1096), (15669,55280,'kill_mourn',1096), (15670,55281,'kill_puzzle',1096), (15671,55282,'kill_roar',1096), (15672,55289,'kill_design_distort_face',1096), (15673,55290,'kill_design_kd_rage_portal',1096), (15674,55293,'kill_cast_aa_ancestor_swirls',1096), (15675,55294,'kill_cast_aa_spiritfire_blast',1096), (15676,55295,'kill_cast_aa_spiritfire_swirls',1096), (15677,55301,'kill_result_aa_pulsing_ward',1096), (15678,55302,'kill_result_aa_totem_blast',1096), (15679,55309,'kill_gathering_find',1096), (15680,55310,'kill_griffin_mount_launch',1096), (15681,55312,'kill_result_aa_cold_mesh_grow',1096), (15682,55313,'kill_result_aa_crush_blast',1096), (15683,55314,'kill_result_aa_focus_spark',1096), (15684,55315,'kill_result_aa_manawall',1096), (15685,55316,'kill_result_aa_mesh_grow',1096), (15686,55317,'kill_result_aa_shadow_blob_p2p',1096), (15687,55318,'kill_result_aa_swap_hate',1096), (15688,55321,'kill_applaud',1096), (15689,55324,'kill_clap',1096), (15690,55327,'kill_cast_aa_lightning_cleave_blast',1096), (15691,55328,'kill_cast_aa_riposte',1096), (15692,55329,'kill_cast_aa_shield_bars',1096), (15693,55332,'kill_cast_aa_deflecting_daggers',1096), (15694,55338,'kill_result_aa_slash_hit',1096), (15695,55339,'kill_result_aa_watchful_eyes',1096), (15696,55342,'kill_cast_aa_music_ring_blast',1096), (15697,55343,'kill_cast_aa_notes_spiral',1096), (15698,55349,'kill_result_aa_note_dagger_p2p',1096), (15699,55352,'kill_carpet_fly_backup',1096), (15700,55353,'kill_carpet_fly_climb',1096), (15701,55354,'kill_carpet_fly_dive',1096), (15702,55355,'kill_carpet_fly_glide',1096), (15703,55356,'kill_carpet_fly_glide_left',1096), (15704,55357,'kill_carpet_fly_glide_right',1096), (15705,55358,'kill_carpet_fly_idle',1096), (15706,55359,'kill_carpet_fly_run',1096), (15707,55360,'kill_carpet_fly_strafe_left',1096), (15708,55361,'kill_carpet_fly_strafe_right',1096), (15709,55362,'kill_carpet_fly_turn_left',1096), (15710,55363,'kill_carpet_fly_turn_right',1096), (15711,55364,'kill_carpet_fly_up',1096), (15712,55365,'kill_carpet_fly_walk',1096), (15713,55368,'kill_carpet_fly_down',1096), (15714,55371,'kill_conjure',1096), (15715,55372,'kill_conjure_enter',1096), (15716,55373,'kill_conjure_exit',1096), (15717,55377,'kill_pray',1096), (15718,55382,'kill_climb',1096), (15719,55385,'kill_design_prexus_water_pillar',1096), (15720,55389,'kill_snd_twolf_attack',1096), (15721,55390,'kill_snd_twolf_attack_01',1096), (15722,55391,'kill_snd_twolf_attack_02',1096), (15723,55392,'kill_snd_twolf_attack_03',1096), (15724,55393,'kill_snd_twolf_attk',1096), (15725,55394,'kill_snd_twolf_attk_01',1096), (15726,55395,'kill_snd_twolf_attk_02',1096), (15727,55396,'kill_snd_twolf_cast_loop',1096), (15728,55397,'kill_snd_twolf_charge_up',1096), (15729,55398,'kill_snd_twolf_death',1096), (15730,55399,'kill_snd_twolf_dodge_back',1096), (15731,55400,'kill_snd_twolf_dodge_down',1096), (15732,55401,'kill_snd_twolf_dodge_fore',1096), (15733,55402,'kill_snd_twolf_dodge_thrust',1096), (15734,55403,'kill_snd_twolf_eat_idle',1096), (15735,55404,'kill_snd_twolf_habitat01',1096), (15736,55405,'kill_snd_twolf_habitat02',1096), (15737,55406,'kill_snd_twolf_idle_01',1096), (15738,55407,'kill_snd_twolf_idle_02',1096), (15739,55408,'kill_snd_twolf_ouch',1096), (15740,55409,'kill_snd_twolf_ouch_knockknees',1096), (15741,55410,'kill_snd_twolf_ouch_thrust',1096), (15742,55411,'kill_snd_twolf_sniff_idle',1096), (15743,55412,'kill_snd_twolf_walk_sniff',1096), (15744,55413,'kill_snd_twolf_whirl',1096), (15745,55414,'kill_snd_twolf_wildswing',1096), (15746,55417,'kill_cast_aa_magic_overflow',1096), (15747,55418,'kill_cast_aa_manasoul',1096), (15748,55419,'kill_cast_aa_mystic_field',1096), (15749,55420,'kill_cast_aa_self_lifetap',1096), (15750,55426,'kill_look',1096), (15751,55427,'kill_result_aa_lightning_clash',1096), (15752,55428,'kill_result_aa_power_convert',1096), (15753,55429,'kill_result_aa_protection_ward',1096), (15754,55430,'kill_result_aa_soul_burn',1096), (15755,55437,'kill_design_fortress_docks_bluefire',1096), (15756,55438,'kill_design_table_explode',1096), (15757,55453,'kill_trdskl_cane',1096), (15758,55454,'kill_trdskl_cane_sit',1096), (15759,55461,'kill_design_blood_dervish',1096), (15760,55462,'kill_design_blood_fountain_blast',1096), (15761,55463,'kill_design_blood_fountain_fx',1096), (15762,55464,'kill_design_electric_barrier',1096), (15763,55465,'kill_design_lightning_floor',1096), (15764,55467,'kill_result_retaliation',1096), (15765,55468,'kill_result_zek_divine',1096), (15766,55469,'kill_result_zek_elemental',1096), (15767,55470,'kill_result_zek_noxious',1096), (15768,55479,'kill_snd_gnm_racemnt_idle_01',1096), (15769,55480,'kill_snd_gnm_racemnt_run_01',1096), (15770,55481,'kill_snd_gnm_racemnt_walk_01',1096), (15771,55502,'kill_temp_idle01',1096), (15772,55503,'kill_temp_idle02',1096), (15773,55504,'kill_temp_idle03',1096), (15774,55517,'kill_sound_hland_griffin_mount_fly_dive',1096), (15775,55524,'kill_design_mount_explode',1096), (15776,55525,'kill_design_speed_boost_buff',1096), (15777,55526,'kill_design_speed_drop_twister_debuff',1096), (15778,55527,'kill_design_timestop_buff',1096), (15779,55528,'kill_design_twister_blaster_buff',1096), (15780,55531,'kill_snd_gnomerace_ringwhoosh',1096), (15781,55534,'kill_cast_aa_blast_tube',1096), (15782,55540,'kill_result_aa_fire_comet',1096), (15783,55541,'kill_result_aa_taunt',1096), (15784,55546,'kill_cast_yelinak_ice_breath',1096), (15785,55551,'kill_sit_chair',1096), (15786,55564,'kill_spin_it',1096), (15787,55567,'kill_cast_aa_whip_circling',1096), (15788,55574,'kill_design_dark_ice_wall',1096), (15789,55576,'kill_knockedtoback_enter',1096), (15790,55577,'kill_knockedtoback_exit',1096), (15791,55584,'kill_design_aqua_crystals_fall',1096), (15792,55585,'kill_design_crysal_wall',1096), (15793,55586,'kill_design_crystal_wall',1096), (15794,55587,'kill_design_green_crystals_fall',1096), (15795,55588,'kill_design_purple_crystals_fall',1096), (15796,55603,'kill_wall_destroy',1096), (15797,55611,'kill_result_mug_hit',1096), (15798,55625,'kill_trdskl_mug_r',1096), (15799,55632,'kill_horse_fly_backup',1096), (15800,55633,'kill_horse_fly_climb',1096), (15801,55634,'kill_horse_fly_dive',1096), (15802,55635,'kill_horse_fly_glide',1096), (15803,55636,'kill_horse_fly_glide_left',1096), (15804,55637,'kill_horse_fly_glide_right',1096), (15805,55638,'kill_horse_fly_idle',1096), (15806,55639,'kill_horse_fly_run',1096), (15807,55640,'kill_horse_fly_strafe_left',1096), (15808,55641,'kill_horse_fly_strafe_right',1096), (15809,55642,'kill_horse_fly_turn_left',1096), (15810,55643,'kill_horse_fly_turn_right',1096), (15811,55644,'kill_horse_fly_up',1096), (15812,55645,'kill_horse_fly_walk',1096), (15813,55647,'kill_result_ice_strike',1096), (15814,55655,'kill_lose_spin',1096), (15815,55656,'kill_pegasus_mount_backup',1096), (15816,55657,'kill_pegasus_mount_fall',1096), (15817,55658,'kill_pegasus_mount_fly_backup',1096), (15818,55659,'kill_pegasus_mount_fly_climb',1096), (15819,55660,'kill_pegasus_mount_fly_dive',1096), (15820,55661,'kill_pegasus_mount_fly_down',1096), (15821,55662,'kill_pegasus_mount_fly_glide',1096), (15822,55663,'kill_pegasus_mount_fly_glide_left',1096), (15823,55664,'kill_pegasus_mount_fly_glide_right',1096), (15824,55665,'kill_pegasus_mount_fly_idle',1096), (15825,55666,'kill_pegasus_mount_fly_run',1096), (15826,55667,'kill_pegasus_mount_fly_strafe_left',1096), (15827,55668,'kill_pegasus_mount_fly_strafe_right',1096), (15828,55669,'kill_pegasus_mount_fly_turn_left',1096), (15829,55670,'kill_pegasus_mount_fly_turn_right',1096), (15830,55671,'kill_pegasus_mount_fly_up',1096), (15831,55672,'kill_pegasus_mount_fly_walk',1096), (15832,55673,'kill_pegasus_mount_idle',1096), (15833,55674,'kill_pegasus_mount_jump',1096), (15834,55675,'kill_pegasus_mount_jump_substitute',1096), (15835,55676,'kill_pegasus_mount_land',1096), (15836,55677,'kill_pegasus_mount_long_fall',1096), (15837,55678,'kill_pegasus_mount_run',1096), (15838,55679,'kill_pegasus_mount_turn_left',1096), (15839,55680,'kill_pegasus_mount_turn_right',1096), (15840,55681,'kill_pegasus_mount_walk',1096), (15841,55684,'kill_sound_coins',1096), (15842,55695,'kill_sound_win',1096), (15843,55697,'kill_win_fx',1096), (15844,55698,'kill_win_spin',1096), (15845,55706,'kill_roll_it',1096), (15846,55713,'kill_design_chronoportal_rift',1096), (15847,55723,'kill_sound_bite_trex',1096), (15848,55724,'kill_sound_breathe_trex',1096), (15849,55728,'kill_sound_idle01_trex',1096), (15850,55729,'kill_sound_idle02_trex',1096), (15851,55730,'kill_sound_idle_trex',1096), (15852,55731,'kill_sound_kick_trex',1096), (15853,55733,'kill_sound_ouch_trex',1096), (15854,55741,'kill_result_ice_strike_targeted',1096), (15855,55748,'kill_flame_burst_lh',1096), (15856,55749,'kill_flame_burst_rh',1096), (15857,55757,'kill_pegasus_mount_fly_fall',1096), (15858,55767,'kill_snd_warboar_fs',1096), (15859,55768,'kill_snd_warboar_attack',1096), (15860,55769,'kill_snd_warboar_attack01',1096), (15861,55770,'kill_snd_warboar_attack02',1096), (15862,55771,'kill_snd_warboar_attack03',1096), (15863,55772,'kill_snd_warboar_cast_targeted_beneficial_end',1096), (15864,55773,'kill_snd_warboar_cast_targeted_beneficial_start',1096), (15865,55774,'kill_snd_warboar_charge_up',1096), (15866,55775,'kill_snd_warboar_combat_enter',1096), (15867,55776,'kill_snd_warboar_dead_enter',1096), (15868,55777,'kill_snd_warboar_dodge_backhand',1096), (15869,55778,'kill_snd_warboar_dodge_forehand',1096), (15870,55779,'kill_snd_warboar_dodge_thrust',1096), (15871,55780,'kill_snd_warboar_idle',1096), (15872,55781,'kill_snd_warboar_idle01',1096), (15873,55782,'kill_snd_warboar_idle02',1096), (15874,55783,'kill_snd_warboar_kick',1096), (15875,55784,'kill_snd_warboar_knockeddowntoknees_01',1096), (15876,55785,'kill_snd_warboar_knockeddowntoknees_02',1096), (15877,55786,'kill_snd_warboar_knockedtoback',1096), (15878,55787,'kill_snd_warboar_knockedtoback_getup',1096), (15879,55788,'kill_snd_warboar_ouch',1096), (15880,55789,'kill_snd_warboar_ouch_backhand',1096), (15881,55790,'kill_snd_warboar_ouch_forehand',1096), (15882,55791,'kill_snd_warboar_shield_shove',1096), (15883,55792,'kill_snd_warboar_swim_walk',1096), (15884,55793,'kill_snd_warboar_whirling_attack',1096), (15885,55794,'kill_snd_warboar_wild_swing',1096), (15886,55795,'kill_snd_warboar_wildswing',1096), (15887,55805,'kill_snd_tallon_zek_arrow_get',1096), (15888,55806,'kill_snd_tallon_zek_bow_pull',1096), (15889,55807,'kill_snd_tallon_zek_bowshot_01',1096), (15890,55808,'kill_snd_tallon_zek_bowshot_02',1096), (15891,55809,'kill_snd_tallon_zek_bowshot_03',1096), (15892,55817,'kill_result_chain_root_simple',1096), (15893,55818,'kill_result_chain_root_simple_sparkle',1096), (15894,55825,'kill_design_eastern_wastes_spire_portal',1096), (15895,55826,'kill_design_gnomish_wormhole',1096), (15896,55827,'kill_design_gnomish_wormhole_exit',1096), (15897,55834,'kill_design_spear_drop',1096), (15898,55835,'kill_design_spear_idle',1096), (15899,55839,'kill_cast_poison_sands',1096), (15900,55846,'kill_snd_sullon_attack_rx',1096), (15901,55847,'kill_snd_sullon_buff_rx',1096), (15902,55848,'kill_snd_sullon_death_rx',1096), (15903,55849,'kill_snd_sullon_ouch_rx',1096), (15904,55857,'kill_persist_notes_green',1096), (15905,55858,'kill_persist_notes_purple',1096), (15906,55860,'kill_snd_bodyfall',1096), (15907,55862,'kill_snd_pegasus_dive_vox',1096), (15908,55863,'kill_snd_pegasus_wingflap_01',1096), (15909,55864,'kill_snd_pegasus_wingflap_02',1096), (15910,55869,'kill_snd_tallon_buff_rx',1096), (15911,55870,'kill_snd_tallon_death_rx',1096), (15912,55871,'kill_snd_tallon_ouch_rx',1096), (15913,55872,'kill_snd_vallon_attack_rx',1096), (15914,55873,'kill_snd_vallon_buff_rx',1096), (15915,55874,'kill_snd_vallon_dead_rx',1096), (15916,55875,'kill_snd_vallon_ouch_rx',1096), (15917,55882,'kill_fire_trail_fx',1144), (15918,55884,'kill_listening',1144), (15919,55911,'kill_talking',1144), (15920,55938,'kill_sound_terrorbird_mount_bare_pant',1144), (15921,55939,'kill_sound_terrorbird_mount_footstep_quiet',1144), (15922,55940,'kill_sound_terrorbird_mount_idle',1144), (15923,55941,'kill_sound_terrorbird_mount_idle01',1144), (15924,55942,'kill_sound_terrorbird_mount_jump_substitute',1144), (15925,55943,'kill_sound_terrorbird_mount_land',1144), (15926,55944,'kill_sound_terrorbird_mount_turn_left',1144), (15927,55945,'kill_sound_terrorbird_mount_turn_right',1144), (15928,55953,'kill_terrorbird_mount',1144), (15929,55954,'kill_terrorbird_mount_backup',1144), (15930,55955,'kill_terrorbird_mount_fall',1144), (15931,55956,'kill_terrorbird_mount_idle',1144), (15932,55957,'kill_terrorbird_mount_idle01',1144), (15933,55958,'kill_terrorbird_mount_jump',1144), (15934,55959,'kill_terrorbird_mount_jump_substitute',1144), (15935,55960,'kill_terrorbird_mount_land',1144), (15936,55961,'kill_terrorbird_mount_long_fall',1144), (15937,55962,'kill_terrorbird_mount_run',1144), (15938,55963,'kill_terrorbird_mount_turn_left',1144), (15939,55964,'kill_terrorbird_mount_turn_right',1144), (15940,55965,'kill_terrorbird_mount_walk',1144), (15941,55972,'kill_feather_fx',1144), (15942,55975,'kill_small_feather_fx',1144), (15943,55983,'kill_komodo_mount_backup',1144), (15944,55984,'kill_komodo_mount_fall',1144), (15945,55985,'kill_komodo_mount_idle',1144), (15946,55986,'kill_komodo_mount_jump',1144), (15947,55987,'kill_komodo_mount_jump_substitute',1144), (15948,55988,'kill_komodo_mount_land',1144), (15949,55989,'kill_komodo_mount_long_fall',1144), (15950,55990,'kill_komodo_mount_run',1144), (15951,55991,'kill_komodo_mount_turn_left',1144), (15952,55992,'kill_komodo_mount_turn_right',1144), (15953,55993,'kill_komodo_mount_walk',1144), (15954,55994,'kill_raptor_mount_backup',1144), (15955,55995,'kill_raptor_mount_fall',1144), (15956,55996,'kill_raptor_mount_idle',1144), (15957,55997,'kill_raptor_mount_jump',1144), (15958,55998,'kill_raptor_mount_jump_substitute',1144), (15959,55999,'kill_raptor_mount_land',1144), (15960,56000,'kill_raptor_mount_long_fall',1144), (15961,56001,'kill_raptor_mount_run',1144), (15962,56002,'kill_raptor_mount_turn_left',1144), (15963,56003,'kill_raptor_mount_turn_right',1144), (15964,56004,'kill_raptor_mount_walk',1144), (15965,56015,'kill_snd_terrorbird_mount_idle_01',1144), (15966,56016,'kill_snd_terrorbird_mount_idle_02',1144), (15967,56017,'kill_snd_terrorbird_mount_idle_03',1144), (15968,56018,'kill_snd_terrorbird_mount_idle_04',1144), (15969,56019,'kill_snd_terrorbird_mount_jump_substitute',1144), (15970,56027,'kill_result_spiritual_vanish',1144), (15971,56038,'kill_snd_terrorbird_mount_wingflap_01',1144), (15972,56049,'kill_snd_raptor_mount_idle_01',1144), (15973,56050,'kill_snd_raptor_mount_idle_02',1144), (15974,56051,'kill_snd_raptor_mount_idle_03',1144), (15975,56052,'kill_snd_raptor_mount_idle_04',1144), (15976,56053,'kill_snd_raptor_mount_jump_substitute',1144), (15977,56054,'kill_snd_raptor_mount_wingflap_01',1144), (15978,56061,'kill_design_pow_rocky_uprising',1144), (15979,56069,'kill_komodo_mount_fly_glide_left',1144), (15980,56070,'kill_komodo_mount_fly_glide_right',1144), (15981,56071,'kill_komodo_mount_glide',1144), (15982,56072,'kill_raptor_mount_fly_glide_left',1144), (15983,56073,'kill_raptor_mount_fly_glide_right',1144), (15984,56074,'kill_raptor_mount_glide',1144), (15985,56075,'kill_raptor_mount_glide_left',1144), (15986,56076,'kill_raptor_mount_glide_right',1144), (15987,56110,'kill_terrorbird_mount_glide',1144), (15988,56111,'kill_walk_kilt',1144), (15989,56119,'kill_komodo_mount_glide_left',1144), (15990,56120,'kill_komodo_mount_glide_right',1144), (15991,56127,'kill_hover_enter',1144), (15992,56128,'kill_hover_walk',1144), (15993,56130,'kill_result_cold_fog_ground',1144), (15994,56131,'kill_result_fire_frostfell_candy',1144), (15995,56132,'kill_result_fire_frosty_swirls',1144), (15996,56155,'kill_snd_wolfmount_jump',1144), (15997,56162,'kill_design_launch_fireworks',1144), (15998,56166,'kill_snd_komodo_mount_idle_01',1144), (15999,56167,'kill_snd_komodo_mount_idle_02',1144), (16000,56168,'kill_snd_komodo_mount_jump_substitute',1144), (16001,56178,'kill_snd_komodo_mount_glide',1144), (16002,56185,'kill_design_hologram01',1144), (16003,56186,'kill_design_hologram02',1144), (16004,56187,'kill_design_hologram03',1144), (16005,56188,'kill_design_hologram04',1144), (16006,56198,'kill_snd_evil_komodo_mount_idle_01',1144), (16007,56199,'kill_snd_evil_komodo_mount_idle_02',1144), (16008,56206,'kill_design_parachute',1144), (16009,56208,'kill_mount_summon_komodo_snd',1144), (16010,56209,'kill_mount_summon_raptor_snd',1144), (16011,56210,'kill_mount_summon_terrorbird_snd',1144), (16012,56213,'kill_snd_komodo_mount_jump',1144), (16013,56215,'kill_snd_raptor_mount_jump',1144), (16014,56223,'kill_snd_terrorbird_mount_jump',1144), (16015,56240,'kill_takeoff_trail',1144), (16016,56247,'kill_design_pow_blur_essence',1144), (16017,56254,'kill_design_ballista_fire',1144), (16018,56255,'kill_design_ballista_load',1144), (16019,56256,'kill_design_drake_pet',1144), (16020,56257,'kill_design_pow_battle_scene',1144), (16021,56264,'kill_design_bixie_face_splat',1144), (16022,56272,'kill_result_dusty_black',1144), (16023,56280,'kill_raptor_idle01',1144), (16024,56281,'kill_raptor_mount_idle02',1144), (16025,56288,'kill_fae_mount_backup',1144), (16026,56289,'kill_fae_mount_fall',1144), (16027,56290,'kill_fae_mount_fly_backup',1144), (16028,56291,'kill_fae_mount_fly_climb',1144), (16029,56292,'kill_fae_mount_fly_dive',1144), (16030,56293,'kill_fae_mount_fly_down',1144), (16031,56294,'kill_fae_mount_fly_glide',1144), (16032,56295,'kill_fae_mount_fly_glide_left',1144), (16033,56296,'kill_fae_mount_fly_glide_right',1144), (16034,56297,'kill_fae_mount_fly_idle',1144), (16035,56298,'kill_fae_mount_fly_run',1144), (16036,56299,'kill_fae_mount_fly_strafe_left',1144), (16037,56300,'kill_fae_mount_fly_strafe_right',1144), (16038,56301,'kill_fae_mount_fly_turn_left',1144), (16039,56302,'kill_fae_mount_fly_turn_right',1144), (16040,56303,'kill_fae_mount_fly_up',1144), (16041,56304,'kill_fae_mount_fly_walk',1144), (16042,56305,'kill_fae_mount_idle',1144), (16043,56306,'kill_fae_mount_jump',1144), (16044,56307,'kill_fae_mount_land',1144), (16045,56308,'kill_fae_mount_long_fall',1144), (16046,56309,'kill_fae_mount_run',1144), (16047,56310,'kill_fae_mount_turn_left',1144), (16048,56311,'kill_fae_mount_turn_right',1144), (16049,56312,'kill_fae_mount_walk',1144), (16050,56340,'kill_trail_fx',1144), (16051,56347,'kill_design_hands_trail_clockwork',1144), (16052,56348,'kill_design_octopus_pet',1144), (16053,56349,'kill_fae_mount_fly_fall',1144), (16054,56350,'kill_fae_mount_jump_substitute',1144), (16055,56372,'kill_snd_war_general_1h_attack',1144), (16056,56373,'kill_snd_war_general_1h_attack01',1144), (16057,56374,'kill_snd_war_general_1h_attack02',1144), (16058,56375,'kill_snd_war_general_1h_attack03',1144), (16059,56376,'kill_snd_war_general_attack',1144), (16060,56377,'kill_snd_war_general_attack01',1144), (16061,56378,'kill_snd_war_general_attack02',1144), (16062,56379,'kill_snd_war_general_attack03',1144), (16063,56380,'kill_snd_war_general_offensive_buff',1144), (16064,56381,'kill_snd_war_general_wing_flap',1144), (16065,56394,'kill_spin_con1',1144), (16066,56395,'kill_spin_con10',1144), (16067,56396,'kill_spin_con11',1144), (16068,56397,'kill_spin_con12',1144), (16069,56398,'kill_spin_con13',1144), (16070,56399,'kill_spin_con14',1144), (16071,56400,'kill_spin_con15',1144), (16072,56401,'kill_spin_con16',1144), (16073,56402,'kill_spin_con2',1144), (16074,56403,'kill_spin_con3',1144), (16075,56404,'kill_spin_con4',1144), (16076,56405,'kill_spin_con5',1144), (16077,56406,'kill_spin_con6',1144), (16078,56407,'kill_spin_con7',1144), (16079,56408,'kill_spin_con8',1144), (16080,56409,'kill_spin_con9',1144), (16081,56410,'kill_squirrel_mount_backup',1144), (16082,56411,'kill_squirrel_mount_fall',1144), (16083,56412,'kill_squirrel_mount_glide',1144), (16084,56413,'kill_squirrel_mount_glide_left',1144), (16085,56414,'kill_squirrel_mount_glide_right',1144), (16086,56415,'kill_squirrel_mount_idle',1144), (16087,56416,'kill_squirrel_mount_idle01',1144), (16088,56417,'kill_squirrel_mount_jump',1144), (16089,56418,'kill_squirrel_mount_jump_substitute',1144), (16090,56419,'kill_squirrel_mount_land',1144), (16091,56420,'kill_squirrel_mount_long_fall',1144), (16092,56421,'kill_squirrel_mount_run',1144), (16093,56422,'kill_squirrel_mount_turn_left',1144), (16094,56423,'kill_squirrel_mount_turn_right',1144), (16095,56424,'kill_squirrel_mount_walk',1144), (16096,56425,'kill_wand_attack',1144), (16097,56426,'kill_wand_idle',1144), (16098,56434,'kill_result_blue_aura',1144), (16099,56435,'kill_result_golden_aura',1144), (16100,56436,'kill_result_poppy_trail',1144), (16101,56437,'kill_result_red_aura',1144), (16102,56452,'kill_snd_war_general_dead_enter',1144), (16103,56453,'kill_snd_war_general_knockeddowntoknees',1144), (16104,56454,'kill_snd_war_general_whirling_attack',1144), (16105,56455,'kill_snd_war_general_wild_swing',1144), (16106,56458,'kill_cast_fae_flight_grant_fx',1144), (16107,56463,'kill_design_rock_launch',1144), (16108,56465,'kill_result_cyclops_eye_debuff',1144), (16109,56466,'kill_result_fae_dark_mount_fx',1144), (16110,56467,'kill_result_fae_light_mount_fx',1144), (16111,56468,'kill_result_falcon_god_egg_spit_p2p',1144), (16112,56469,'kill_screech_fx',1144), (16113,56471,'kill_shield_bash_enter',1144), (16114,56472,'kill_shield_bash_exit',1144), (16115,56474,'kill_snd_falcon_god_fs',1144), (16116,56475,'kill_snd_falcon_god_wing_flap_01',1144), (16117,56488,'kill_snd_war_general_1h_sword_enter',1144), (16118,56489,'kill_snd_war_general_fs',1144), (16119,56490,'kill_snd_war_general_combat_enter',1144), (16120,56491,'kill_snd_war_general_idle01',1144), (16121,56492,'kill_snd_war_general_idle02',1144), (16122,56493,'kill_snd_war_general_ouch_forehand',1144), (16123,56506,'kill_writhe_enter',1144), (16124,56513,'kill_fire_magic',1144), (16125,56518,'kill_snd_falcon_god_attack02_vox',1144), (16126,56519,'kill_snd_falcon_god_attack03_vox',1144), (16127,56520,'kill_snd_falcon_god_attack_vox',1144), (16128,56521,'kill_snd_falcon_god_cast_vox',1144), (16129,56522,'kill_snd_falcon_god_combat_enter_vox',1144), (16130,56523,'kill_snd_falcon_god_idle01',1144), (16131,56524,'kill_snd_falcon_god_idle02_vox',1144), (16132,56525,'kill_snd_falcon_god_offensive_buff',1144), (16133,56527,'kill_snd_squirrel_mount_glide',1144), (16134,56528,'kill_snd_squirrel_mount_idle',1144), (16135,56529,'kill_snd_squirrel_mount_idle_01',1144), (16136,56530,'kill_snd_squirrel_mount_jump',1144), (16137,56531,'kill_snd_squirrel_mount_jump_substitute',1144), (16138,56556,'kill_squirrel_mount_run01',1144), (16139,56557,'kill_trdskl_acorn',1144), (16140,56558,'kill_trdskl_skull',1144), (16141,56565,'kill_fire_magic_blue',1144), (16142,56566,'kill_fire_magic_green',1144), (16143,56567,'kill_fire_magic_purple',1144), (16144,56568,'kill_fire_magic_red',1144), (16145,56569,'kill_gas_torch_flame',1144), (16146,56580,'kill_snd_falcon_god_bodyfall',1144), (16147,56585,'kill_cast_shoot_fire_arrows',1144), (16148,56586,'kill_cast_slash_trail',1144), (16149,56587,'kill_cast_soul_attack_blast',1144), (16150,56591,'kill_result_fire_arrow_storm',1144), (16151,56596,'kill_snd_rallos_zek_1h_sword_attack',1144), (16152,56597,'kill_snd_rallos_zek_1h_sword_attack01',1144), (16153,56598,'kill_snd_rallos_zek_1h_sword_attack02',1144), (16154,56599,'kill_snd_rallos_zek_1h_sword_attack03',1144), (16155,56600,'kill_snd_rallos_zek_fs',1144), (16156,56601,'kill_snd_rallos_zek_shield_bash',1144), (16157,56602,'kill_snd_rallos_zek_shield_bash_exit',1144), (16158,56603,'kill_snd_rallos_zek_shield_shove',1144), (16159,56604,'kill_snd_rallos_zek_whirling_attack01',1144), (16160,56605,'kill_snd_rallos_zek_whirling_attack02',1144), (16161,56606,'kill_snd_rallos_zek_whirling_attack03',1144), (16162,56607,'kill_snd_rallos_zek_whoosh',1144), (16163,56608,'kill_snd_rallos_zek_wild_swing',1144), (16164,56611,'kill_cast_axe_fire_attack',1144), (16165,56612,'kill_cast_axe_flurry',1144), (16166,56615,'kill_cast_shooting_axes',1144), (16167,56616,'kill_cast_slashing_axes',1144), (16168,56621,'kill_cast_shield_slam_blast',1144), (16169,56624,'kill_cast_fire_teleport',1144), (16170,56625,'kill_cast_godly_port',1144), (16171,56630,'kill_design_embedded_swords',1144), (16172,56631,'kill_design_swords_exit',1144), (16173,56634,'kill_angler_mount_backup',1144), (16174,56635,'kill_angler_mount_fall',1144), (16175,56636,'kill_angler_mount_glide',1144), (16176,56637,'kill_angler_mount_glide_left',1144), (16177,56638,'kill_angler_mount_glide_right',1144), (16178,56639,'kill_angler_mount_idle',1144), (16179,56640,'kill_angler_mount_idle01',1144), (16180,56641,'kill_angler_mount_idle02',1144), (16181,56642,'kill_angler_mount_jump',1144), (16182,56643,'kill_angler_mount_jump_substitute',1144), (16183,56644,'kill_angler_mount_land',1144), (16184,56645,'kill_angler_mount_long_fall',1144), (16185,56646,'kill_angler_mount_run',1144), (16186,56647,'kill_angler_mount_run01',1144), (16187,56648,'kill_angler_mount_turn_left',1144), (16188,56649,'kill_angler_mount_turn_right',1144), (16189,56650,'kill_angler_mount_walk',1144), (16190,56655,'kill_design_swords_enter',1144), (16191,56656,'kill_design_swords_strike',1144), (16192,56657,'kill_design_zek_death_fx',1144), (16193,56659,'kill_result_power_infused',1144), (16194,56660,'kill_result_rallos_lightning_p2p',1144), (16195,56663,'kill_snd_angler_mount_glide',1144), (16196,56664,'kill_snd_angler_mount_idle',1144), (16197,56665,'kill_snd_angler_mount_idle_01',1144), (16198,56666,'kill_snd_angler_mount_jump',1144), (16199,56667,'kill_snd_angler_mount_jump_substitute',1144), (16200,56694,'kill_squirrel_mount_idle02',1144), (16201,56697,'kill_cast_godly_port_exit',1144), (16202,56702,'kill_design_result_white_out',1144), (16203,56704,'kill_result_death_charge_blast',1144), (16204,56711,'kill_design_pow_rock_blast',1144), (16205,56714,'kill_cast_gather_fx',1144), (16206,56720,'kill_result_erollisi_bow_attack_p2p',1144), (16207,56723,'kill_breath_fx',1144), (16208,56728,'kill_eye_fx',1144), (16209,56730,'kill_port_down_fx',1144), (16210,56731,'kill_result_shadow_shatter',1144), (16211,56732,'kill_result_shadow_sphere_p2p',1144), (16212,56739,'kill_design_sol_statue_breaking',1144), (16213,56740,'kill_design_sol_statue_essence',1144), (16214,56741,'kill_design_sol_statue_evil_essence',1144), (16215,56743,'kill_result_fire_engulfed_dark',1144), (16216,56744,'kill_result_shadow_streaks',1144), (16217,56751,'kill_design_frostfell_portal_new',1144), (16218,56755,'kill_snd_angler_mount_idle02',1144), (16219,56756,'kill_snd_angler_mount_scratch',1144), (16220,56757,'kill_snd_angler_mount_vox_01',1144), (16221,56758,'kill_snd_angler_mount_vox_02',1144), (16222,56759,'kill_snd_angler_mount_vox_03',1144), (16223,56760,'kill_snd_angler_mount_vox_short',1144), (16224,56768,'kill_result_object_sparkles_black',1144), (16225,56769,'kill_result_object_sparkles_gold',1144), (16226,56770,'kill_result_object_sparkles_pink',1144), (16227,56771,'kill_result_object_sparkles_purple',1144), (16228,56778,'kill_dance_female',1144), (16229,56814,'kill_trdskl_tinker_hands',1144), (16230,56822,'kill_result_exorcise_evil',1144), (16231,56829,'kill_death01_enter',1144), (16232,56830,'kill_death01_exit',1144), (16233,56831,'kill_death01_idle',1144), (16234,56832,'kill_1h_sword_run',1144), (16235,56835,'kill_cast1',1144), (16236,56843,'kill_result_flash_bomb_vanish',1144), (16237,56844,'kill_result_lifetap_heart_p2p',1144), (16238,56852,'kill_player_wing_mount_backup',1144), (16239,56853,'kill_player_wing_mount_fall',1144), (16240,56854,'kill_player_wing_mount_fly_backup',1144), (16241,56855,'kill_player_wing_mount_fly_climb',1144), (16242,56856,'kill_player_wing_mount_fly_dive',1144), (16243,56857,'kill_player_wing_mount_fly_down',1144), (16244,56858,'kill_player_wing_mount_fly_glide',1144), (16245,56859,'kill_player_wing_mount_fly_glide_left',1144), (16246,56860,'kill_player_wing_mount_fly_glide_right',1144), (16247,56861,'kill_player_wing_mount_fly_idle',1144), (16248,56862,'kill_player_wing_mount_fly_run',1144), (16249,56863,'kill_player_wing_mount_fly_strafe_left',1144), (16250,56864,'kill_player_wing_mount_fly_strafe_right',1144), (16251,56865,'kill_player_wing_mount_fly_turn_left',1144), (16252,56866,'kill_player_wing_mount_fly_turn_right',1144), (16253,56867,'kill_player_wing_mount_fly_up',1144), (16254,56868,'kill_player_wing_mount_fly_walk',1144), (16255,56869,'kill_player_wing_mount_idle',1144), (16256,56870,'kill_player_wing_mount_jump',1144), (16257,56871,'kill_player_wing_mount_land',1144), (16258,56872,'kill_player_wing_mount_long_fall',1144), (16259,56873,'kill_player_wing_mount_run',1144), (16260,56874,'kill_player_wing_mount_turn_left',1144), (16261,56875,'kill_player_wing_mount_turn_right',1144), (16262,56876,'kill_player_wing_mount_walk',1144), (16263,56881,'kill_chop_ground_digging',1144), (16264,56882,'kill_chop_ground_success',1144), (16265,24121,'design_glow_eyes_green',1190), (16266,24124,'sit_drink',1190), (16267,24132,'result_flash_bomb_appear',1190), (16268,24140,'reforge_nature_tier01',1190), (16269,24141,'reforge_nature_tier02',1190), (16270,24142,'reforge_nature_tier03',1190), (16271,24143,'reforge_nature_tier04',1190), (16272,24144,'reforge_nature_tier05',1190), (16273,24152,'reforge_fire_tier01',1190), (16274,24153,'reforge_fire_tier02',1190), (16275,24154,'reforge_fire_tier03',1190), (16276,24155,'reforge_fire_tier04',1190), (16277,24156,'reforge_fire_tier05',1190), (16278,24164,'reforge_ice_tier01',1190), (16279,24165,'reforge_ice_tier02',1190), (16280,24166,'reforge_ice_tier03',1190), (16281,24167,'reforge_ice_tier04',1190), (16282,24168,'reforge_ice_tier05',1190), (16283,24176,'reforge_blood_tier01',1190), (16284,24177,'reforge_blood_tier02',1190), (16285,24178,'reforge_blood_tier03',1190), (16286,24179,'reforge_blood_tier04',1190), (16287,24180,'reforge_blood_tier05',1190), (16288,24187,'hassan_chop',1190), (16289,24195,'reforge_acid_tier01',1190), (16290,24196,'reforge_acid_tier02',1190), (16291,24197,'reforge_acid_tier03',1190), (16292,24198,'reforge_acid_tier04',1190), (16293,24199,'reforge_acid_tier05',1190), (16294,24200,'reforge_runic_tier01',1190), (16295,24201,'reforge_runic_tier02',1190), (16296,24202,'reforge_runic_tier03',1190), (16297,24203,'reforge_runic_tier04',1190), (16298,24204,'reforge_runic_tier05',1190), (16299,24212,'reforge_electricity_tier01',1190), (16300,24213,'reforge_electricity_tier02',1190), (16301,24214,'reforge_electricity_tier03',1190), (16302,24215,'reforge_electricity_tier04',1190), (16303,24216,'reforge_electricity_tier05',1190), (16304,24223,'dead_enter01',1190), (16305,24224,'death01',1190), (16306,24225,'horse_attack',1190), (16307,24226,'horse_attack01',1190), (16308,24227,'horse_attack02',1190), (16309,24228,'horse_attack03',1190), (16310,24229,'horse_cast',1190), (16311,24230,'horse_combat_cast',1190), (16312,24231,'horse_combat_enter',1190), (16313,24232,'horse_combat_exit',1190), (16314,24233,'horse_death',1190), (16315,24234,'horse_death01',1190), (16316,24235,'horse_ouch',1190), (16317,24236,'horse_ouch01',1190), (16318,24237,'horse_wild_swing',1190), (16319,24239,'reforge_pestilence_tier01',1190), (16320,24240,'reforge_pestilence_tier02',1190), (16321,24241,'reforge_pestilence_tier03',1190), (16322,24242,'reforge_pestilence_tier04',1190), (16323,24243,'reforge_pestilence_tier05',1190), (16324,24244,'2pike_attack03',1190), (16325,24252,'reforge_illusion_tier01',1190), (16326,24253,'reforge_illusion_tier02',1190), (16327,24254,'reforge_illusion_tier03',1190), (16328,24255,'reforge_illusion_tier04',1190), (16329,24256,'reforge_illusion_tier05',1190), (16330,24257,'reforge_radiance_tier01',1190), (16331,24258,'reforge_radiance_tier02',1190), (16332,24259,'reforge_radiance_tier03',1190), (16333,24260,'reforge_radiance_tier04',1190), (16334,24261,'reforge_radiance_tier05',1190), (16335,24268,'horse_dead',1190), (16336,24269,'horse_dead_enter',1190), (16337,24270,'horse_dead_enter01',1190), (16338,24272,'pegasus_mount_attack',1190), (16339,24273,'pegasus_mount_attack01',1190), (16340,24274,'pegasus_mount_attack02',1190), (16341,24275,'pegasus_mount_attack03',1190), (16342,24276,'pegasus_mount_cast',1190), (16343,24277,'pegasus_mount_combat_enter',1190), (16344,24278,'pegasus_mount_combat_exit',1190), (16345,24279,'pegasus_mount_combat_idle',1190), (16346,24280,'pegasus_mount_dead',1190), (16347,24281,'pegasus_mount_dead_enter',1190), (16348,24282,'pegasus_mount_dead_enter01',1190), (16349,24283,'pegasus_mount_death',1190), (16350,24284,'pegasus_mount_death01',1190), (16351,24285,'pegasus_mount_ouch',1190), (16352,24286,'pegasus_mount_ouch01',1190), (16353,24287,'pegasus_mount_wild_swing',1190), (16354,24288,'result_fprt_ghosts_attack_p2p',1190), (16355,24299,'snd_freeport_knight_1h_sword_attack',1190), (16356,24300,'snd_freeport_knight_1h_sword_attack01',1190), (16357,24301,'snd_freeport_knight_1h_sword_attack02',1190), (16358,24302,'snd_freeport_knight_1h_sword_attack03',1190), (16359,24303,'snd_freeport_knight_fs',1190), (16360,24304,'snd_freeport_knight_charge_up',1190), (16361,24305,'snd_freeport_knight_whirling_attack',1190), (16362,24306,'snd_freeport_knight_wild_swing',1190), (16363,24332,'tiered_chill_claw_buff',1190), (16364,24333,'tiered_chilling_claws',1190), (16365,24334,'tiered_claws_buff',1190), (16366,24335,'tiered_shield_barrier_buff',1190), (16367,24336,'2h_ouch',1190), (16368,24337,'2h_ouch_backhand',1190), (16369,24338,'2h_ouch_down',1190), (16370,24339,'2h_ouch_forehand',1190), (16371,24340,'2h_ouch_thrust',1190), (16372,24341,'2h_sword_dodge',1190), (16373,24344,'backhand',1190), (16374,24349,'horse_ouch_backhand',1190), (16375,24350,'horse_ouch_down',1190), (16376,24351,'horse_ouch_forehand',1190), (16377,24352,'horse_ouch_thrust',1190), (16378,24354,'pike_dodge',1190), (16379,24355,'pike_ouch',1190), (16380,24385,'tiered_spirit_pets_summon',1190), (16381,24393,'mount_attack',1190), (16382,24398,'snd_freeport_knight_cast_death',1190), (16383,24399,'snd_freeport_knight_cast_end',1190), (16384,24400,'snd_freeport_knight_cast_start',1190), (16385,24426,'tiered_claw_marks',1190), (16386,24427,'tiered_feather_shroud',1190), (16387,24428,'tiered_fire_claw_buff',1190), (16388,24429,'tiered_flaming_claws',1190), (16389,24430,'tiered_hand_claws',1190), (16390,24431,'tiered_ice_dagger_p2p',1190), (16391,24434,'attack_swipe',1190), (16392,24435,'cast_aa_frosty_swirls',1190), (16393,24436,'cast_aa_spirit_blast',1190), (16394,24439,'cast_slashing_claws',1190), (16395,24443,'result_aa_wispy_ward',1190), (16396,24444,'result_summon_spirit_swirls',1190), (16397,24445,'result_tame_shroud',1190), (16398,24475,'tiered_vine_net',1190), (16399,24478,'cast_flurry_claws',1190), (16400,24484,'result_lucan_soul_suck_p2p',1190), (16401,24492,'lucan_cast_enter',1190), (16402,24493,'lucan_cast_exit',1190), (16403,24494,'lucan_cast_idle',1190), (16404,24499,'snd_freeport_knight_death',1190), (16405,24500,'snd_freeport_knight_knockeddowntoknees',1190), (16406,24501,'snd_freeport_knight_rx_attack_long',1190), (16407,24502,'snd_freeport_knight_rx_attack_short',1190), (16408,24503,'snd_freeport_knight_rx_buff',1190), (16409,24504,'snd_freeport_knight_rx_death',1190), (16410,24505,'snd_freeport_knight_rx_ouch',1190), (16411,24517,'snd_freeport_knight_attack',1190), (16412,24518,'snd_freeport_knight_attack01',1190), (16413,24519,'snd_freeport_knight_attack02',1190), (16414,24520,'snd_freeport_knight_attack03',1190), (16415,24521,'snd_freeport_knight_rx_cast_end',1190), (16416,24528,'drink_chug',1190), (16417,24529,'horse_combat_attack',1190), (16418,24530,'horse_combat_attack01',1190), (16419,24531,'horse_combat_attack02',1190), (16420,24532,'horse_combat_attack03',1190), (16421,24535,'cast_aa_spirit_bear',1190), (16422,24536,'cast_ghost_rats',1190), (16423,24542,'result_aa_claw_marks',1190), (16424,24543,'result_proc_crit_bonus',1190), (16425,24544,'result_spirit_claws_spinning',1190), (16426,24546,'sfx_bodyfall',1190), (16427,24550,'snd_horse_fs_left',1190), (16428,24551,'snd_horse_fs_right',1190), (16429,24552,'snd_horse_rx_attack',1190), (16430,24553,'snd_horse_rx_death',1190), (16431,24554,'snd_horse_rx_ouch',1190), (16432,24557,'cast_aa_frosty_cone_forward',1190), (16433,24558,'cast_cloud_spin',1190), (16434,24559,'cast_feral_fangs',1190), (16435,24560,'cast_flurry_claws_attack',1190), (16436,24566,'result_ice_attack_p2p',1190), (16437,24569,'cast_aa_flash_bomb_appear',1190), (16438,24570,'cast_aa_melee_swipe',1190), (16439,24571,'cast_crit_hawk_summon',1190), (16440,24576,'icon_merc_heal',1190), (16441,24577,'icon_merc_melee',1190), (16442,24578,'icon_merc_ranged',1190), (16443,24579,'icon_merc_spell',1190), (16444,24580,'icon_merc_support',1190), (16445,24581,'icon_merc_tank',1190), (16446,24584,'cast_aa_spirit_blast_big',1190), (16447,24585,'cast_feral_fangs_bite',1190), (16448,24588,'cast_aa_spirit_ape',1190), (16449,24589,'cast_aa_spirit_boar',1190), (16450,24590,'cast_aa_spirit_crab',1190), (16451,24591,'cast_aa_spirit_rats',1190), (16452,24592,'cast_aa_spirit_stag',1190), (16453,24593,'cast_claws_strike_targeted',1190), (16454,24596,'cast_aa_spirit_bat',1190), (16455,24597,'cast_aa_spirit_cobra',1190), (16456,24598,'cast_aa_spirit_drake',1190), (16457,24599,'cast_aa_spirit_frogs',1190), (16458,24600,'cast_aa_spirit_hawk',1190), (16459,24601,'cast_aa_spirit_tiger',1190), (16460,24602,'cast_aa_spirit_wolf',1190), (16461,24607,'frog_croaking_snd',1190), (16462,24609,'result_luclin_chunk_slam',1190), (16463,24639,'tiger_attack_snd',1190), (16464,24647,'result_aa_tameable_fx',1190), (16465,24650,'cast_aa_spirit_wolf_howling',1190), (16466,24656,'result_feral_fangs_vert_bite',1190), (16467,24659,'cast_aa_frost_wall',1190), (16468,24665,'result_aa_icicle_spikes',1190), (16469,24666,'result_aa_quick_heal',1190), (16470,24667,'result_aa_windy_ward',1190), (16471,24674,'design_frostfell_candyfx01',1190), (16472,24675,'design_frostfell_candyfx02',1190), (16473,24676,'design_frostfell_candyfx03',1190), (16474,24677,'design_frostfell_candyfx04',1190), (16475,24688,'snd_footstep',1190), (16476,24691,'attack_bites',1190), (16477,24692,'attack_shuffle',1190), (16478,24693,'attack_tail_swipe',1190), (16479,24699,'roll',1190), (16480,24729,'spawn',1190), (16481,24732,'cast02',1190), (16482,24735,'combat_idle02',1190), (16483,24738,'dead_alt',1190), (16484,24739,'death_alt',1190), (16485,24740,'fae_mount_combat_idle',1190), (16486,24748,'result_sparkles_object_swirl',1190), (16487,24749,'result_star_spirits',1190), (16488,24750,'run_ground',1190), (16489,24780,'spawn_idle',1190), (16490,24783,'backpack_fly_backup',1190), (16491,24784,'backpack_fly_combat_idle',1190), (16492,24785,'backpack_fly_fall',1190), (16493,24786,'backpack_fly_fly_backup',1190), (16494,24787,'backpack_fly_fly_climb',1190), (16495,24788,'backpack_fly_fly_dive',1190), (16496,24789,'backpack_fly_fly_down',1190), (16497,24790,'backpack_fly_fly_glide',1190), (16498,24791,'backpack_fly_fly_glide_left',1190), (16499,24792,'backpack_fly_fly_glide_right',1190), (16500,24793,'backpack_fly_fly_idle',1190), (16501,24794,'backpack_fly_fly_run',1190), (16502,24795,'backpack_fly_fly_strafe_left',1190), (16503,24796,'backpack_fly_fly_strafe_right',1190), (16504,24797,'backpack_fly_fly_turn_left',1190), (16505,24798,'backpack_fly_fly_turn_right',1190), (16506,24799,'backpack_fly_fly_up',1190), (16507,24800,'backpack_fly_fly_walk',1190), (16508,24801,'backpack_fly_idle',1190), (16509,24802,'backpack_fly_jump',1190), (16510,24803,'backpack_fly_land',1190), (16511,24804,'backpack_fly_long_fall',1190), (16512,24805,'backpack_fly_run',1190), (16513,24806,'backpack_fly_turn_left',1190), (16514,24807,'backpack_fly_turn_right',1190), (16515,24808,'backpack_fly_walk',1190), (16516,24811,'backpack_backup',1190), (16517,24812,'backpack_combat_idle',1190), (16518,24813,'backpack_fall',1190), (16519,24814,'backpack_fly__walk',1190), (16520,24815,'backpack_fly_climb',1190), (16521,24816,'backpack_fly_dive',1190), (16522,24817,'backpack_fly_down',1190), (16523,24818,'backpack_fly_glide',1190), (16524,24819,'backpack_fly_glide_left',1190), (16525,24820,'backpack_fly_glide_right',1190), (16526,24821,'backpack_fly_strafe_left',1190), (16527,24822,'backpack_fly_strafe_right',1190), (16528,24823,'backpack_fly_up',1190), (16529,24824,'backpack_idle',1190), (16530,24825,'backpack_jump',1190), (16531,24826,'backpack_land',1190), (16532,24827,'backpack_long_fall',1190), (16533,24828,'backpack_run',1190), (16534,24829,'backpack_strafe_left',1190), (16535,24830,'backpack_strafe_left_run',1190), (16536,24831,'backpack_strafe_right',1190), (16537,24832,'backpack_strafe_right_run',1190), (16538,24833,'backpack_turn_left',1190), (16539,24834,'backpack_turn_right',1190), (16540,24835,'backpack_walk',1190), (16541,24840,'dual_wield_dead_enter',1190), (16542,24843,'backpack_backup_run',1190), (16543,24851,'persist_bug_swarm',1190), (16544,24861,'snd_fae_wing_flaps',1190), (16545,24868,'drakota_mount_backup',1190), (16546,24869,'drakota_mount_fall',1190), (16547,24870,'drakota_mount_fly_backup',1190), (16548,24871,'drakota_mount_fly_climb',1190), (16549,24872,'drakota_mount_fly_dive',1190), (16550,24873,'drakota_mount_fly_down',1190), (16551,24874,'drakota_mount_fly_glide',1190), (16552,24875,'drakota_mount_fly_glide_left',1190), (16553,24876,'drakota_mount_fly_glide_right',1190), (16554,24877,'drakota_mount_fly_idle',1190), (16555,24878,'drakota_mount_fly_run',1190), (16556,24879,'drakota_mount_fly_strafe_left',1190), (16557,24880,'drakota_mount_fly_strafe_right',1190), (16558,24881,'drakota_mount_fly_turn_left',1190), (16559,24882,'drakota_mount_fly_turn_right',1190), (16560,24883,'drakota_mount_fly_up',1190), (16561,24884,'drakota_mount_fly_walk',1190), (16562,24885,'drakota_mount_idle',1190), (16563,24886,'drakota_mount_idle01',1190), (16564,24887,'drakota_mount_jump',1190), (16565,24888,'drakota_mount_jump_substitute',1190), (16566,24889,'drakota_mount_land',1190), (16567,24890,'drakota_mount_long_fall',1190), (16568,24891,'drakota_mount_run',1190), (16569,24892,'drakota_mount_turn_left',1190), (16570,24893,'drakota_mount_turn_right',1190), (16571,24894,'drakota_mount_walk',1190), (16572,24899,'cast_summon_draconian_cyclone',1190), (16573,24900,'cast_summon_draconian_necro',1190), (16574,24903,'design_sky_necro_beams',1190), (16575,24904,'design_sky_necro_dragon_summon',1190), (16576,24913,'skyshrine_drake_run',1190), (16577,24914,'skyshrine_drake_run01',1190), (16578,24921,'idle_rake',1190), (16579,24958,'tcg_head_aura',1190), (16580,24959,'1h_sword_attack04',1190), (16581,24966,'dance02',1190), (16582,24967,'dance03',1190), (16583,24968,'design_speed_boost_buff_no_sound',1190), (16584,24969,'design_speed_drop_debuff_no_sound',1190), (16585,24970,'drakota_mount_idle_01',1190), (16586,24971,'idle_gardening',1190), (16587,24972,'idle_gathering',1190), (16588,24974,'result_forced_shader_bugs',1190), (16589,24981,'design_glow_eyes_blue',1190), (16590,25012,'wing_wisps_fx',1190), (16591,25019,'dontuse_idle01',1190), (16592,25020,'dontuse_idle02',1190), (16593,25021,'golem_kick',1190), (16594,25024,'cast_corruption_gather',1190), (16595,25026,'cast_pollen_spew',1190), (16596,25028,'cast_seed_spew',1190), (16597,25029,'cast_spore_spew',1190), (16598,25032,'idle_gardening_exit',1190), (16599,25033,'idle_gathering_exit',1190), (16600,25035,'result_icicle_blast_up',1190), (16601,25037,'sit_enter_open',1190), (16602,25038,'sit_exit_open',1190), (16603,25039,'sit_idle_open',1190), (16604,25042,'cast_gather_corruption',1190), (16605,25048,'lounge_enter',1190), (16606,25049,'lounge_exit',1190), (16607,25050,'lounge_idle',1190), (16608,25051,'result_corruption_spew',1190), (16609,25081,'stalk',1190), (16610,25084,'backpack_1h_crush_attack',1190), (16611,25085,'backpack_1h_crush_attack01',1190), (16612,25086,'backpack_1h_crush_attack02',1190), (16613,25087,'backpack_1h_crush_attack03',1190), (16614,25088,'backpack_1h_crush_attack_recoil',1190), (16615,25089,'backpack_1h_crush_attack_recoil01',1190), (16616,25090,'backpack_1h_crush_attack_recoil02',1190), (16617,25091,'backpack_1h_crush_attack_recoil03',1190), (16618,25092,'backpack_1h_crush_backup',1190), (16619,25093,'backpack_1h_crush_dodge_backhand',1190), (16620,25094,'backpack_1h_crush_dodge_down',1190), (16621,25095,'backpack_1h_crush_dodge_forehand',1190), (16622,25096,'backpack_1h_crush_dodge_thrust',1190), (16623,25097,'backpack_1h_crush_enter',1190), (16624,25098,'backpack_1h_crush_exit',1190), (16625,25099,'backpack_1h_crush_idle',1190), (16626,25100,'backpack_1h_crush_ouch_backhand',1190), (16627,25101,'backpack_1h_crush_ouch_down',1190), (16628,25102,'backpack_1h_crush_ouch_forehand',1190), (16629,25103,'backpack_1h_crush_ouch_thrust',1190), (16630,25104,'backpack_1h_crush_parry_backhand',1190), (16631,25105,'backpack_1h_crush_parry_down',1190), (16632,25106,'backpack_1h_crush_parry_forehand',1190), (16633,25107,'backpack_1h_crush_parry_thrust',1190), (16634,25108,'backpack_1h_crush_strafe_left',1190), (16635,25109,'backpack_1h_crush_strafe_right',1190), (16636,25110,'backpack_1h_crush_walk',1190), (16637,25111,'backpack_1h_pierce_attack',1190), (16638,25112,'backpack_1h_pierce_attack01',1190), (16639,25113,'backpack_1h_pierce_attack02',1190), (16640,25114,'backpack_1h_pierce_attack03',1190), (16641,25115,'backpack_1h_pierce_attack_recoil',1190), (16642,25116,'backpack_1h_pierce_attack_recoil01',1190), (16643,25117,'backpack_1h_pierce_attack_recoil02',1190), (16644,25118,'backpack_1h_pierce_attack_recoil03',1190), (16645,25119,'backpack_1h_pierce_backup',1190), (16646,25120,'backpack_1h_pierce_dodge_backhand',1190), (16647,25121,'backpack_1h_pierce_dodge_down',1190), (16648,25122,'backpack_1h_pierce_dodge_forehand',1190), (16649,25123,'backpack_1h_pierce_dodge_thrust',1190), (16650,25124,'backpack_1h_pierce_enter',1190), (16651,25125,'backpack_1h_pierce_exit',1190), (16652,25126,'backpack_1h_pierce_idle',1190), (16653,25127,'backpack_1h_pierce_ouch_backhand',1190), (16654,25128,'backpack_1h_pierce_ouch_down',1190), (16655,25129,'backpack_1h_pierce_ouch_forehand',1190), (16656,25130,'backpack_1h_pierce_ouch_thrust',1190), (16657,25131,'backpack_1h_pierce_parry_backhand',1190), (16658,25132,'backpack_1h_pierce_parry_down',1190), (16659,25133,'backpack_1h_pierce_parry_forehand',1190), (16660,25134,'backpack_1h_pierce_parry_thrust',1190), (16661,25135,'backpack_1h_pierce_strafe_left',1190), (16662,25136,'backpack_1h_pierce_strafe_right',1190), (16663,25137,'backpack_1h_pierce_walk',1190), (16664,25138,'backpack_1h_sword_attack',1190), (16665,25139,'backpack_1h_sword_attack01',1190), (16666,25140,'backpack_1h_sword_attack02',1190), (16667,25141,'backpack_1h_sword_attack03',1190), (16668,25142,'backpack_1h_sword_attack_recoil',1190), (16669,25143,'backpack_1h_sword_attack_recoil01',1190), (16670,25144,'backpack_1h_sword_attack_recoil02',1190), (16671,25145,'backpack_1h_sword_attack_recoil03',1190), (16672,25146,'backpack_1h_sword_backup',1190), (16673,25147,'backpack_1h_sword_death_blow',1190), (16674,25148,'backpack_1h_sword_death_blow01',1190), (16675,25149,'backpack_1h_sword_dodge_backhand',1190), (16676,25150,'backpack_1h_sword_dodge_down',1190), (16677,25151,'backpack_1h_sword_dodge_forehand',1190), (16678,25152,'backpack_1h_sword_dodge_thrust',1190), (16679,25153,'backpack_1h_sword_enter',1190), (16680,25154,'backpack_1h_sword_exit',1190), (16681,25155,'backpack_1h_sword_idle',1190), (16682,25156,'backpack_1h_sword_ouch_backhand',1190), (16683,25157,'backpack_1h_sword_ouch_down',1190), (16684,25158,'backpack_1h_sword_ouch_forehand',1190), (16685,25159,'backpack_1h_sword_ouch_thrust',1190), (16686,25160,'backpack_1h_sword_parry_backhand',1190), (16687,25161,'backpack_1h_sword_parry_down',1190), (16688,25162,'backpack_1h_sword_parry_forehand',1190), (16689,25163,'backpack_1h_sword_parry_thrust',1190), (16690,25164,'backpack_1h_sword_strafe_left',1190), (16691,25165,'backpack_1h_sword_strafe_right',1190), (16692,25166,'backpack_1h_sword_walk',1190), (16693,25167,'backpack_1h_throw_attack',1190), (16694,25168,'backpack_1h_thrown_attack',1190), (16695,25169,'backpack_1h_thrown_backup',1190), (16696,25170,'backpack_1h_thrown_dodge_backhand',1190), (16697,25171,'backpack_1h_thrown_dodge_down',1190), (16698,25172,'backpack_1h_thrown_dodge_forehand',1190), (16699,25173,'backpack_1h_thrown_dodge_thrust',1190), (16700,25174,'backpack_1h_thrown_idle',1190), (16701,25175,'backpack_1h_thrown_ouch_backhand',1190), (16702,25176,'backpack_1h_thrown_ouch_down',1190), (16703,25177,'backpack_1h_thrown_ouch_forehand',1190), (16704,25178,'backpack_1h_thrown_ouch_thrust',1190), (16705,25179,'backpack_1h_thrown_strafe_left',1190), (16706,25180,'backpack_1h_thrown_strafe_right',1190), (16707,25181,'backpack_1h_thrown_walk',1190), (16708,25182,'backpack_1h_wand_attack',1190), (16709,25183,'backpack_1h_wand_attack01',1190), (16710,25184,'backpack_1h_wand_attack02',1190), (16711,25185,'backpack_1h_wand_attack03',1190), (16712,25186,'backpack_1h_wand_attack_recoil',1190), (16713,25187,'backpack_1h_wand_attack_recoil01',1190), (16714,25188,'backpack_1h_wand_attack_recoil02',1190), (16715,25189,'backpack_1h_wand_attack_recoil03',1190), (16716,25190,'backpack_1h_wand_backup',1190), (16717,25191,'backpack_1h_wand_dodge_backhand',1190), (16718,25192,'backpack_1h_wand_dodge_down',1190), (16719,25193,'backpack_1h_wand_dodge_forehand',1190), (16720,25194,'backpack_1h_wand_dodge_thrust',1190), (16721,25195,'backpack_1h_wand_enter',1190), (16722,25196,'backpack_1h_wand_exit',1190), (16723,25197,'backpack_1h_wand_idle',1190), (16724,25198,'backpack_1h_wand_ouch_backhand',1190), (16725,25199,'backpack_1h_wand_ouch_down',1190), (16726,25200,'backpack_1h_wand_ouch_forehand',1190), (16727,25201,'backpack_1h_wand_ouch_thrust',1190), (16728,25202,'backpack_1h_wand_parry_backhand',1190), (16729,25203,'backpack_1h_wand_parry_down',1190), (16730,25204,'backpack_1h_wand_parry_forehand',1190), (16731,25205,'backpack_1h_wand_parry_thrust',1190), (16732,25206,'backpack_1h_wand_strafe_left',1190), (16733,25207,'backpack_1h_wand_strafe_right',1190), (16734,25208,'backpack_1h_wand_walk',1190), (16735,25209,'backpack_2h_sword_attack',1190), (16736,25210,'backpack_2h_sword_attack01',1190), (16737,25211,'backpack_2h_sword_attack02',1190), (16738,25212,'backpack_2h_sword_attack03',1190), (16739,25213,'backpack_2h_sword_attack_recoil',1190), (16740,25214,'backpack_2h_sword_attack_recoil01',1190), (16741,25215,'backpack_2h_sword_attack_recoil02',1190), (16742,25216,'backpack_2h_sword_attack_recoil03',1190), (16743,25217,'backpack_2h_sword_backup',1190), (16744,25218,'backpack_2h_sword_charge_up',1190), (16745,25219,'backpack_2h_sword_defensive_buff',1190), (16746,25220,'backpack_2h_sword_dodge_backhand',1190), (16747,25221,'backpack_2h_sword_dodge_down',1190), (16748,25222,'backpack_2h_sword_dodge_forehand',1190), (16749,25223,'backpack_2h_sword_dodge_thrust',1190), (16750,25224,'backpack_2h_sword_enter',1190), (16751,25225,'backpack_2h_sword_exit',1190), (16752,25226,'backpack_2h_sword_feint',1190), (16753,25227,'backpack_2h_sword_idle',1190), (16754,25228,'backpack_2h_sword_kick',1190), (16755,25229,'backpack_2h_sword_offensive_buff',1190), (16756,25230,'backpack_2h_sword_ouch_backhand',1190), (16757,25231,'backpack_2h_sword_ouch_down',1190), (16758,25232,'backpack_2h_sword_ouch_forehand',1190), (16759,25233,'backpack_2h_sword_ouch_thrust',1190), (16760,25234,'backpack_2h_sword_parry_backhand',1190), (16761,25235,'backpack_2h_sword_parry_down',1190), (16762,25236,'backpack_2h_sword_parry_forehand',1190), (16763,25237,'backpack_2h_sword_parry_thrust',1190), (16764,25238,'backpack_2h_sword_strafe_left',1190), (16765,25239,'backpack_2h_sword_strafe_right',1190), (16766,25240,'backpack_2h_sword_super_buff',1190), (16767,25241,'backpack_2h_sword_taunt',1190), (16768,25242,'backpack_2h_sword_taunt_combat_art',1190), (16769,25243,'backpack_2h_sword_walk',1190), (16770,25244,'backpack_2h_sword_whirling_attack',1190), (16771,25245,'backpack_2h_sword_wild_swing',1190), (16772,25246,'backpack_alchemy_failure',1190), (16773,25247,'backpack_alchemy_idle',1190), (16774,25248,'backpack_alchemy_success',1190), (16775,25249,'backpack_applaude',1190), (16776,25250,'backpack_artificing_failure',1190), (16777,25251,'backpack_artificing_idle',1190), (16778,25252,'backpack_artificing_success',1190), (16779,25253,'backpack_attack',1190), (16780,25254,'backpack_bostaff_attack',1190), (16781,25255,'backpack_bostaff_attack01',1190), (16782,25256,'backpack_bostaff_attack02',1190), (16783,25257,'backpack_bostaff_attack03',1190), (16784,25258,'backpack_bostaff_attack_recoil',1190), (16785,25259,'backpack_bostaff_attack_recoil01',1190), (16786,25260,'backpack_bostaff_attack_recoil02',1190), (16787,25261,'backpack_bostaff_attack_recoil03',1190), (16788,25262,'backpack_bostaff_backup',1190), (16789,25263,'backpack_bostaff_charge_up',1190), (16790,25264,'backpack_bostaff_defensive_buff',1190), (16791,25265,'backpack_bostaff_dodge_backhand',1190), (16792,25266,'backpack_bostaff_dodge_down',1190), (16793,25267,'backpack_bostaff_dodge_forehand',1190), (16794,25268,'backpack_bostaff_dodge_thrust',1190), (16795,25269,'backpack_bostaff_enter',1190), (16796,25270,'backpack_bostaff_exit',1190), (16797,25271,'backpack_bostaff_feint',1190), (16798,25272,'backpack_bostaff_idle',1190), (16799,25273,'backpack_bostaff_kick',1190), (16800,25274,'backpack_bostaff_knockdowntoknees',1190), (16801,25275,'backpack_bostaff_knockedtoback',1190), (16802,25276,'backpack_bostaff_knockedtoback_getup',1190), (16803,25277,'backpack_bostaff_offensive_buff',1190), (16804,25278,'backpack_bostaff_ouch_backhand',1190), (16805,25279,'backpack_bostaff_ouch_down',1190), (16806,25280,'backpack_bostaff_ouch_forehand',1190), (16807,25281,'backpack_bostaff_ouch_thrust',1190), (16808,25282,'backpack_bostaff_parry_backhand',1190), (16809,25283,'backpack_bostaff_parry_down',1190), (16810,25284,'backpack_bostaff_parry_forehand',1190), (16811,25285,'backpack_bostaff_parry_thrust',1190), (16812,25286,'backpack_bostaff_strafe_left',1190), (16813,25287,'backpack_bostaff_strafe_right',1190), (16814,25288,'backpack_bostaff_super_buff',1190), (16815,25289,'backpack_bostaff_taunt_combat_art',1190), (16816,25290,'backpack_bostaff_walk',1190), (16817,25291,'backpack_bostaff_whirling_attack',1190), (16818,25292,'backpack_bostaff_wild_swing',1190), (16819,25293,'backpack_bow_aim_down',1190), (16820,25294,'backpack_bow_aim_up',1190), (16821,25295,'backpack_bow_attack',1190), (16822,25296,'backpack_bow_attack_2x',1190), (16823,25297,'backpack_bow_backup',1190), (16824,25298,'backpack_bow_dodge_backhand',1190), (16825,25299,'backpack_bow_dodge_down',1190), (16826,25300,'backpack_bow_dodge_forehand',1190), (16827,25301,'backpack_bow_dodge_thrust',1190), (16828,25302,'backpack_bow_enter',1190), (16829,25303,'backpack_bow_exit',1190), (16830,25304,'backpack_bow_idle',1190), (16831,25305,'backpack_bow_knockdowntoknees',1190), (16832,25306,'backpack_bow_knockedtoback',1190), (16833,25307,'backpack_bow_knockedtoback_getup',1190), (16834,25308,'backpack_bow_ouch_backhand',1190), (16835,25309,'backpack_bow_ouch_down',1190), (16836,25310,'backpack_bow_ouch_forehand',1190), (16837,25311,'backpack_bow_ouch_thrust',1190), (16838,25312,'backpack_bow_strafe_left',1190), (16839,25313,'backpack_bow_strafe_right',1190), (16840,25314,'backpack_bow_walk',1190), (16841,25315,'backpack_cast_aoe_beneficial_end',1190), (16842,25316,'backpack_cast_aoe_beneficial_loop',1190), (16843,25317,'backpack_cast_aoe_beneficial_start',1190), (16844,25318,'backpack_charge',1190), (16845,25319,'backpack_charge_up',1190), (16846,25320,'backpack_chop_ground_digging',1190), (16847,25321,'backpack_chop_ground_success',1190), (16848,25322,'backpack_climbing_backup',1190), (16849,25323,'backpack_climbing_enter_down',1190), (16850,25324,'backpack_climbing_enter_down_root',1190), (16851,25325,'backpack_climbing_exit_up',1190), (16852,25326,'backpack_climbing_exit_up_root',1190), (16853,25327,'backpack_climbing_idle',1190), (16854,25328,'backpack_climbing_idle01',1190), (16855,25329,'backpack_climbing_ouch',1190), (16856,25330,'backpack_climbing_strafe_left',1190), (16857,25331,'backpack_climbing_strafe_right',1190), (16858,25332,'backpack_climbing_walk',1190), (16859,25333,'backpack_combat_backup_run',1190), (16860,25334,'backpack_combat_run',1190), (16861,25335,'backpack_combat_strafe_left_run',1190), (16862,25336,'backpack_combat_strafe_right_run',1190), (16863,25337,'backpack_cooking_failure',1190), (16864,25338,'backpack_cooking_idle',1190), (16865,25339,'backpack_cooking_success',1190), (16866,25340,'backpack_crouch_backup',1190), (16867,25341,'backpack_crouch_enter',1190), (16868,25342,'backpack_crouch_exit',1190), (16869,25343,'backpack_crouch_idle',1190), (16870,25344,'backpack_crouch_strafe_left',1190), (16871,25345,'backpack_crouch_strafe_right',1190), (16872,25346,'backpack_crouch_turn_left',1190), (16873,25347,'backpack_crouch_turn_right',1190), (16874,25348,'backpack_crouch_walk',1190), (16875,25349,'backpack_cry',1190), (16876,25350,'backpack_dance',1190), (16877,25351,'backpack_dead',1190), (16878,25352,'backpack_dead_enter',1190), (16879,25353,'backpack_defensive_buff',1190), (16880,25354,'backpack_drink_chug',1190), (16881,25355,'backpack_drinking_failure',1190), (16882,25356,'backpack_drinking_idle',1190), (16883,25357,'backpack_drinking_success',1190), (16884,25358,'backpack_dual_wield_attack',1190), (16885,25359,'backpack_dual_wield_attack01',1190), (16886,25360,'backpack_dual_wield_attack02',1190), (16887,25361,'backpack_dual_wield_attack03',1190), (16888,25362,'backpack_dual_wield_attack_recoil',1190), (16889,25363,'backpack_dual_wield_attack_recoil01',1190), (16890,25364,'backpack_dual_wield_attack_recoil02',1190), (16891,25365,'backpack_dual_wield_attack_recoil03',1190), (16892,25366,'backpack_dual_wield_backup',1190), (16893,25367,'backpack_dual_wield_defensive_buff',1190), (16894,25368,'backpack_dual_wield_dodge_backhand',1190), (16895,25369,'backpack_dual_wield_dodge_down',1190), (16896,25370,'backpack_dual_wield_dodge_forehand',1190), (16897,25371,'backpack_dual_wield_dodge_thrust',1190), (16898,25372,'backpack_dual_wield_enter',1190), (16899,25373,'backpack_dual_wield_exit',1190), (16900,25374,'backpack_dual_wield_feint',1190), (16901,25375,'backpack_dual_wield_idle',1190), (16902,25376,'backpack_dual_wield_kick',1190), (16903,25377,'backpack_dual_wield_knockdowntoknees',1190), (16904,25378,'backpack_dual_wield_knockedtoback',1190), (16905,25379,'backpack_dual_wield_knockedtoback_getup',1190), (16906,25380,'backpack_dual_wield_offensive_buff',1190), (16907,25381,'backpack_dual_wield_ouch_backhand',1190), (16908,25382,'backpack_dual_wield_ouch_down',1190), (16909,25383,'backpack_dual_wield_ouch_forehand',1190), (16910,25384,'backpack_dual_wield_ouch_thrust',1190), (16911,25385,'backpack_dual_wield_parry_backhand',1190), (16912,25386,'backpack_dual_wield_parry_down',1190), (16913,25387,'backpack_dual_wield_parry_forehand',1190), (16914,25388,'backpack_dual_wield_parry_thrust',1190), (16915,25389,'backpack_dual_wield_strafe_left',1190), (16916,25390,'backpack_dual_wield_strafe_right',1190), (16917,25391,'backpack_dual_wield_super_buff',1190), (16918,25392,'backpack_dual_wield_taunt_combat_art',1190), (16919,25393,'backpack_dual_wield_walk',1190), (16920,25394,'backpack_dual_wield_whirling_attack',1190), (16921,25395,'backpack_dual_wield_wild_swing',1190), (16922,25396,'backpack_fall_moving',1190), (16923,25397,'backpack_feint',1190), (16924,25398,'backpack_fishing_cast',1190), (16925,25399,'backpack_fishing_fight',1190), (16926,25400,'backpack_fishing_reel_in',1190), (16927,25401,'backpack_flirt',1190), (16928,25402,'backpack_forestry_chopping',1190), (16929,25403,'backpack_forestry_success',1190), (16930,25404,'backpack_gag',1190), (16931,25405,'backpack_gathering_end',1190), (16932,25406,'backpack_gathering_loop',1190), (16933,25407,'backpack_gathering_search',1190), (16934,25408,'backpack_gathering_start',1190), (16935,25409,'backpack_gathering_success',1190), (16936,25410,'backpack_ghost_idle',1190), (16937,25411,'backpack_giggle',1190), (16938,25412,'backpack_glare',1190), (16939,25413,'backpack_hearnoevil',1190), (16940,25414,'backpack_heartattack',1190), (16941,25415,'backpack_hover_idle',1190), (16942,25416,'backpack_jump_moving',1190), (16943,25417,'backpack_kick',1190), (16944,25418,'backpack_knockdown_attack',1190), (16945,25419,'backpack_knockdowntoknees',1190), (16946,25420,'backpack_knockedtoback',1190), (16947,25421,'backpack_knockedtoback_getup',1190), (16948,25422,'backpack_knockedtoback_onbackidle',1190), (16949,25423,'backpack_leatherworking_failure',1190), (16950,25424,'backpack_leatherworking_idle',1190), (16951,25425,'backpack_leatherworking_success',1190), (16952,25426,'backpack_left_hand_fist',1190), (16953,25427,'backpack_left_hand_relaxed',1190), (16954,25428,'backpack_listen',1190), (16955,25429,'backpack_long_fall_moving',1190), (16956,25430,'backpack_metalworking_failure',1190), (16957,25431,'backpack_metalworking_idle',1190), (16958,25432,'backpack_metalworking_success',1190), (16959,25433,'backpack_mining_digging',1190), (16960,25434,'backpack_mining_success',1190), (16961,25435,'backpack_monk_attack',1190), (16962,25436,'backpack_monk_attack01',1190), (16963,25437,'backpack_monk_attack02',1190), (16964,25438,'backpack_monk_attack03',1190), (16965,25439,'backpack_monk_attack_recoil',1190), (16966,25440,'backpack_monk_attack_recoil01',1190), (16967,25441,'backpack_monk_attack_recoil02',1190), (16968,25442,'backpack_monk_attack_recoil03',1190), (16969,25443,'backpack_monk_backup',1190), (16970,25444,'backpack_monk_charge_up',1190), (16971,25445,'backpack_monk_defensive_buff',1190), (16972,25446,'backpack_monk_dodge_backhand',1190), (16973,25447,'backpack_monk_dodge_down',1190), (16974,25448,'backpack_monk_dodge_forehand',1190), (16975,25449,'backpack_monk_dodge_thrust',1190), (16976,25450,'backpack_monk_enter',1190), (16977,25451,'backpack_monk_exit',1190), (16978,25452,'backpack_monk_feint',1190), (16979,25453,'backpack_monk_idle',1190), (16980,25454,'backpack_monk_kick',1190), (16981,25455,'backpack_monk_kick_flying',1190), (16982,25456,'backpack_monk_kick_spin',1190), (16983,25457,'backpack_monk_knockdowntoknees',1190), (16984,25458,'backpack_monk_knockedtoback',1190), (16985,25459,'backpack_monk_knockedtoback_getup',1190), (16986,25460,'backpack_monk_offensive_buff',1190), (16987,25461,'backpack_monk_offensive_buff_short',1190), (16988,25462,'backpack_monk_ouch_backhand',1190), (16989,25463,'backpack_monk_ouch_down',1190), (16990,25464,'backpack_monk_ouch_forehand',1190), (16991,25465,'backpack_monk_ouch_thrust',1190), (16992,25466,'backpack_monk_parry_backhand',1190), (16993,25467,'backpack_monk_parry_down',1190), (16994,25468,'backpack_monk_parry_forehand',1190), (16995,25469,'backpack_monk_parry_thrust',1190), (16996,25470,'backpack_monk_strafe_left',1190), (16997,25471,'backpack_monk_strafe_right',1190), (16998,25472,'backpack_monk_super_buff',1190), (16999,25473,'backpack_monk_taunt_combat_art',1190), (17000,25474,'backpack_monk_walk',1190), (17001,25475,'backpack_monk_whirling_attack',1190), (17002,25476,'backpack_monk_wild_swing',1190), (17003,25477,'backpack_offensive_buff',1190), (17004,25478,'backpack_ouch',1190), (17005,25479,'backpack_pike_attack',1190), (17006,25480,'backpack_pike_attack01',1190), (17007,25481,'backpack_pike_attack02',1190), (17008,25482,'backpack_pike_attack03',1190), (17009,25483,'backpack_pike_attack_recoil',1190), (17010,25484,'backpack_pike_attack_recoil01',1190), (17011,25485,'backpack_pike_attack_recoil02',1190), (17012,25486,'backpack_pike_attack_recoil03',1190), (17013,25487,'backpack_pike_backup',1190), (17014,25488,'backpack_pike_charge_up',1190), (17015,25489,'backpack_pike_death_blow',1190), (17016,25490,'backpack_pike_defensive_buff',1190), (17017,25491,'backpack_pike_dodge_backhand',1190), (17018,25492,'backpack_pike_dodge_down',1190), (17019,25493,'backpack_pike_dodge_forehand',1190), (17020,25494,'backpack_pike_dodge_thrust',1190), (17021,25495,'backpack_pike_enter',1190), (17022,25496,'backpack_pike_exit',1190), (17023,25497,'backpack_pike_feint',1190), (17024,25498,'backpack_pike_idle',1190), (17025,25499,'backpack_pike_kick',1190), (17026,25500,'backpack_pike_knockdowntoknees',1190), (17027,25501,'backpack_pike_knockedtoback',1190), (17028,25502,'backpack_pike_knockedtoback_getup',1190), (17029,25503,'backpack_pike_offensive_buff',1190), (17030,25504,'backpack_pike_ouch_backhand',1190), (17031,25505,'backpack_pike_ouch_down',1190), (17032,25506,'backpack_pike_ouch_forehand',1190), (17033,25507,'backpack_pike_ouch_thrust',1190), (17034,25508,'backpack_pike_parry_backhand',1190), (17035,25509,'backpack_pike_parry_down',1190), (17036,25510,'backpack_pike_parry_forehand',1190), (17037,25511,'backpack_pike_parry_thrust',1190), (17038,25512,'backpack_pike_strafe_left',1190), (17039,25513,'backpack_pike_strafe_right',1190), (17040,25514,'backpack_pike_super_buff',1190), (17041,25515,'backpack_pike_taunt',1190), (17042,25516,'backpack_pike_walk',1190), (17043,25517,'backpack_pike_whirling_attack',1190), (17044,25518,'backpack_pike_wild_swing',1190), (17045,25519,'backpack_ponder',1190), (17046,25520,'backpack_pugilist_attack',1190), (17047,25521,'backpack_pugilist_attack01',1190), (17048,25522,'backpack_pugilist_attack02',1190), (17049,25523,'backpack_pugilist_attack03',1190), (17050,25524,'backpack_pugilist_attack_recoil',1190), (17051,25525,'backpack_pugilist_attack_recoil01',1190), (17052,25526,'backpack_pugilist_attack_recoil02',1190), (17053,25527,'backpack_pugilist_attack_recoil03',1190), (17054,25528,'backpack_pugilist_backup',1190), (17055,25529,'backpack_pugilist_charge_up',1190), (17056,25530,'backpack_pugilist_defensive_buff',1190), (17057,25531,'backpack_pugilist_dodge_backhand',1190), (17058,25532,'backpack_pugilist_dodge_down',1190), (17059,25533,'backpack_pugilist_dodge_forehand',1190), (17060,25534,'backpack_pugilist_dodge_thrust',1190), (17061,25535,'backpack_pugilist_enter',1190), (17062,25536,'backpack_pugilist_exit',1190), (17063,25537,'backpack_pugilist_feint',1190), (17064,25538,'backpack_pugilist_idle',1190), (17065,25539,'backpack_pugilist_kick',1190), (17066,25540,'backpack_pugilist_knockdowntoknees',1190), (17067,25541,'backpack_pugilist_knockedtoback',1190), (17068,25542,'backpack_pugilist_knockedtoback_getup',1190), (17069,25543,'backpack_pugilist_offensive_buff',1190), (17070,25544,'backpack_pugilist_ouch_backhand',1190), (17071,25545,'backpack_pugilist_ouch_down',1190), (17072,25546,'backpack_pugilist_ouch_forehand',1190), (17073,25547,'backpack_pugilist_ouch_thrust',1190), (17074,25548,'backpack_pugilist_parry_backhand',1190), (17075,25549,'backpack_pugilist_parry_down',1190), (17076,25550,'backpack_pugilist_parry_forehand',1190), (17077,25551,'backpack_pugilist_parry_thrust',1190), (17078,25552,'backpack_pugilist_strafe_left',1190), (17079,25553,'backpack_pugilist_strafe_right',1190), (17080,25554,'backpack_pugilist_super_buff',1190), (17081,25555,'backpack_pugilist_taunt',1190), (17082,25556,'backpack_pugilist_walk',1190), (17083,25557,'backpack_pugilist_whirling_attack',1190), (17084,25558,'backpack_pugilist_wild_swing',1190), (17085,25559,'backpack_resurrect',1190), (17086,25560,'backpack_right_hand_fist',1190), (17087,25561,'backpack_right_hand_relaxed',1190), (17088,25562,'backpack_rude',1190), (17089,25563,'backpack_sad',1190), (17090,25564,'backpack_salute_freeport',1190), (17091,25565,'backpack_scheme',1190), (17092,25566,'backpack_scratch',1190), (17093,25567,'backpack_scribing_idle',1190), (17094,25568,'backpack_seenoevil',1190), (17095,25569,'backpack_shame',1190), (17096,25570,'backpack_shield_block_backhand',1190), (17097,25571,'backpack_shield_block_down',1190), (17098,25572,'backpack_shield_block_forehand',1190), (17099,25573,'backpack_shield_block_thrust',1190), (17100,25574,'backpack_shield_shove',1190), (17101,25575,'backpack_shiver',1190), (17102,25576,'backpack_sit_drink',1190), (17103,25577,'backpack_sit_enter',1190), (17104,25578,'backpack_sit_exit',1190), (17105,25579,'backpack_sit_idle',1190), (17106,25580,'backpack_sneeze',1190), (17107,25581,'backpack_sniff',1190), (17108,25582,'backpack_speaknoevil',1190), (17109,25583,'backpack_square',1190), (17110,25584,'backpack_stinky',1190), (17111,25585,'backpack_sulk',1190), (17112,25586,'backpack_super_buff',1190), (17113,25587,'backpack_swim_attack',1190), (17114,25588,'backpack_swim_backup',1190), (17115,25589,'backpack_swim_idle',1190), (17116,25590,'backpack_swim_ouch',1190), (17117,25591,'backpack_swim_walk',1190), (17118,25592,'backpack_tail',1190), (17119,25593,'backpack_tailoring_failure',1190), (17120,25594,'backpack_tailoring_idle',1190), (17121,25595,'backpack_tailoring_success',1190), (17122,25596,'backpack_tapfoot',1190), (17123,25597,'backpack_taunt_combat_art',1190), (17124,25598,'backpack_threaten',1190), (17125,25599,'backpack_untrained_attack',1190), (17126,25600,'backpack_untrained_backup',1190), (17127,25601,'backpack_untrained_dodge',1190), (17128,25602,'backpack_untrained_dodge01',1190), (17129,25603,'backpack_untrained_dodge02',1190), (17130,25604,'backpack_untrained_idle',1190), (17131,25605,'backpack_untrained_ouch',1190), (17132,25606,'backpack_untrained_ouch01',1190), (17133,25607,'backpack_untrained_parry',1190), (17134,25608,'backpack_untrained_recoil',1190), (17135,25609,'backpack_untrained_strafe_left',1190), (17136,25610,'backpack_untrained_strafe_right',1190), (17137,25611,'backpack_untrained_walk',1190), (17138,25612,'backpack_whirling_attack',1190), (17139,25613,'backpack_whistle',1190), (17140,25614,'backpack_wild_swing',1190), (17141,25615,'backpack_wild_swing_recoilmax',1190), (17142,25616,'backpack_woodworking_failure',1190), (17143,25617,'backpack_woodworking_idle',1190), (17144,25618,'backpack_woodworking_success',1190), (17145,25619,'backpack_worship_idle',1190), (17146,25620,'backpack_yeah',1190), (17147,25623,'attachment',1190), (17148,25624,'cast_gather_flowers',1190), (17149,25630,'jump_punch',1190), (17150,25631,'result_flowers_spew',1190), (17151,25634,'attack_spit',1190), (17152,25637,'cast_rocky_uprising',1190), (17153,25640,'flurry_kick',1190), (17154,25645,'cast_raptor_claws',1190), (17155,25649,'result_raptor_spit_p2p',1190), (17156,25650,'2h_twirl',1190), (17157,25653,'_idle01',1190), (17158,25654,'_idle02',1190), (17159,25655,'cast01_enter',1190), (17160,25656,'cast01_exit',1190), (17161,25657,'cast01_idle',1190), (17162,25658,'cast02_enter',1190), (17163,25659,'cast02_exit',1190), (17164,25660,'cast02_idle',1190), (17165,25666,'pike_twirl',1190), (17166,25685,'sound_buff_02',1190), (17167,25688,'attack_flame',1190), (17168,25693,'injured_idle',1190), (17169,25713,'snd_wing_flap',1190), (17170,25714,'2h_cast_enter',1190), (17171,25715,'2h_cast_exit',1190), (17172,25716,'2h_cast_idle',1190), (17173,25728,'snd_fs',1190), (17174,25729,'snd_jump_whoosh',1190), (17175,25732,'cast_belly_flop',1190), (17176,25735,'cast_rocky_blast',1190), (17177,25738,'draconian_injured_idle',1190), (17178,25739,'draconian_search_enter',1190), (17179,25740,'draconian_search_exit',1190), (17180,25741,'draconian_search_idle',1190), (17181,25743,'result_lumpy_spit_p2p',1190), (17182,25750,'design_illusion_fail',1190), (17183,25752,'knocktoknees_exit',1190), (17184,25759,'golem_fx_tubes',1190), (17185,25760,'golem_summon_fx',1190), (17186,25764,'snd_dbg_spawn',1190), (17187,25765,'snd_death',1190), (17188,25768,'snd_fs_l',1190), (17189,25769,'snd_fs_r',1190), (17190,25770,'snd_jump',1190), (17191,25772,'snd_offensive_buff',1190), (17192,25786,'snd_whirl_attk',1190), (17193,25787,'sound_cast',1190), (17194,25794,'drakota_run_glide',1190), (17195,25797,'ice_cube_trail_lf',1190), (17196,25798,'ice_cube_trail_lr',1190), (17197,25799,'ice_cube_trail_rf',1190), (17198,25800,'ice_cube_trail_rr',1190), (17199,25805,'ice_cube_scratch',1190), (17200,25808,'snd_charge_up',1190), (17201,25809,'snd_1h_sword_attack',1190), (17202,25810,'snd_1h_sword_attack01',1190), (17203,25811,'snd_1h_sword_attack02',1190), (17204,25812,'snd_1h_sword_attack03',1190), (17205,25813,'snd_1h_sword_enter',1190), (17206,25814,'snd_1h_sword_exit',1190), (17207,25816,'snd_cast02_yell',1190), (17208,25817,'snd_converse02',1190), (17209,25818,'snd_dual_wield_attack',1190), (17210,25819,'snd_dual_wield_attack01',1190), (17211,25820,'snd_dual_wield_attack02',1190), (17212,25821,'snd_dual_wield_attack03',1190), (17213,25826,'snd_idle_02',1190), (17214,25833,'cast_foot_vine_stomp',1190), (17215,25836,'cast_thorn_circle',1190), (17216,25837,'cast_thorn_clap',1190), (17217,25841,'land_enter',1190), (17218,25842,'land_exit',1190), (17219,25843,'result_wl_root_grow_trap',1190), (17220,25846,'snd_bf',1190), (17221,25865,'snd_whirling_attack',1190), (17222,25866,'snd_wild_swing',1190), (17223,25873,'cast_eat_snowball',1190), (17224,25874,'cast_frog_eat',1190), (17225,25879,'eaten_angler',1190), (17226,25881,'intro',1190), (17227,25889,'snd_ouch',1190), (17228,25914,'splash_fx',1190), (17229,25921,'angler_mount_idle03',1190), (17230,25926,'design_obelisk_broken',1190), (17231,25927,'design_obelisk_repair1',1190), (17232,25938,'design_obelisk_complete',1190), (17233,25939,'design_obelisk_fixed',1190), (17234,25940,'design_obelisk_repair2',1190), (17235,25941,'float',1190), (17236,25943,'sacrifice',1190), (17237,25950,'attack_dive',1190), (17238,25955,'design_obelisk_repair3',1190), (17239,25956,'design_obelisk_repair4',1190), (17240,25963,'attack_hug',1190), (17241,25964,'attack_roar',1190), (17242,25965,'cast_obelisk_rock_summon',1190), (17243,25966,'cast_obelisk_wisps_summon',1190), (17244,26003,'wing_bolts_fx',1190), (17245,26012,'cast_sacrifice_disperse',1190), (17246,26013,'cast_sacrifice_stab',1190), (17247,26016,'design_sky_chokidai_summon',1190), (17248,26017,'design_sky_drake_summon',1190), (17249,26018,'design_sky_plant_summon',1190), (17250,26019,'design_sky_raptor_summon',1190), (17251,26026,'cast_eye_blast',1190), (17252,26031,'design_skyward_comm_beam',1190), (17253,26032,'fly_hover',1190), (17254,26033,'ground_blast_fx',1190), (17255,26059,'sound_teleport_in',1190), (17256,26067,'wing_buffet_fx',1190), (17257,26074,'breath_attack_ice',1190), (17258,26075,'breath_attack_necro',1190), (17259,26082,'attack05',1190), (17260,26085,'cast_shadow_appear',1190), (17261,26086,'cast_teleport_down_fx',1190), (17262,26089,'fly_enter_idle',1190), (17263,26091,'result_banish_fx',1190), (17264,26092,'result_cage_cube',1190), (17265,26103,'dontuse_fly_enter_idle',1190), (17266,26110,'attack_arm',1190), (17267,26111,'cast_druid_light_beams',1190), (17268,26114,'cast_storm_light_parting',1190), (17269,26115,'cast_storm_rain_lightning',1190), (17270,26121,'snd_attack',1190), (17271,26122,'snd_attack01',1190), (17272,26123,'snd_attack02',1190), (17273,26124,'snd_attack03',1190), (17274,26125,'snd_attack_dive',1190), (17275,26126,'snd_attack_hug',1190), (17276,26127,'snd_cast',1190), (17277,26128,'snd_cast_1',1190), (17278,26129,'snd_combat_enter',1190), (17279,26130,'snd_combat_idle01',1190), (17280,26131,'snd_dead_enter',1190), (17281,26132,'snd_defensive_buff',1190), (17282,26137,'snd_fs_mud_01',1190), (17283,26138,'snd_fs_mud_02',1190), (17284,26140,'snd_run',1190), (17285,26151,'design_target_aoe_green',1190), (17286,26152,'design_target_aoe_purple',1190), (17287,26159,'aa_bar_heal',1190), (17288,26160,'aa_blood_burst',1190), (17289,26161,'aa_blood_lust',1190), (17290,26162,'aa_bubble_shield',1190), (17291,26163,'aa_bubble_shield_in',1190), (17292,26164,'aa_cloud_blast',1190), (17293,26165,'aa_cloud_buff_out',1190), (17294,26166,'aa_cloud_ring_burst',1190), (17295,26167,'aa_cold_blast',1190), (17296,26168,'aa_cyclone',1190), (17297,26169,'aa_dark_cyclone',1190), (17298,26170,'aa_dark_ring_vanish',1190), (17299,26171,'aa_divine_hit',1190), (17300,26172,'aa_fire_column',1190), (17301,26173,'aa_flurry_daggers',1190), (17302,26174,'aa_forced_shader_burst',1190), (17303,26175,'aa_glow_eyes',1190), (17304,26176,'aa_hand_buff',1190), (17305,26177,'aa_hand_cross_dark',1190), (17306,26178,'aa_hand_dark_rings',1190), (17307,26179,'aa_hand_flare',1190), (17308,26180,'aa_hand_leaf',1190), (17309,26181,'aa_hand_pattern',1190), (17310,26182,'aa_hand_runes',1190), (17311,26183,'aa_hand_sparkles',1190), (17312,26184,'aa_hand_sparkles_dark',1190), (17313,26185,'aa_hand_sparks',1190), (17314,26186,'aa_hand_stars',1190), (17315,26187,'aa_hand_stars_dark',1190), (17316,26188,'aa_head_halo',1190), (17317,26189,'aa_heal_hands_blast',1190), (17318,26190,'aa_ice_comet',1190), (17319,26191,'aa_ice_comet_shower',1190), (17320,26192,'aa_light_ward',1190), (17321,26193,'aa_lightning_bolt',1190), (17322,26194,'aa_massive_hit',1190), (17323,26195,'aa_music_beam_p2p',1190), (17324,26196,'aa_plasma_hit',1190), (17325,26197,'aa_poison_spore_p2p',1190), (17326,26198,'aa_radiant_glow',1190), (17327,26199,'aa_rune_buff_brawler',1190), (17328,26200,'aa_rune_drop_base',1190), (17329,26201,'aa_rune_forward',1190), (17330,26202,'aa_rune_in_buff',1190), (17331,26203,'aa_rune_rise_base',1190), (17332,26204,'aa_rune_rise_buff',1190), (17333,26205,'aa_shimmer_arrow_p2p',1190), (17334,26206,'aa_snow_tempest',1190), (17335,26207,'aa_sound_rings_head',1190), (17336,26208,'aa_sparkle_trail_weapon_blend',1190), (17337,26209,'aa_spirit_growing',1190), (17338,26210,'aa_spirit_swirl_shield',1190), (17339,26211,'aa_swirly_heal',1190), (17340,26216,'gather_enter',1190), (17341,26217,'gather_exit',1190), (17342,26218,'gather_idle',1190), (17343,26251,'tough_idle',1190), (17344,26252,'tough_idle_enter',1190), (17345,26253,'tough_idle_exit',1190), (17346,26260,'cast_armament_buff',1190), (17347,26261,'cast_ember_breath',1190), (17348,26268,'cast_burrow_dust_fx',1190), (17349,26273,'design_target_aoe_yellow',1190), (17350,26275,'result_ember_fire_engulfed',1190), (17351,26276,'result_explode',1190), (17352,26277,'result_queen_bug_spit_p2p',1190), (17353,26280,'snd_doz_attack',1190), (17354,26281,'snd_doz_attack_01',1190), (17355,26282,'snd_doz_attack_02',1190), (17356,26283,'snd_doz_attack_03',1190), (17357,26284,'snd_doz_cast',1190), (17358,26285,'snd_doz_combat_enter',1190), (17359,26286,'snd_doz_death',1190), (17360,26287,'snd_doz_dodge',1190), (17361,26288,'snd_doz_flyin_01',1190), (17362,26289,'snd_doz_flyin_land',1190), (17363,26290,'snd_doz_kick',1190), (17364,26291,'snd_doz_knocktoknees',1190), (17365,26292,'snd_doz_ouch',1190), (17366,26293,'snd_doz_roar_01',1190), (17367,26294,'snd_doz_shieldshove',1190), (17368,26295,'snd_doz_whirl_attack',1190), (17369,26296,'snd_doz_wildswing',1190), (17370,26303,'cast_hand_fire_trails',1190), (17371,26306,'cast_wing_blast',1190), (17372,26313,'cast_pillar_spin',1190), (17373,26325,'prestige_point_acquired',1190), (17374,26326,'result_vaporize',1190), (17375,26335,'cast_tail_fx',1190), (17376,26342,'_dodge_backhand',1190), (17377,26343,'_dodge_down',1190), (17378,26344,'_dodge_forehand',1190), (17379,26345,'_dodge_thrust',1190), (17380,26346,'_knockeddowntoknees',1190), (17381,26347,'_knockedtoback',1190), (17382,26348,'_knockedtoback_getup',1190), (17383,26349,'_knockedtoback_onbackidle',1190), (17384,26350,'_ouch',1190), (17385,26351,'_ouch_backhand',1190), (17386,26352,'_ouch_down',1190), (17387,26353,'_ouch_forehand',1190), (17388,26354,'_ouch_thrust',1190), (17389,26355,'cast_magic_breath',1190), (17390,26356,'cast_noxious_breath',1190), (17391,26358,'cast_prestige_fx',1190), (17392,26365,'cast_fire_blast',1190), (17393,26371,'result_dark_vaporize',1190), (17394,26372,'result_time_warp',1190), (17395,26383,'gathering_tail_cloak',1190), (17396,26390,'cast_belly_blast',1190), (17397,26391,'cast_dark_shout',1190), (17398,26392,'cast_debris',1190), (17399,26393,'cast_fire_breath',1190), (17400,26396,'cast_sonic_blast',1190), (17401,26397,'ch',1190), (17402,26400,'eyes rotate down',1190), (17403,26401,'eyes rotate left',1190), (17404,26402,'eyes rotate right',1190), (17405,26403,'eyes rotate up',1190), (17406,26405,'jaw rotate y max',1190), (17407,26406,'jaw rotate y min',1190), (17408,26407,'jaw rotate z max',1190), (17409,26408,'jaw rotate z min',1190), (17410,26409,'left blink',1190), (17411,26410,'left brow down',1190), (17412,26411,'left brow up',1190), (17413,26412,'left eye wide',1190), (17414,26413,'left frown',1190), (17415,26414,'lower lip roll in',1190), (17416,26415,'lower lip roll out',1190), (17417,26416,'mbp',1190), (17418,26417,'mid brows down',1190), (17419,26418,'mid brows up',1190), (17420,26419,'mouth down',1190), (17421,26420,'mouth open',1190), (17422,26421,'mouth up',1190), (17423,26422,'normal fv',1190), (17424,26423,'oo tight',1190), (17425,26424,'right blink',1190), (17426,26425,'right brow down',1190), (17427,26426,'right brow up',1190), (17428,26427,'right eye wide',1190), (17429,26428,'right frown',1190), (17430,26429,'scrunch left',1190), (17431,26430,'scrunch right',1190), (17432,26432,'smile left',1190), (17433,26433,'smile right',1190), (17434,26464,'upper lip left up',1190), (17435,26465,'upper lip right up',1190), (17436,26466,'upper lip roll in',1190), (17437,26467,'upper lip roll out',1190), (17438,26474,'base_rest',1190), (17439,26475,'cast_flaming_wings',1190), (17440,26480,'eyes_rotate_down',1190), (17441,26481,'eyes_rotate_left',1190), (17442,26482,'eyes_rotate_right',1190), (17443,26483,'eyes_rotate_up',1190), (17444,26485,'jaw_rotate_y_max',1190), (17445,26486,'jaw_rotate_y_min',1190), (17446,26487,'jaw_rotate_z_max',1190), (17447,26488,'jaw_rotate_z_min',1190), (17448,26489,'left_blink',1190), (17449,26490,'left_brow_down',1190), (17450,26491,'left_brow_up',1190), (17451,26492,'left_eye_wide',1190), (17452,26493,'left_frown',1190), (17453,26494,'mid_brows_down',1190), (17454,26495,'mid_brows_up',1190), (17455,26496,'mouth_down',1190), (17456,26497,'mouth_open',1190), (17457,26498,'mouth_up',1190), (17458,26499,'normalfv',1190), (17459,26500,'oo_tight',1190), (17460,26501,'right_blink',1190), (17461,26502,'right_brow_down',1190), (17462,26503,'right_brow_up',1190), (17463,26504,'right_eye_wide',1190), (17464,26505,'right_frown',1190), (17465,26506,'scrunch_left',1190), (17466,26507,'scrunch_right',1190), (17467,26509,'smile_big_left',1190), (17468,26510,'smile_big_right',1190), (17469,26541,'upper_lip_left_up',1190), (17470,26542,'upper_lip_right_up',1190), (17471,26557,'snd_doz_big_whoosh',1190), (17472,26558,'snd_doz_big_whoosh_02',1190), (17473,26565,'aa_notes_blast',1190), (17474,26566,'aa_stabbing_blades',1190), (17475,26580,'snd_lumpy_1h_sword_attack01',1190), (17476,26581,'snd_lumpy_attack',1190), (17477,26582,'snd_lumpy_attack_01',1190), (17478,26583,'snd_lumpy_attack_02',1190), (17479,26584,'snd_lumpy_attack_03',1190), (17480,26585,'snd_lumpy_attack_bite',1190), (17481,26586,'snd_lumpy_attack_bites',1190), (17482,26587,'snd_lumpy_attack_breath',1190), (17483,26588,'snd_lumpy_attack_shuffle',1190), (17484,26589,'snd_lumpy_attack_slam',1190), (17485,26590,'snd_lumpy_attack_tail',1190), (17486,26591,'snd_lumpy_cast_1',1190), (17487,26592,'snd_lumpy_combat_enter',1190), (17488,26593,'snd_lumpy_dead_enter',1190), (17489,26594,'snd_lumpy_roll',1190), (17490,26627,'sound_attack_flame',1190), (17491,26628,'sound_attack_tail',1190), (17492,26629,'sound_bites',1190), (17493,26630,'sound_defensive_buff',1190), (17494,26634,'sound_idle_01',1190), (17495,26649,'snd_attack04',1190), (17496,26654,'snd_fs_mud',1190), (17497,26656,'snd_mud_elem_attack',1190), (17498,26657,'snd_mud_elem_attack01',1190), (17499,26658,'snd_mud_elem_attack02',1190), (17500,26659,'snd_mud_elem_chargeup',1190), (17501,26660,'snd_mud_elem_dead_enter',1190), (17502,26661,'snd_mud_elem_dodge_fore',1190), (17503,26662,'snd_mud_elem_knocktoback',1190), (17504,26663,'snd_mud_elem_knocktoknees',1190), (17505,26664,'snd_mud_elem_ouch_thrust',1190), (17506,26665,'snd_mud_elem_shield_shove',1190), (17507,26666,'snd_mud_elem_whirl_attack',1190), (17508,26667,'snd_mud_elem_wildswing',1190), (17509,26668,'snd_mud_vox_attck_01',1190), (17510,26669,'snd_mud_vox_attck_02',1190), (17511,26670,'snd_mud_vox_attck_roar',1190), (17512,26671,'snd_mud_vox_cast_1',1190), (17513,26672,'snd_mud_vox_dead_enter',1190), (17514,26673,'snd_mud_vox_def_buff',1190), (17515,26684,'drakota_mount_fly_fall',1190), (17516,26687,'prestige_point_sound',1190), (17517,26690,'snd_cast4',1190), (17518,26691,'snd_doz_spawn',1190), (17519,26710,'snd_xygoz1_attack',1190), (17520,26711,'snd_xygoz1_attack01',1190), (17521,26712,'snd_xygoz1_attack02',1190), (17522,26713,'snd_xygoz1_attack03',1190), (17523,26714,'snd_xygoz1_attack_flame',1190), (17524,26715,'snd_xygoz1_attack_tail',1190), (17525,26716,'snd_xygoz1_dead_enter',1190), (17526,26717,'snd_xygoz1_idle01',1190), (17527,26718,'snd_xygoz1_knockedtoback',1190), (17528,26719,'snd_xygoz1_superbuff',1190), (17529,26734,'snd_drakota_vox_01',1190), (17530,26735,'snd_drakota_vox_02',1190), (17531,26736,'snd_drakota_vox_03',1190), (17532,26748,'lower_lip_left_down',1190), (17533,26749,'lower_lip_right_down',1190), (17534,26760,'design_skyshrine_time_rift',1190), (17535,26767,'_left_eye_wide',1190), (17536,26768,'_right_eye_wide',1190), (17537,26812,'yes',1190), (17538,26843,'snd_vox_short',1190), (17539,26856,'result_beetle_fireball_p2p',1190), (17540,26888,'summon_01',1190), (17541,26889,'1h_sword_cast',1190), (17542,26890,'1h_sword_cast_enter',1190), (17543,26891,'1h_sword_cast_exit',1190), (17544,26892,'1h_sword_cast_idle',1190), (17545,26893,'1h_sword_combat_art_buff',1190), (17546,26894,'1h_sword_combat_enter',1190), (17547,26901,'aa_lightning_blast_hit',1190), (17548,26907,'knocked_to_back',1190), (17549,26908,'knocked_to_back_getup',1190), (17550,26909,'knocked_to_back_idle',1190), (17551,26920,'design_groundportal_rift',1190), (17552,26931,'design_corrupted',1190), (17553,26934,'result_light_explode',1190), (17554,26945,'design_qey_mage_tower_fire',1190), (17555,26946,'design_qey_portal_from_hell',1190), (17556,26953,'aa_time_warp',1190), (17557,26959,'knockedtoknees_dead',1190), (17558,26961,'persist_magic_damage',1190), (17559,26972,'design_qey_fire_room',1190), (17560,26973,'design_qey_wall_crack',1190), (17561,26976,'read_book',1190), (17562,27020,'summon_fx_long',1190), (17563,27021,'summon_fx_short',1190), (17564,27022,'time_stop_sound',1190), (17565,27029,'aa_mental_damage',1190), (17566,27030,'aa_mental_smite',1190), (17567,27031,'aa_soothe',1190), (17568,27036,'idlea',1190), (17569,27037,'idlleb',1190), (17570,27071,'winged_lion_backup',1190), (17571,27072,'winged_lion_fall',1190), (17572,27073,'winged_lion_fly_backup',1190), (17573,27074,'winged_lion_fly_climb',1190), (17574,27075,'winged_lion_fly_dive',1190), (17575,27076,'winged_lion_fly_down',1190), (17576,27077,'winged_lion_fly_glide',1190), (17577,27078,'winged_lion_fly_glide_left',1190), (17578,27079,'winged_lion_fly_glide_right',1190), (17579,27080,'winged_lion_fly_idle',1190), (17580,27081,'winged_lion_fly_run',1190), (17581,27082,'winged_lion_fly_strafe_left',1190), (17582,27083,'winged_lion_fly_strafe_right',1190), (17583,27084,'winged_lion_fly_turn_left',1190), (17584,27085,'winged_lion_fly_turn_right',1190), (17585,27086,'winged_lion_fly_up',1190), (17586,27087,'winged_lion_fly_walk',1190), (17587,27088,'winged_lion_idle',1190), (17588,27089,'winged_lion_idle01',1190), (17589,27090,'winged_lion_jump',1190), (17590,27091,'winged_lion_jump_substitute',1190), (17591,27092,'winged_lion_land',1190), (17592,27093,'winged_lion_long_fall',1190), (17593,27094,'winged_lion_run',1190), (17594,27095,'winged_lion_turn_left',1190), (17595,27096,'winged_lion_turn_right',1190), (17596,27097,'winged_lion_walk',1190), (17597,27108,'idle_a',1190), (17598,27109,'idle_b',1190), (17599,27110,'idle_c',1190), (17600,27121,'evil_bird_backup',1190), (17601,27122,'evil_bird_fall',1190), (17602,27123,'evil_bird_fly_backup',1190), (17603,27124,'evil_bird_fly_climb',1190), (17604,27125,'evil_bird_fly_dive',1190), (17605,27126,'evil_bird_fly_down',1190), (17606,27127,'evil_bird_fly_glide',1190), (17607,27128,'evil_bird_fly_glide_left',1190), (17608,27129,'evil_bird_fly_glide_right',1190), (17609,27130,'evil_bird_fly_idle',1190), (17610,27131,'evil_bird_fly_run',1190), (17611,27132,'evil_bird_fly_strafe_left',1190), (17612,27133,'evil_bird_fly_strafe_right',1190), (17613,27134,'evil_bird_fly_turn_left',1190), (17614,27135,'evil_bird_fly_turn_right',1190), (17615,27136,'evil_bird_fly_up',1190), (17616,27137,'evil_bird_fly_walk',1190), (17617,27138,'evil_bird_idle',1190), (17618,27139,'evil_bird_idle01',1190), (17619,27140,'evil_bird_idle02',1190), (17620,27141,'evil_bird_idle03',1190), (17621,27142,'evil_bird_idle04',1190), (17622,27143,'evil_bird_jump',1190), (17623,27144,'evil_bird_jump_substitute',1190), (17624,27145,'evil_bird_land',1190), (17625,27146,'evil_bird_long_fall',1190), (17626,27147,'evil_bird_run',1190), (17627,27148,'evil_bird_turn_left',1190), (17628,27149,'evil_bird_turn_right',1190), (17629,27150,'evil_bird_walk',1190), (17630,27152,'lion_winged_backup',1190), (17631,27153,'lion_winged_fly_backup',1190), (17632,27154,'lion_winged_fly_idle',1190), (17633,27155,'lion_winged_fly_run',1190), (17634,27156,'lion_winged_fly_strafe_left',1190), (17635,27157,'lion_winged_fly_strafe_right',1190), (17636,27158,'lion_winged_fly_turn_left',1190), (17637,27159,'lion_winged_fly_turn_right',1190), (17638,27160,'lion_winged_fly_walk',1190), (17639,27161,'lion_winged_idle01',1190), (17640,27162,'lion_winged_jump',1190), (17641,27163,'lion_winged_jump_substitute',1190), (17642,27164,'lion_winged_run',1190), (17643,27165,'lion_winged_turn_left',1190), (17644,27166,'lion_winged_turn_right',1190), (17645,27167,'lion_winged_walk',1190), (17646,27178,'dance_a',1190), (17647,27179,'dance_base',1190), (17648,27186,'aa_rune_blur_circular',1190), (17649,27192,'knockdowntoknees_enter',1190), (17650,27193,'knockdowntoknees_exit',1190), (17651,27194,'knockdowntoknees_idle',1190), (17652,27201,'aa_earth_summon',1190), (17653,27202,'aa_summon_minion',1190), (17654,27209,'aa_rune_chain_swirl',1190), (17655,27210,'aa_spirit_heal',1190), (17656,27223,'scream01',1190), (17657,27244,'soul_idle',1190), (17658,27245,'soul_suck_fx',1190), (17659,27246,'soulsuck_enter',1190), (17660,27247,'soulsuck_idle',1190), (17661,27254,'bg_achievement_acquired',1190), (17662,27259,'design_cloudy_dream',1190), (17663,27260,'design_kerafyrm_barrier',1190), (17664,27263,'result_cloudy_dream',1190), (17665,27295,'winged_lion_fly_fall',1190), (17666,27302,'aa_result_leash',1190), (17667,27315,'result_sullon_shadow_curse',1190), (17668,27326,'evil_bird_idle_egg',1190), (17669,27339,'result_blood_craze',1190), (17670,27340,'result_blood_craze_p2p',1190), (17671,27341,'result_blood_wash',1190), (17672,27342,'result_extract_will_p2p',1190), (17673,27355,'result_idol_corruption_p2p',1190), (17674,27366,'design_damage_level1',1190), (17675,27367,'design_damage_level2',1190), (17676,27368,'design_damage_level3',1190), (17677,27369,'design_damage_level4',1190), (17678,27370,'design_damage_level5',1190), (17679,27373,'result_forced_shader_burnt',1190), (17680,27384,'fly_dead',1190), (17681,27391,'attack06',1190), (17682,27395,'crying',1190), (17683,27397,'giggling',1190), (17684,27404,'attack_breath_snd',1190), (17685,27405,'breath_blast_barrier',1190), (17686,27410,'design_kerafyrm_barrier_big',1190), (17687,27411,'design_kerafyrm_barrier_fight',1190), (17688,27412,'design_kerafyrm_barrier_small',1190), (17689,27413,'flames_backlash_snd',1190), (17690,27416,'ouch01_snd',1190), (17691,27417,'ouch02_snd',1190), (17692,27447,'sound_ulthork_awake',1190), (17693,27448,'sound_ulthork_combat_enter',1190), (17694,27449,'sound_ulthork_exhale',1190), (17695,27450,'sound_ulthork_grunt',1190), (17696,27451,'sound_ulthork_idle',1190), (17697,27452,'sound_ulthork_run',1190), (17698,27453,'sound_ulthork_run01',1190), (17699,27454,'sound_ulthork_scratch01',1190), (17700,27455,'sound_ulthork_scratch02',1190), (17701,27456,'sound_ulthork_snore',1190), (17702,27457,'sound_ulthork_walk',1190), (17703,27458,'sound_ulthork_walk01',1190), (17704,27469,'frogdance',1190), (17705,27472,'rock_fx',1190), (17706,27485,'result_compass_hover',1190), (17707,27492,'arasai_evil_skull_swirls',1190), (17708,27497,'dark_elf_splash_mist',1190), (17709,27498,'erudite_book_hover_runes',1190), (17710,27499,'freeblood_skull_swirls_mesh',1190), (17711,27500,'gnome_hands_trail_clockwork_blast',1190), (17712,27501,'halfelf_compass_hover',1190), (17713,27502,'human_water_dripping_wake',1190), (17714,27503,'iksar_water_forced_shader_splash',1190), (17715,27505,'kerra_flea_infestation_trail',1190), (17716,27507,'ogre_fly_swarm_trail',1190), (17717,27508,'ratonga_forced_shader_bertox',1190), (17718,27509,'sarnak_firestrips_trail',1190), (17719,27541,'troll_poison_spirits_gather',1190), (17720,27552,'dwarf_rift_crack_dig',1190), (17721,27553,'fae_fireflies_trail',1190), (17722,27554,'froglok_godly_light_sparkles',1190), (17723,27561,'attack_fistslam',1190), (17724,27562,'attack_groundroar',1190), (17725,27563,'attack_rage',1190), (17726,27566,'combat_idle03',1190), (17727,27569,'halfling_hands_cards_coins_trail',1190), (17728,27570,'highelf_radiant_sparkles',1190), (17729,27573,'powerroar',1190), (17730,27574,'powerslam',1190), (17731,27606,'targeted_left',1190), (17732,27607,'targeted_right',1190), (17733,27608,'transition_left',1190), (17734,27609,'woodelf_leafy_glow_shader',1190), (17735,27616,'barbarian_snow_ice_trail',1190), (17736,27621,'erudite_asteroid_belt',1190), (17737,27622,'freeblood_bat_swirls_mesh',1190), (17738,27623,'gnome_clockwork_gears_blast',1190), (17739,27624,'human_claymore_orbit_trail',1190), (17740,27626,'kerra_spirit_guide_mesh',1190), (17741,27628,'portal_jump',1190), (17742,27629,'portal_stomp',1190), (17743,27630,'ratonga_brain_storm_text',1190), (17744,27662,'transition_back',1190), (17745,27663,'transition_right',1190), (17746,27672,'cast_skull_head_blast',1190), (17747,27675,'design_dark_portal',1190), (17748,27676,'design_light_portal',1190), (17749,27679,'result_blood_dark',1190), (17750,27686,'snd_land',1190), (17751,27701,'snd_winged_lion_idle_01',1190), (17752,27702,'snd_winged_lion_jump_sub',1190), (17753,27704,'sound_evil_bird_jump_sub',1190), (17754,27705,'sound_evil_bird_peck',1190), (17755,27706,'sound_evil_bird_scratch',1190), (17756,27707,'sound_evil_bird_vox_idle03',1190), (17757,27714,'attack_arms',1190), (17758,27715,'attack_jumpslam',1190), (17759,27716,'cast_illusionary_charge_up',1190), (17760,27717,'cast_illusionary_emanation',1190), (17761,27723,'lose_weapon',1190), (17762,27725,'result_floating_chain_root',1190), (17763,27726,'result_illusionary_lights',1190), (17764,27758,'transition_back_extract',1190), (17765,27759,'transition_left_extract',1190), (17766,27760,'transition_right_extract',1190), (17767,27771,'dance_short',1190), (17768,27803,'sound_ulthork_charge_up',1190), (17769,27804,'sound_ulthork_fs',1190), (17770,27805,'sound_ulthork_idle_01',1190), (17771,27806,'sound_ulthork_idle_02',1190), (17772,27807,'sound_ulthork_shield_shove',1190), (17773,27808,'sound_ulthork_whirl_attack_whsh',1190), (17774,27820,'mace_blast',1190), (17775,27822,'rocky_trail',1190), (17776,27823,'rumble_shake',1190), (17777,27831,'snd_peck',1190), (17778,27856,'transition_back01_extract',1190), (17779,27857,'victory',1190), (17780,27868,'fear_wave',1190), (17781,27885,'snd_tbird_pet_angry',1190), (17782,27886,'snd_tbird_pet_attack01',1190), (17783,27887,'snd_tbird_pet_happy',1190), (17784,27888,'snd_tbird_pet_idle01',1190), (17785,27889,'snd_tbird_pet_idle02',1190), (17786,27890,'snd_tbird_pet_idle03',1190), (17787,27891,'snd_tbird_pet_trick',1190), (17788,27900,'cast_toxic_gathering',1190), (17789,27901,'cast_toxic_rain',1190), (17790,27904,'hand_blast',1190), (17791,27911,'cast_acid_rain',1190), (17792,27922,'design_circle_warning_zone',1190), (17793,27923,'design_half_circle_warning_zone',1190), (17794,27924,'design_oval_warning_zone',1190), (17795,27925,'design_third_circle_warning_zone',1190), (17796,27932,'beckon_enter',1190), (17797,27933,'beckon_exit',1190), (17798,27940,'aa_double_pyramid',1190), (17799,27947,'aa_water_summon',1190), (17800,27954,'aa_ooze_summon',1190), (17801,27955,'aa_skull_summon',1190), (17802,27960,'idle01temp',1190), (17803,27962,'jaw_rotate_max',1190), (17804,27965,'smile_left',1190), (17805,27966,'smile_right',1190), (17806,27977,'design_fire_doorway',1190), (17807,27978,'design_icy_doorway',1190), (17808,27989,'dead02',1190), (17809,27990,'design_fire_pillar',1190), (17810,27991,'design_green_light_beam',1190), (17811,27992,'design_ice_pillar',1190), (17812,27993,'design_purple_light_beam',1190), (17813,27994,'design_red_light_beam',1190), (17814,27995,'design_yellow_light_beam',1190), (17815,27998,'sc_win_chest_fx',1190), (17816,28011,'result_fire_beam_p2p',1190), (17817,28012,'result_ice_beam_p2p',1190), (17818,28025,'piledriver',1190), (17819,28034,'chargeup',1190), (17820,28035,'chargeup_enter',1190), (17821,28036,'chargeup_exit',1190), (17822,28037,'chargeup_idle',1190), (17823,28040,'design_lightning_pillar_blue',1190), (17824,28041,'design_lightning_pillar_red',1190), (17825,28042,'design_st_boss_lightning_blue',1190), (17826,28043,'design_st_boss_lightning_red',1190), (17827,28050,'cast03',1190), (17828,28051,'cast04',1190), (17829,28054,'cast_squid_loop',1190), (17830,28057,'design_orange_light_beam',1190), (17831,28058,'design_st_boss_platform_charged_blue',1190), (17832,28059,'design_st_boss_platform_charged_red',1190), (17833,28066,'blue_crystal_dead',1190), (17834,28067,'blue_crystal_on',1190), (17835,28072,'design_urn_shatter',1190), (17836,28075,'red_crystal_dead',1190), (17837,28076,'red_crystal_on',1190), (17838,28077,'result_lightning_floor_blast_blue',1190), (17839,28078,'result_lightning_floor_blast_red',1190), (17840,28089,'dead01',1190), (17841,28090,'design_lightning_pillar_purple',1190), (17842,28091,'design_st_boss_lightning_purple',1190), (17843,28092,'design_st_boss_platform_charged_purple',1190), (17844,28095,'result_damaged',1190), (17845,28096,'result_glass_blast',1190), (17846,28097,'result_lightning_floor_blast_purple',1190), (17847,28098,'result_radiant_glow_no_mesh',1190), (17848,28099,'result_tether_buff_p2p',1190), (17849,28106,'cast_blue_buff',1190), (17850,28109,'cast_red_buff',1190), (17851,28110,'cast_white_buff',1190), (17852,28136,'sound_evil_bird_egg_vox',1190), (17853,28147,'design_ice_column_shatter',1190), (17854,28148,'drinal_summon',1190), (17855,28159,'design_circle_warning_zone_blue',1190), (17856,28160,'design_circle_warning_zone_gold',1190), (17857,28161,'design_half_circle_warning_zone_blue',1190), (17858,28162,'design_half_circle_warning_zone_gold',1190), (17859,28163,'design_oval_warning_zone_blue',1190), (17860,28164,'design_oval_warning_zone_gold',1190), (17861,28165,'design_third_circle_warning_zone_blue',1190), (17862,28166,'design_third_circle_warning_zone_gold',1190), (17863,28178,'lay_egg_hatch',1190), (17864,28189,'design_vd_portal_red',1190), (17865,28223,'status_quest_completes_repeatable',1190), (17866,28224,'status_quest_completes_tradeskill',1190), (17867,28225,'status_quest_gives_repeatable',1190), (17868,28226,'status_quest_gives_tradeskill',1190), (17869,28227,'status_quest_updates_repeatable',1190), (17870,28228,'status_quest_updates_tradeskill',1190), (17871,28239,'drinal_trail_weapon_flames',1190), (17872,28240,'drinal_trail_weapon_poison',1190), (17873,28243,'result_flash_weapon_green',1190), (17874,28254,'drinal_absorb_back_exit',1190), (17875,28255,'drinal_absorb_back_idle',1190), (17876,28256,'drinal_absorb_forward_exit',1190), (17877,28257,'drinal_absorb_forward_idle',1190), (17878,28258,'drinal_absorb_left_exit',1190), (17879,28259,'drinal_absorb_left_idle',1190), (17880,28260,'drinal_absorb_right_exit',1190), (17881,28261,'drinal_absorb_right_idle',1190), (17882,28262,'drinal_fireball_gather',1190), (17883,28263,'drinal_skull_gather',1190), (17884,28264,'drinal_spirt_gather',1190), (17885,28265,'drinal_staff_blast',1190), (17886,28268,'result_drinal_spirits_p2p',1190), (17887,28269,'result_spirits_blast_out',1190), (17888,28278,'close_enter',1190), (17889,28279,'closed_idle',1190), (17890,28282,'dragon_attack',1190), (17891,28283,'dragon_idle',1190), (17892,28286,'open_enter',1190), (17893,28287,'open_idle',1190), (17894,28298,'evil_bird_idle05',1190), (17895,28301,'orbiting_buff_all',1190), (17896,28302,'orbiting_buff_blue',1190), (17897,28303,'orbiting_buff_blue_white',1190), (17898,28304,'orbiting_buff_red',1190), (17899,28305,'orbiting_buff_red_blue',1190), (17900,28306,'orbiting_buff_red_white',1190), (17901,28307,'orbiting_buff_white',1190), (17902,28320,'result_spike_cage',1190), (17903,28331,'design_drinals_portal',1190), (17904,28338,'attack_cannibal',1190), (17905,28345,'oldidle',1190), (17906,28354,'cast_shadow_breath',1190), (17907,28357,'drinal_frontal_blast',1190), (17908,28358,'drinal_warning_zone',1190), (17909,28365,'asleep',1190), (17910,28366,'attack_breath_old',1190), (17911,28371,'design_groundportal_rift_gehein',1190), (17912,28372,'dual_wield_knockeddowntoknees',1190), (17913,28373,'dual_wield_knockedtoback_onbackidle',1190), (17914,28375,'komodo_npc_glide',1190), (17915,28409,'tradeart_forge_hammers_anvil',1190), (17916,28420,'design_agitated',1190), (17917,28421,'design_distorted',1190), (17918,28422,'design_fear',1190), (17919,28440,'snd_tirun_enf_attack',1190), (17920,28441,'snd_tirun_enf_attack01',1190), (17921,28442,'snd_tirun_enf_attack02',1190), (17922,28443,'snd_tirun_enf_attack03',1190), (17923,28444,'snd_tirun_enf_cast1',1190), (17924,28445,'snd_tirun_enf_chargeup',1190), (17925,28446,'snd_tirun_enf_combat_enter',1190), (17926,28447,'snd_tirun_enf_combat_idle01',1190), (17927,28448,'snd_tirun_enf_dead enter',1190), (17928,28449,'snd_tirun_enf_dodge',1190), (17929,28450,'snd_tirun_enf_knocktoknees',1190), (17930,28451,'snd_tirun_enf_ouch',1190), (17931,28452,'snd_tirun_enf_shield_shove',1190), (17932,28453,'snd_tirun_enf_whirling_attack',1190), (17933,28454,'snd_tirun_enf_wild_swing',1190), (17934,28472,'tradeart_flask_beaker_pour',1190), (17935,28473,'tradeart_forge_hammer_metal',1190), (17936,28474,'tradeart_saw_log',1190), (17937,28485,'design_drinals_floor_panel_blue',1190), (17938,28486,'design_drinals_floor_panel_challege_blue',1190), (17939,28487,'design_drinals_floor_panel_challege_red',1190), (17940,28488,'design_drinals_floor_panel_red',1190), (17941,28489,'design_drinals_vessel_arc_blue',1190), (17942,28490,'design_drinals_vessel_arc_red',1190), (17943,28494,'result_bastion_beam_p2p',1190), (17944,28509,'shaman_summon_fx',1190), (17945,28520,'design_tof_rock_collapse01',1190), (17946,28521,'design_tof_rock_collapse02',1190), (17947,28522,'design_tof_rock_collapse03',1190), (17948,28523,'design_tof_rock_collapse04',1190), (17949,28558,'spit',1190), (17950,28569,'design_arcane_barrier',1190), (17951,28570,'design_divine_barrier',1190), (17952,28574,'result_magic_barrier_beam_p2p',1190), (17953,28583,'cast_werewolf_appear',1190), (17954,28584,'cast_werewolf_hair',1190), (17955,28587,'csat_werewolf_vanish',1190), (17956,28594,'attack_eye_cone',1190), (17957,28599,'gazer_charge_up',1190), (17958,28603,'result_essence_suck_p2p',1190), (17959,28604,'result_gazer_flame_eye_beam_p2p',1190), (17960,28619,'sky_float_idle',1190), (17961,28650,'zap_attack',1190), (17962,28661,'fs',1190), (17963,28666,'shaman_crouch_idle',1190), (17964,28673,'snd_skirth_attack',1190), (17965,28674,'snd_skirth_attack01',1190), (17966,28675,'snd_skirth_attack02',1190), (17967,28676,'snd_skirth_attack03',1190), (17968,28677,'snd_skirth_aura',1190), (17969,28678,'snd_skirth_cast_1',1190), (17970,28679,'snd_skirth_chargeup',1190), (17971,28680,'snd_skirth_combat_enter',1190), (17972,28681,'snd_skirth_combat_enter1',1190), (17973,28682,'snd_skirth_dead_enter',1190), (17974,28683,'snd_skirth_knocktobackgetup',1190), (17975,28684,'snd_skirth_ouch',1190), (17976,28685,'snd_skirth_shiield_shove',1190), (17977,28686,'snd_skirth_spit',1190), (17978,28687,'snd_skirth_whirling_attack',1190), (17979,28688,'snd_skirth_wildswing',1190), (17980,28713,'zap_enter',1190), (17981,28714,'zap_exit',1190), (17982,28715,'zap_idle',1190), (17983,28760,'were_cast_idle',1190), (17984,28774,'result_ethernere_fx',1190), (17985,28782,'snd_skirth_idle03',1190), (17986,28796,'result_aggression_removal',1190), (17987,28797,'result_aggression_removal_p2p',1190), (17988,28798,'result_healing_trail_p2p',1190), (17989,28799,'result_lifebringer_glade',1190), (17990,28831,'trdskl_aggro_life_wand',1190), (17991,28847,'snd_baelon_attack',1190), (17992,28848,'snd_baelon_attack01',1190), (17993,28849,'snd_baelon_attack_arms',1190), (17994,28850,'snd_baelon_fs',1190), (17995,28851,'snd_baelon_idle02',1190), (17996,28852,'snd_baelon_idle03',1190), (17997,28853,'snd_baelon_lose_weapon',1190), (17998,28854,'snd_baelon_ouch',1190), (17999,28855,'snd_baelon_powerslam',1190), (18000,28856,'snd_baelon_summon',1190), (18001,28857,'snd_baelon_targeted_right',1190), (18002,28858,'snd_baelon_transition_back',1190), (18003,28859,'snd_baelon_transition_back01_extract',1190), (18004,28860,'snd_baelon_transition_back_extract',1190), (18005,28861,'snd_baelon_transition_left_extract',1190), (18006,28862,'snd_baelon_transition_right',1190), (18007,28863,'snd_baelon_transition_right_extract',1190), (18008,28864,'snd_baelon_unarmed_attack',1190), (18009,28865,'snd_baelon_unarmed_attack01',1190), (18010,28866,'snd_baelon_unarmed_attack02',1190), (18011,28867,'snd_baelon_unarmed_attack_fistslam',1190), (18012,28868,'snd_baelon_unarmed_attack_jumpslam',1190), (18013,28869,'snd_baelon_unarmed_attack_stomp',1190), (18014,28870,'snd_baelon_unarmed_dead_enter',1190), (18015,28871,'snd_baelon_unarmed_fs',1190), (18016,28872,'snd_baelon_unarmed_idle01',1190), (18017,28873,'snd_baelon_unarmed_idle02',1190), (18018,28874,'snd_baelon_unarmed_ouch',1190), (18019,28875,'snd_baelon_unarmed_portal_jump',1190), (18020,28876,'snd_baelon_unarmed_portal_stomp',1190), (18021,28877,'snd_baelon_unarmed_victory',1190), (18022,28878,'snd_baelon_whirling_attack',1190), (18023,28879,'snd_baelon_wild_swing',1190), (18024,28890,'fx_foot_trail_lf',1190), (18025,28891,'fx_foot_trail_lh',1190), (18026,28892,'fx_foot_trail_rf',1190), (18027,28893,'fx_foot_trail_rh',1190), (18028,28917,'sound_bodyfall',1190), (18029,28928,'sound_whoosh',1190), (18030,28930,'untrainted_wildswing',1190), (18031,28941,'gehein_aura_lp',1190), (18032,28946,'sfx_attack_vox',1190), (18033,28947,'sfx_death_vox',1190), (18034,28948,'sfx_gehein_death_vox',1190), (18035,28949,'sfx_gehein_vox_attack',1190), (18036,28950,'sfx_gehein_vox_ouch',1190), (18037,28951,'sfx_whoosh',1190), (18038,28952,'sfx_whoosh_high',1190), (18039,28973,'snd_screecher_attack',1190), (18040,28974,'snd_screecher_attack01',1190), (18041,28975,'snd_screecher_attack02',1190), (18042,28976,'snd_screecher_attack03',1190), (18043,28977,'snd_screecher_aura_lp',1190), (18044,28978,'snd_screecher_cast',1190), (18045,28979,'snd_screecher_cast01',1190), (18046,28980,'snd_screecher_combat_enter',1190), (18047,28981,'snd_screecher_dead_enter',1190), (18048,28982,'snd_screecher_idel01',1190), (18049,28983,'snd_screecher_idle02',1190), (18050,28984,'snd_screecher_jump',1190), (18051,28985,'snd_screecher_ouch',1190), (18052,28986,'snd_screecher_scream',1190), (18053,28987,'snd_screecher_scream01',1190), (18054,28988,'snd_screecher_whirling_attack',1190), (18055,29002,'result_life_statue_fx',1190), (18056,29013,'dont_use_ouch',1190), (18057,29024,'fly_in_old',1190), (18058,29025,'ilde01',1190), (18059,29045,'snd_komodo_attack',1190), (18060,29046,'snd_komodo_attack01',1190), (18061,29047,'snd_komodo_cast01',1190), (18062,29048,'snd_komodo_dead_enter',1190), (18063,29049,'snd_komodo_knocktoback',1190), (18064,29050,'snd_komodo_ouch',1190), (18065,29051,'snd_komodo_whirling_attack',1190), (18066,29052,'snd_komodo_wild_swing',1190), (18067,29063,'design_etherene_fire',1190), (18068,29064,'design_ethernere_vines',1190), (18069,29075,'idle05',1190), (18070,29090,'sfx_vox_gehein_laugh',1190), (18071,29092,'snd_chitari_1h_sword_attack',1190), (18072,29093,'snd_chitari_1h_sword_attack01',1190), (18073,29094,'snd_chitari_1h_sword_attack02',1190), (18074,29095,'snd_chitari_1h_sword_enter',1190), (18075,29096,'snd_chitari_attack',1190), (18076,29097,'snd_chitari_attack01',1190), (18077,29098,'snd_chitari_attack02',1190), (18078,29099,'snd_chitari_attack03',1190), (18079,29100,'snd_chitari_attack_cannibal',1190), (18080,29101,'snd_chitari_charge_up',1190), (18081,29102,'snd_chitari_dead_enter',1190), (18082,29103,'snd_chitari_idle01',1190), (18083,29104,'snd_chitari_knockedtoback_getup',1190), (18084,29105,'snd_chitari_ouch',1190), (18085,29106,'snd_chitari_ouch_forehand',1190), (18086,29107,'snd_chitari_shield_shove',1190), (18087,29108,'snd_chitari_whirling_attack',1190), (18088,29109,'snd_chitari_wild_swing',1190), (18089,29116,'aa_smoke_teleport',1190), (18090,29117,'aa_wave_splash',1190), (18091,29118,'aa_whirlwind_teleport',1190), (18092,29123,'idle04_',1190), (18093,29130,'aa_scythe_slash',1190), (18094,29137,'aa_frozen_rain',1190), (18095,29138,'aa_toxic_mist',1190), (18096,29146,'result_bone_glow_3',1190), (18097,29147,'result_fire_attack_p2p',1190), (18098,29158,'dontuse_knockedtoback',1190), (18099,29159,'dontuse_knockedtoback_getup',1190), (18100,29160,'dontuse_knockedtoback_onbackidle',1190), (18101,29167,'aa_fire_swirl_shield',1190), (18102,29168,'aa_head_skeleton_hands_blast',1190), (18103,29169,'aa_heal_skeleton_hands_blast',1190), (18104,29170,'aa_planar_fire_blast',1190), (18105,29171,'aa_second_skin',1190), (18106,29178,'aa_cast_wind_spin',1190), (18107,29179,'aa_dark_swirly_wisps',1190), (18108,29180,'aa_heal_splash',1190), (18109,29181,'aa_lightning_siphon',1190), (18110,29182,'aa_nature_heal',1190), (18111,29183,'aa_scimitar_cyclone',1190), (18112,29184,'aa_spirit_swirl_buff_ward',1190), (18113,29212,'snd_were_1h_sword_attack01_vox',1190), (18114,29213,'snd_were_1h_sword_attack02_vox',1190), (18115,29214,'snd_were_1h_sword_attack03_vox',1190), (18116,29215,'snd_were_1h_sword_attack_vox',1190), (18117,29216,'snd_were_attack01_vox',1190), (18118,29217,'snd_were_attack02_vox',1190), (18119,29218,'snd_were_attack_vox',1190), (18120,29219,'snd_were_cast_vox',1190), (18121,29220,'snd_were_combat_idle01_vox',1190), (18122,29221,'snd_were_dead_enter_vox',1190), (18123,29222,'snd_were_dual_wield_attack01_vox',1190), (18124,29223,'snd_were_dual_wield_attack02_vox',1190), (18125,29224,'snd_were_dual_wield_attack03_vox',1190), (18126,29225,'snd_were_dual_wield_attack_vox',1190), (18127,29226,'snd_were_kick_vox',1190), (18128,29227,'snd_were_ouch_vox',1190), (18129,29228,'snd_were_shield_shove_vox',1190), (18130,29229,'snd_were_super_buff_vox',1190), (18131,29230,'snd_were_wild_swing_vox',1190), (18132,29242,'swoosh_huge',1190), (18133,29249,'aa_arrow_rapid_salvo',1190), (18134,29250,'aa_fire_arrow_p2p',1190), (18135,29251,'aa_music_dagger_buff',1190), (18136,29252,'aa_sound_wave_blast',1190), (18137,29253,'bird_squawk_sound',1190), (18138,29254,'cast_bagpipe_sound',1190), (18139,29255,'cast_bard_bagpipes',1190), (18140,29262,'scaled_hands_attack03',1190), (18141,29269,'cast_dome_barrier_fx',1190), (18142,29274,'design_comm_on',1190), (18143,29275,'design_tourbillion_flux_fx',1190), (18144,29276,'design_tourbillion_persist_fx',1190), (18145,29279,'result_tourbillion_essence_suck_p2p',1190), (18146,29292,'result_forced_shader_ethernere',1190), (18147,29299,'bodyfall',1190), (18148,29337,'whoosh_large',1190), (18149,29338,'whoosh_lrg',1190), (18150,29353,'snd_attack_long',1190), (18151,29354,'snd_attack_short',1190), (18152,29359,'snd_gargoyle_attack',1190), (18153,29360,'snd_gargoyle_attack03',1190), (18154,29361,'snd_gargoyle_cast_1',1190), (18155,29362,'snd_gargoyle_charge_up',1190), (18156,29363,'snd_gargoyle_combat_enter',1190), (18157,29364,'snd_gargoyle_dead_enter',1190), (18158,29365,'snd_gargoyle_kick',1190), (18159,29366,'snd_gargoyle_knocktoback_getup',1190), (18160,29367,'snd_gargoyle_ouch_forehand',1190), (18161,29368,'snd_gargoyle_shield_shove',1190), (18162,29369,'snd_jump_fx',1190), (18163,29371,'snd_rx_cast1',1190), (18164,29372,'snd_rx_chargeup',1190), (18165,29373,'snd_rx_combat_enter',1190), (18166,29374,'snd_rx_dead_enter',1190), (18167,29384,'cookie_ouch_fx',1190), (18168,29389,'skyshrine_drake_backup',1190), (18169,29390,'skyshrine_drake_fall',1190), (18170,29391,'skyshrine_drake_fly_backup',1190), (18171,29392,'skyshrine_drake_fly_climb',1190), (18172,29393,'skyshrine_drake_fly_dive',1190), (18173,29394,'skyshrine_drake_fly_down',1190), (18174,29395,'skyshrine_drake_fly_glide',1190), (18175,29396,'skyshrine_drake_fly_glide_left',1190), (18176,29397,'skyshrine_drake_fly_glide_right',1190), (18177,29398,'skyshrine_drake_fly_idle',1190), (18178,29399,'skyshrine_drake_fly_run',1190), (18179,29400,'skyshrine_drake_fly_strafe_left',1190), (18180,29401,'skyshrine_drake_fly_strafe_right',1190), (18181,29402,'skyshrine_drake_fly_turn_left',1190), (18182,29403,'skyshrine_drake_fly_turn_right',1190), (18183,29404,'skyshrine_drake_fly_up',1190), (18184,29405,'skyshrine_drake_fly_walk',1190), (18185,29406,'skyshrine_drake_idle',1190), (18186,29407,'skyshrine_drake_idle01',1190), (18187,29408,'skyshrine_drake_jump',1190), (18188,29409,'skyshrine_drake_jump_substitute',1190), (18189,29410,'skyshrine_drake_land',1190), (18190,29411,'skyshrine_drake_long_fall',1190), (18191,29412,'skyshrine_drake_turn_left',1190), (18192,29413,'skyshrine_drake_turn_right',1190), (18193,29414,'skyshrine_drake_walk',1190), (18194,56889,'kill_design_glow_eyes_green',1190), (18195,56892,'kill_sit_drink',1190), (18196,56900,'kill_result_flash_bomb_appear',1190), (18197,56908,'kill_reforge_nature_tier01',1190), (18198,56909,'kill_reforge_nature_tier02',1190), (18199,56910,'kill_reforge_nature_tier03',1190), (18200,56911,'kill_reforge_nature_tier04',1190), (18201,56912,'kill_reforge_nature_tier05',1190), (18202,56920,'kill_reforge_fire_tier01',1190), (18203,56921,'kill_reforge_fire_tier02',1190), (18204,56922,'kill_reforge_fire_tier03',1190), (18205,56923,'kill_reforge_fire_tier04',1190), (18206,56924,'kill_reforge_fire_tier05',1190), (18207,56932,'kill_reforge_ice_tier01',1190), (18208,56933,'kill_reforge_ice_tier02',1190), (18209,56934,'kill_reforge_ice_tier03',1190), (18210,56935,'kill_reforge_ice_tier04',1190), (18211,56936,'kill_reforge_ice_tier05',1190), (18212,56944,'kill_reforge_blood_tier01',1190), (18213,56945,'kill_reforge_blood_tier02',1190), (18214,56946,'kill_reforge_blood_tier03',1190), (18215,56947,'kill_reforge_blood_tier04',1190), (18216,56948,'kill_reforge_blood_tier05',1190), (18217,56955,'kill_hassan_chop',1190), (18218,56963,'kill_reforge_acid_tier01',1190), (18219,56964,'kill_reforge_acid_tier02',1190), (18220,56965,'kill_reforge_acid_tier03',1190), (18221,56966,'kill_reforge_acid_tier04',1190), (18222,56967,'kill_reforge_acid_tier05',1190), (18223,56968,'kill_reforge_runic_tier01',1190), (18224,56969,'kill_reforge_runic_tier02',1190), (18225,56970,'kill_reforge_runic_tier03',1190), (18226,56971,'kill_reforge_runic_tier04',1190), (18227,56972,'kill_reforge_runic_tier05',1190), (18228,56980,'kill_reforge_electricity_tier01',1190), (18229,56981,'kill_reforge_electricity_tier02',1190), (18230,56982,'kill_reforge_electricity_tier03',1190), (18231,56983,'kill_reforge_electricity_tier04',1190), (18232,56984,'kill_reforge_electricity_tier05',1190), (18233,56991,'kill_dead_enter01',1190), (18234,56992,'kill_death01',1190), (18235,56993,'kill_horse_attack',1190), (18236,56994,'kill_horse_attack01',1190), (18237,56995,'kill_horse_attack02',1190), (18238,56996,'kill_horse_attack03',1190), (18239,56997,'kill_horse_cast',1190), (18240,56998,'kill_horse_combat_cast',1190), (18241,56999,'kill_horse_combat_enter',1190), (18242,57000,'kill_horse_combat_exit',1190), (18243,57001,'kill_horse_death',1190), (18244,57002,'kill_horse_death01',1190), (18245,57003,'kill_horse_ouch',1190), (18246,57004,'kill_horse_ouch01',1190), (18247,57005,'kill_horse_wild_swing',1190), (18248,57007,'kill_reforge_pestilence_tier01',1190), (18249,57008,'kill_reforge_pestilence_tier02',1190), (18250,57009,'kill_reforge_pestilence_tier03',1190), (18251,57010,'kill_reforge_pestilence_tier04',1190), (18252,57011,'kill_reforge_pestilence_tier05',1190), (18253,57012,'kill_2pike_attack03',1190), (18254,57020,'kill_reforge_illusion_tier01',1190), (18255,57021,'kill_reforge_illusion_tier02',1190), (18256,57022,'kill_reforge_illusion_tier03',1190), (18257,57023,'kill_reforge_illusion_tier04',1190), (18258,57024,'kill_reforge_illusion_tier05',1190), (18259,57025,'kill_reforge_radiance_tier01',1190), (18260,57026,'kill_reforge_radiance_tier02',1190), (18261,57027,'kill_reforge_radiance_tier03',1190), (18262,57028,'kill_reforge_radiance_tier04',1190), (18263,57029,'kill_reforge_radiance_tier05',1190), (18264,57036,'kill_horse_dead',1190), (18265,57037,'kill_horse_dead_enter',1190), (18266,57038,'kill_horse_dead_enter01',1190), (18267,57040,'kill_pegasus_mount_attack',1190), (18268,57041,'kill_pegasus_mount_attack01',1190), (18269,57042,'kill_pegasus_mount_attack02',1190), (18270,57043,'kill_pegasus_mount_attack03',1190), (18271,57044,'kill_pegasus_mount_cast',1190), (18272,57045,'kill_pegasus_mount_combat_enter',1190), (18273,57046,'kill_pegasus_mount_combat_exit',1190), (18274,57047,'kill_pegasus_mount_combat_idle',1190), (18275,57048,'kill_pegasus_mount_dead',1190), (18276,57049,'kill_pegasus_mount_dead_enter',1190), (18277,57050,'kill_pegasus_mount_dead_enter01',1190), (18278,57051,'kill_pegasus_mount_death',1190), (18279,57052,'kill_pegasus_mount_death01',1190), (18280,57053,'kill_pegasus_mount_ouch',1190), (18281,57054,'kill_pegasus_mount_ouch01',1190), (18282,57055,'kill_pegasus_mount_wild_swing',1190), (18283,57056,'kill_result_fprt_ghosts_attack_p2p',1190), (18284,57067,'kill_snd_freeport_knight_1h_sword_attack',1190), (18285,57068,'kill_snd_freeport_knight_1h_sword_attack01',1190), (18286,57069,'kill_snd_freeport_knight_1h_sword_attack02',1190), (18287,57070,'kill_snd_freeport_knight_1h_sword_attack03',1190), (18288,57071,'kill_snd_freeport_knight_fs',1190), (18289,57072,'kill_snd_freeport_knight_charge_up',1190), (18290,57073,'kill_snd_freeport_knight_whirling_attack',1190), (18291,57074,'kill_snd_freeport_knight_wild_swing',1190), (18292,57100,'kill_tiered_chill_claw_buff',1190), (18293,57101,'kill_tiered_chilling_claws',1190), (18294,57102,'kill_tiered_claws_buff',1190), (18295,57103,'kill_tiered_shield_barrier_buff',1190), (18296,57104,'kill_2h_ouch',1190), (18297,57105,'kill_2h_ouch_backhand',1190), (18298,57106,'kill_2h_ouch_down',1190), (18299,57107,'kill_2h_ouch_forehand',1190), (18300,57108,'kill_2h_ouch_thrust',1190), (18301,57109,'kill_2h_sword_dodge',1190), (18302,57112,'kill_backhand',1190), (18303,57117,'kill_horse_ouch_backhand',1190), (18304,57118,'kill_horse_ouch_down',1190), (18305,57119,'kill_horse_ouch_forehand',1190), (18306,57120,'kill_horse_ouch_thrust',1190), (18307,57122,'kill_pike_dodge',1190), (18308,57123,'kill_pike_ouch',1190), (18309,57153,'kill_tiered_spirit_pets_summon',1190), (18310,57161,'kill_mount_attack',1190), (18311,57166,'kill_snd_freeport_knight_cast_death',1190), (18312,57167,'kill_snd_freeport_knight_cast_end',1190), (18313,57168,'kill_snd_freeport_knight_cast_start',1190), (18314,57194,'kill_tiered_claw_marks',1190), (18315,57195,'kill_tiered_feather_shroud',1190), (18316,57196,'kill_tiered_fire_claw_buff',1190), (18317,57197,'kill_tiered_flaming_claws',1190), (18318,57198,'kill_tiered_hand_claws',1190), (18319,57199,'kill_tiered_ice_dagger_p2p',1190), (18320,57202,'kill_attack_swipe',1190), (18321,57203,'kill_cast_aa_frosty_swirls',1190), (18322,57204,'kill_cast_aa_spirit_blast',1190), (18323,57207,'kill_cast_slashing_claws',1190), (18324,57211,'kill_result_aa_wispy_ward',1190), (18325,57212,'kill_result_summon_spirit_swirls',1190), (18326,57213,'kill_result_tame_shroud',1190), (18327,57243,'kill_tiered_vine_net',1190), (18328,57246,'kill_cast_flurry_claws',1190), (18329,57252,'kill_result_lucan_soul_suck_p2p',1190), (18330,57260,'kill_lucan_cast_enter',1190), (18331,57261,'kill_lucan_cast_exit',1190), (18332,57262,'kill_lucan_cast_idle',1190), (18333,57267,'kill_snd_freeport_knight_death',1190), (18334,57268,'kill_snd_freeport_knight_knockeddowntoknees',1190), (18335,57269,'kill_snd_freeport_knight_rx_attack_long',1190), (18336,57270,'kill_snd_freeport_knight_rx_attack_short',1190), (18337,57271,'kill_snd_freeport_knight_rx_buff',1190), (18338,57272,'kill_snd_freeport_knight_rx_death',1190), (18339,57273,'kill_snd_freeport_knight_rx_ouch',1190), (18340,57285,'kill_snd_freeport_knight_attack',1190), (18341,57286,'kill_snd_freeport_knight_attack01',1190), (18342,57287,'kill_snd_freeport_knight_attack02',1190), (18343,57288,'kill_snd_freeport_knight_attack03',1190), (18344,57289,'kill_snd_freeport_knight_rx_cast_end',1190), (18345,57296,'kill_drink_chug',1190), (18346,57297,'kill_horse_combat_attack',1190), (18347,57298,'kill_horse_combat_attack01',1190), (18348,57299,'kill_horse_combat_attack02',1190), (18349,57300,'kill_horse_combat_attack03',1190), (18350,57303,'kill_cast_aa_spirit_bear',1190), (18351,57304,'kill_cast_ghost_rats',1190), (18352,57310,'kill_result_aa_claw_marks',1190), (18353,57311,'kill_result_proc_crit_bonus',1190), (18354,57312,'kill_result_spirit_claws_spinning',1190), (18355,57314,'kill_sfx_bodyfall',1190), (18356,57318,'kill_snd_horse_fs_left',1190), (18357,57319,'kill_snd_horse_fs_right',1190), (18358,57320,'kill_snd_horse_rx_attack',1190), (18359,57321,'kill_snd_horse_rx_death',1190), (18360,57322,'kill_snd_horse_rx_ouch',1190), (18361,57325,'kill_cast_aa_frosty_cone_forward',1190), (18362,57326,'kill_cast_cloud_spin',1190), (18363,57327,'kill_cast_feral_fangs',1190), (18364,57328,'kill_cast_flurry_claws_attack',1190), (18365,57334,'kill_result_ice_attack_p2p',1190), (18366,57337,'kill_cast_aa_flash_bomb_appear',1190), (18367,57338,'kill_cast_aa_melee_swipe',1190), (18368,57339,'kill_cast_crit_hawk_summon',1190), (18369,57344,'kill_icon_merc_heal',1190), (18370,57345,'kill_icon_merc_melee',1190), (18371,57346,'kill_icon_merc_ranged',1190), (18372,57347,'kill_icon_merc_spell',1190), (18373,57348,'kill_icon_merc_support',1190), (18374,57349,'kill_icon_merc_tank',1190), (18375,57352,'kill_cast_aa_spirit_blast_big',1190), (18376,57353,'kill_cast_feral_fangs_bite',1190), (18377,57356,'kill_cast_aa_spirit_ape',1190), (18378,57357,'kill_cast_aa_spirit_boar',1190), (18379,57358,'kill_cast_aa_spirit_crab',1190), (18380,57359,'kill_cast_aa_spirit_rats',1190), (18381,57360,'kill_cast_aa_spirit_stag',1190), (18382,57361,'kill_cast_claws_strike_targeted',1190), (18383,57364,'kill_cast_aa_spirit_bat',1190), (18384,57365,'kill_cast_aa_spirit_cobra',1190), (18385,57366,'kill_cast_aa_spirit_drake',1190), (18386,57367,'kill_cast_aa_spirit_frogs',1190), (18387,57368,'kill_cast_aa_spirit_hawk',1190), (18388,57369,'kill_cast_aa_spirit_tiger',1190), (18389,57370,'kill_cast_aa_spirit_wolf',1190), (18390,57375,'kill_frog_croaking_snd',1190), (18391,57377,'kill_result_luclin_chunk_slam',1190), (18392,57407,'kill_tiger_attack_snd',1190), (18393,57415,'kill_result_aa_tameable_fx',1190), (18394,57418,'kill_cast_aa_spirit_wolf_howling',1190), (18395,57424,'kill_result_feral_fangs_vert_bite',1190), (18396,57427,'kill_cast_aa_frost_wall',1190), (18397,57433,'kill_result_aa_icicle_spikes',1190), (18398,57434,'kill_result_aa_quick_heal',1190), (18399,57435,'kill_result_aa_windy_ward',1190), (18400,57442,'kill_design_frostfell_candyfx01',1190), (18401,57443,'kill_design_frostfell_candyfx02',1190), (18402,57444,'kill_design_frostfell_candyfx03',1190), (18403,57445,'kill_design_frostfell_candyfx04',1190), (18404,57456,'kill_snd_footstep',1190), (18405,57459,'kill_attack_bites',1190), (18406,57460,'kill_attack_shuffle',1190), (18407,57461,'kill_attack_tail_swipe',1190), (18408,57467,'kill_roll',1190), (18409,57497,'kill_spawn',1190), (18410,57500,'kill_cast02',1190), (18411,57503,'kill_combat_idle02',1190), (18412,57506,'kill_dead_alt',1190), (18413,57507,'kill_death_alt',1190), (18414,57508,'kill_fae_mount_combat_idle',1190), (18415,57516,'kill_result_sparkles_object_swirl',1190), (18416,57517,'kill_result_star_spirits',1190), (18417,57518,'kill_run_ground',1190), (18418,57548,'kill_spawn_idle',1190), (18419,57551,'kill_backpack_fly_backup',1190), (18420,57552,'kill_backpack_fly_combat_idle',1190), (18421,57553,'kill_backpack_fly_fall',1190), (18422,57554,'kill_backpack_fly_fly_backup',1190), (18423,57555,'kill_backpack_fly_fly_climb',1190), (18424,57556,'kill_backpack_fly_fly_dive',1190), (18425,57557,'kill_backpack_fly_fly_down',1190), (18426,57558,'kill_backpack_fly_fly_glide',1190), (18427,57559,'kill_backpack_fly_fly_glide_left',1190), (18428,57560,'kill_backpack_fly_fly_glide_right',1190), (18429,57561,'kill_backpack_fly_fly_idle',1190), (18430,57562,'kill_backpack_fly_fly_run',1190), (18431,57563,'kill_backpack_fly_fly_strafe_left',1190), (18432,57564,'kill_backpack_fly_fly_strafe_right',1190), (18433,57565,'kill_backpack_fly_fly_turn_left',1190), (18434,57566,'kill_backpack_fly_fly_turn_right',1190), (18435,57567,'kill_backpack_fly_fly_up',1190), (18436,57568,'kill_backpack_fly_fly_walk',1190), (18437,57569,'kill_backpack_fly_idle',1190), (18438,57570,'kill_backpack_fly_jump',1190), (18439,57571,'kill_backpack_fly_land',1190), (18440,57572,'kill_backpack_fly_long_fall',1190), (18441,57573,'kill_backpack_fly_run',1190), (18442,57574,'kill_backpack_fly_turn_left',1190), (18443,57575,'kill_backpack_fly_turn_right',1190), (18444,57576,'kill_backpack_fly_walk',1190), (18445,57579,'kill_backpack_backup',1190), (18446,57580,'kill_backpack_combat_idle',1190), (18447,57581,'kill_backpack_fall',1190), (18448,57582,'kill_backpack_fly__walk',1190), (18449,57583,'kill_backpack_fly_climb',1190), (18450,57584,'kill_backpack_fly_dive',1190), (18451,57585,'kill_backpack_fly_down',1190), (18452,57586,'kill_backpack_fly_glide',1190), (18453,57587,'kill_backpack_fly_glide_left',1190), (18454,57588,'kill_backpack_fly_glide_right',1190), (18455,57589,'kill_backpack_fly_strafe_left',1190), (18456,57590,'kill_backpack_fly_strafe_right',1190), (18457,57591,'kill_backpack_fly_up',1190), (18458,57592,'kill_backpack_idle',1190), (18459,57593,'kill_backpack_jump',1190), (18460,57594,'kill_backpack_land',1190), (18461,57595,'kill_backpack_long_fall',1190), (18462,57596,'kill_backpack_run',1190), (18463,57597,'kill_backpack_strafe_left',1190), (18464,57598,'kill_backpack_strafe_left_run',1190), (18465,57599,'kill_backpack_strafe_right',1190), (18466,57600,'kill_backpack_strafe_right_run',1190), (18467,57601,'kill_backpack_turn_left',1190), (18468,57602,'kill_backpack_turn_right',1190), (18469,57603,'kill_backpack_walk',1190), (18470,57608,'kill_dual_wield_dead_enter',1190), (18471,57611,'kill_backpack_backup_run',1190), (18472,57619,'kill_persist_bug_swarm',1190), (18473,57629,'kill_snd_fae_wing_flaps',1190), (18474,57636,'kill_drakota_mount_backup',1190), (18475,57637,'kill_drakota_mount_fall',1190), (18476,57638,'kill_drakota_mount_fly_backup',1190), (18477,57639,'kill_drakota_mount_fly_climb',1190), (18478,57640,'kill_drakota_mount_fly_dive',1190), (18479,57641,'kill_drakota_mount_fly_down',1190), (18480,57642,'kill_drakota_mount_fly_glide',1190), (18481,57643,'kill_drakota_mount_fly_glide_left',1190), (18482,57644,'kill_drakota_mount_fly_glide_right',1190), (18483,57645,'kill_drakota_mount_fly_idle',1190), (18484,57646,'kill_drakota_mount_fly_run',1190), (18485,57647,'kill_drakota_mount_fly_strafe_left',1190), (18486,57648,'kill_drakota_mount_fly_strafe_right',1190), (18487,57649,'kill_drakota_mount_fly_turn_left',1190), (18488,57650,'kill_drakota_mount_fly_turn_right',1190), (18489,57651,'kill_drakota_mount_fly_up',1190), (18490,57652,'kill_drakota_mount_fly_walk',1190), (18491,57653,'kill_drakota_mount_idle',1190), (18492,57654,'kill_drakota_mount_idle01',1190), (18493,57655,'kill_drakota_mount_jump',1190), (18494,57656,'kill_drakota_mount_jump_substitute',1190), (18495,57657,'kill_drakota_mount_land',1190), (18496,57658,'kill_drakota_mount_long_fall',1190), (18497,57659,'kill_drakota_mount_run',1190), (18498,57660,'kill_drakota_mount_turn_left',1190), (18499,57661,'kill_drakota_mount_turn_right',1190), (18500,57662,'kill_drakota_mount_walk',1190), (18501,57667,'kill_cast_summon_draconian_cyclone',1190), (18502,57668,'kill_cast_summon_draconian_necro',1190), (18503,57671,'kill_design_sky_necro_beams',1190), (18504,57672,'kill_design_sky_necro_dragon_summon',1190), (18505,57681,'kill_skyshrine_drake_run',1190), (18506,57682,'kill_skyshrine_drake_run01',1190), (18507,57689,'kill_idle_rake',1190), (18508,57726,'kill_tcg_head_aura',1190), (18509,57727,'kill_1h_sword_attack04',1190), (18510,57734,'kill_dance02',1190), (18511,57735,'kill_dance03',1190), (18512,57736,'kill_design_speed_boost_buff_no_sound',1190), (18513,57737,'kill_design_speed_drop_debuff_no_sound',1190), (18514,57738,'kill_drakota_mount_idle_01',1190), (18515,57739,'kill_idle_gardening',1190), (18516,57740,'kill_idle_gathering',1190), (18517,57742,'kill_result_forced_shader_bugs',1190), (18518,57749,'kill_design_glow_eyes_blue',1190), (18519,57780,'kill_wing_wisps_fx',1190), (18520,57787,'kill_dontuse_idle01',1190), (18521,57788,'kill_dontuse_idle02',1190), (18522,57789,'kill_golem_kick',1190), (18523,57792,'kill_cast_corruption_gather',1190), (18524,57794,'kill_cast_pollen_spew',1190), (18525,57796,'kill_cast_seed_spew',1190), (18526,57797,'kill_cast_spore_spew',1190), (18527,57800,'kill_idle_gardening_exit',1190), (18528,57801,'kill_idle_gathering_exit',1190), (18529,57803,'kill_result_icicle_blast_up',1190), (18530,57805,'kill_sit_enter_open',1190), (18531,57806,'kill_sit_exit_open',1190), (18532,57807,'kill_sit_idle_open',1190), (18533,57810,'kill_cast_gather_corruption',1190), (18534,57816,'kill_lounge_enter',1190), (18535,57817,'kill_lounge_exit',1190), (18536,57818,'kill_lounge_idle',1190), (18537,57819,'kill_result_corruption_spew',1190), (18538,57849,'kill_stalk',1190), (18539,57852,'kill_backpack_1h_crush_attack',1190), (18540,57853,'kill_backpack_1h_crush_attack01',1190), (18541,57854,'kill_backpack_1h_crush_attack02',1190), (18542,57855,'kill_backpack_1h_crush_attack03',1190), (18543,57856,'kill_backpack_1h_crush_attack_recoil',1190), (18544,57857,'kill_backpack_1h_crush_attack_recoil01',1190), (18545,57858,'kill_backpack_1h_crush_attack_recoil02',1190), (18546,57859,'kill_backpack_1h_crush_attack_recoil03',1190), (18547,57860,'kill_backpack_1h_crush_backup',1190), (18548,57861,'kill_backpack_1h_crush_dodge_backhand',1190), (18549,57862,'kill_backpack_1h_crush_dodge_down',1190), (18550,57863,'kill_backpack_1h_crush_dodge_forehand',1190), (18551,57864,'kill_backpack_1h_crush_dodge_thrust',1190), (18552,57865,'kill_backpack_1h_crush_enter',1190), (18553,57866,'kill_backpack_1h_crush_exit',1190), (18554,57867,'kill_backpack_1h_crush_idle',1190), (18555,57868,'kill_backpack_1h_crush_ouch_backhand',1190), (18556,57869,'kill_backpack_1h_crush_ouch_down',1190), (18557,57870,'kill_backpack_1h_crush_ouch_forehand',1190), (18558,57871,'kill_backpack_1h_crush_ouch_thrust',1190), (18559,57872,'kill_backpack_1h_crush_parry_backhand',1190), (18560,57873,'kill_backpack_1h_crush_parry_down',1190), (18561,57874,'kill_backpack_1h_crush_parry_forehand',1190), (18562,57875,'kill_backpack_1h_crush_parry_thrust',1190), (18563,57876,'kill_backpack_1h_crush_strafe_left',1190), (18564,57877,'kill_backpack_1h_crush_strafe_right',1190), (18565,57878,'kill_backpack_1h_crush_walk',1190), (18566,57879,'kill_backpack_1h_pierce_attack',1190), (18567,57880,'kill_backpack_1h_pierce_attack01',1190), (18568,57881,'kill_backpack_1h_pierce_attack02',1190), (18569,57882,'kill_backpack_1h_pierce_attack03',1190), (18570,57883,'kill_backpack_1h_pierce_attack_recoil',1190), (18571,57884,'kill_backpack_1h_pierce_attack_recoil01',1190), (18572,57885,'kill_backpack_1h_pierce_attack_recoil02',1190), (18573,57886,'kill_backpack_1h_pierce_attack_recoil03',1190), (18574,57887,'kill_backpack_1h_pierce_backup',1190), (18575,57888,'kill_backpack_1h_pierce_dodge_backhand',1190), (18576,57889,'kill_backpack_1h_pierce_dodge_down',1190), (18577,57890,'kill_backpack_1h_pierce_dodge_forehand',1190), (18578,57891,'kill_backpack_1h_pierce_dodge_thrust',1190), (18579,57892,'kill_backpack_1h_pierce_enter',1190), (18580,57893,'kill_backpack_1h_pierce_exit',1190), (18581,57894,'kill_backpack_1h_pierce_idle',1190), (18582,57895,'kill_backpack_1h_pierce_ouch_backhand',1190), (18583,57896,'kill_backpack_1h_pierce_ouch_down',1190), (18584,57897,'kill_backpack_1h_pierce_ouch_forehand',1190), (18585,57898,'kill_backpack_1h_pierce_ouch_thrust',1190), (18586,57899,'kill_backpack_1h_pierce_parry_backhand',1190), (18587,57900,'kill_backpack_1h_pierce_parry_down',1190), (18588,57901,'kill_backpack_1h_pierce_parry_forehand',1190), (18589,57902,'kill_backpack_1h_pierce_parry_thrust',1190), (18590,57903,'kill_backpack_1h_pierce_strafe_left',1190), (18591,57904,'kill_backpack_1h_pierce_strafe_right',1190), (18592,57905,'kill_backpack_1h_pierce_walk',1190), (18593,57906,'kill_backpack_1h_sword_attack',1190), (18594,57907,'kill_backpack_1h_sword_attack01',1190), (18595,57908,'kill_backpack_1h_sword_attack02',1190), (18596,57909,'kill_backpack_1h_sword_attack03',1190), (18597,57910,'kill_backpack_1h_sword_attack_recoil',1190), (18598,57911,'kill_backpack_1h_sword_attack_recoil01',1190), (18599,57912,'kill_backpack_1h_sword_attack_recoil02',1190), (18600,57913,'kill_backpack_1h_sword_attack_recoil03',1190), (18601,57914,'kill_backpack_1h_sword_backup',1190), (18602,57915,'kill_backpack_1h_sword_death_blow',1190), (18603,57916,'kill_backpack_1h_sword_death_blow01',1190), (18604,57917,'kill_backpack_1h_sword_dodge_backhand',1190), (18605,57918,'kill_backpack_1h_sword_dodge_down',1190), (18606,57919,'kill_backpack_1h_sword_dodge_forehand',1190), (18607,57920,'kill_backpack_1h_sword_dodge_thrust',1190), (18608,57921,'kill_backpack_1h_sword_enter',1190), (18609,57922,'kill_backpack_1h_sword_exit',1190), (18610,57923,'kill_backpack_1h_sword_idle',1190), (18611,57924,'kill_backpack_1h_sword_ouch_backhand',1190), (18612,57925,'kill_backpack_1h_sword_ouch_down',1190), (18613,57926,'kill_backpack_1h_sword_ouch_forehand',1190), (18614,57927,'kill_backpack_1h_sword_ouch_thrust',1190), (18615,57928,'kill_backpack_1h_sword_parry_backhand',1190), (18616,57929,'kill_backpack_1h_sword_parry_down',1190), (18617,57930,'kill_backpack_1h_sword_parry_forehand',1190), (18618,57931,'kill_backpack_1h_sword_parry_thrust',1190), (18619,57932,'kill_backpack_1h_sword_strafe_left',1190), (18620,57933,'kill_backpack_1h_sword_strafe_right',1190), (18621,57934,'kill_backpack_1h_sword_walk',1190), (18622,57935,'kill_backpack_1h_throw_attack',1190), (18623,57936,'kill_backpack_1h_thrown_attack',1190), (18624,57937,'kill_backpack_1h_thrown_backup',1190), (18625,57938,'kill_backpack_1h_thrown_dodge_backhand',1190), (18626,57939,'kill_backpack_1h_thrown_dodge_down',1190), (18627,57940,'kill_backpack_1h_thrown_dodge_forehand',1190), (18628,57941,'kill_backpack_1h_thrown_dodge_thrust',1190), (18629,57942,'kill_backpack_1h_thrown_idle',1190), (18630,57943,'kill_backpack_1h_thrown_ouch_backhand',1190), (18631,57944,'kill_backpack_1h_thrown_ouch_down',1190), (18632,57945,'kill_backpack_1h_thrown_ouch_forehand',1190), (18633,57946,'kill_backpack_1h_thrown_ouch_thrust',1190), (18634,57947,'kill_backpack_1h_thrown_strafe_left',1190), (18635,57948,'kill_backpack_1h_thrown_strafe_right',1190), (18636,57949,'kill_backpack_1h_thrown_walk',1190), (18637,57950,'kill_backpack_1h_wand_attack',1190), (18638,57951,'kill_backpack_1h_wand_attack01',1190), (18639,57952,'kill_backpack_1h_wand_attack02',1190), (18640,57953,'kill_backpack_1h_wand_attack03',1190), (18641,57954,'kill_backpack_1h_wand_attack_recoil',1190), (18642,57955,'kill_backpack_1h_wand_attack_recoil01',1190), (18643,57956,'kill_backpack_1h_wand_attack_recoil02',1190), (18644,57957,'kill_backpack_1h_wand_attack_recoil03',1190), (18645,57958,'kill_backpack_1h_wand_backup',1190), (18646,57959,'kill_backpack_1h_wand_dodge_backhand',1190), (18647,57960,'kill_backpack_1h_wand_dodge_down',1190), (18648,57961,'kill_backpack_1h_wand_dodge_forehand',1190), (18649,57962,'kill_backpack_1h_wand_dodge_thrust',1190), (18650,57963,'kill_backpack_1h_wand_enter',1190), (18651,57964,'kill_backpack_1h_wand_exit',1190), (18652,57965,'kill_backpack_1h_wand_idle',1190), (18653,57966,'kill_backpack_1h_wand_ouch_backhand',1190), (18654,57967,'kill_backpack_1h_wand_ouch_down',1190), (18655,57968,'kill_backpack_1h_wand_ouch_forehand',1190), (18656,57969,'kill_backpack_1h_wand_ouch_thrust',1190), (18657,57970,'kill_backpack_1h_wand_parry_backhand',1190), (18658,57971,'kill_backpack_1h_wand_parry_down',1190), (18659,57972,'kill_backpack_1h_wand_parry_forehand',1190), (18660,57973,'kill_backpack_1h_wand_parry_thrust',1190), (18661,57974,'kill_backpack_1h_wand_strafe_left',1190), (18662,57975,'kill_backpack_1h_wand_strafe_right',1190), (18663,57976,'kill_backpack_1h_wand_walk',1190), (18664,57977,'kill_backpack_2h_sword_attack',1190), (18665,57978,'kill_backpack_2h_sword_attack01',1190), (18666,57979,'kill_backpack_2h_sword_attack02',1190), (18667,57980,'kill_backpack_2h_sword_attack03',1190), (18668,57981,'kill_backpack_2h_sword_attack_recoil',1190), (18669,57982,'kill_backpack_2h_sword_attack_recoil01',1190), (18670,57983,'kill_backpack_2h_sword_attack_recoil02',1190), (18671,57984,'kill_backpack_2h_sword_attack_recoil03',1190), (18672,57985,'kill_backpack_2h_sword_backup',1190), (18673,57986,'kill_backpack_2h_sword_charge_up',1190), (18674,57987,'kill_backpack_2h_sword_defensive_buff',1190), (18675,57988,'kill_backpack_2h_sword_dodge_backhand',1190), (18676,57989,'kill_backpack_2h_sword_dodge_down',1190), (18677,57990,'kill_backpack_2h_sword_dodge_forehand',1190), (18678,57991,'kill_backpack_2h_sword_dodge_thrust',1190), (18679,57992,'kill_backpack_2h_sword_enter',1190), (18680,57993,'kill_backpack_2h_sword_exit',1190), (18681,57994,'kill_backpack_2h_sword_feint',1190), (18682,57995,'kill_backpack_2h_sword_idle',1190), (18683,57996,'kill_backpack_2h_sword_kick',1190), (18684,57997,'kill_backpack_2h_sword_offensive_buff',1190), (18685,57998,'kill_backpack_2h_sword_ouch_backhand',1190), (18686,57999,'kill_backpack_2h_sword_ouch_down',1190), (18687,58000,'kill_backpack_2h_sword_ouch_forehand',1190), (18688,58001,'kill_backpack_2h_sword_ouch_thrust',1190), (18689,58002,'kill_backpack_2h_sword_parry_backhand',1190), (18690,58003,'kill_backpack_2h_sword_parry_down',1190), (18691,58004,'kill_backpack_2h_sword_parry_forehand',1190), (18692,58005,'kill_backpack_2h_sword_parry_thrust',1190), (18693,58006,'kill_backpack_2h_sword_strafe_left',1190), (18694,58007,'kill_backpack_2h_sword_strafe_right',1190), (18695,58008,'kill_backpack_2h_sword_super_buff',1190), (18696,58009,'kill_backpack_2h_sword_taunt',1190), (18697,58010,'kill_backpack_2h_sword_taunt_combat_art',1190), (18698,58011,'kill_backpack_2h_sword_walk',1190), (18699,58012,'kill_backpack_2h_sword_whirling_attack',1190), (18700,58013,'kill_backpack_2h_sword_wild_swing',1190), (18701,58014,'kill_backpack_alchemy_failure',1190), (18702,58015,'kill_backpack_alchemy_idle',1190), (18703,58016,'kill_backpack_alchemy_success',1190), (18704,58017,'kill_backpack_applaude',1190), (18705,58018,'kill_backpack_artificing_failure',1190), (18706,58019,'kill_backpack_artificing_idle',1190), (18707,58020,'kill_backpack_artificing_success',1190), (18708,58021,'kill_backpack_attack',1190), (18709,58022,'kill_backpack_bostaff_attack',1190), (18710,58023,'kill_backpack_bostaff_attack01',1190), (18711,58024,'kill_backpack_bostaff_attack02',1190), (18712,58025,'kill_backpack_bostaff_attack03',1190), (18713,58026,'kill_backpack_bostaff_attack_recoil',1190), (18714,58027,'kill_backpack_bostaff_attack_recoil01',1190), (18715,58028,'kill_backpack_bostaff_attack_recoil02',1190), (18716,58029,'kill_backpack_bostaff_attack_recoil03',1190), (18717,58030,'kill_backpack_bostaff_backup',1190), (18718,58031,'kill_backpack_bostaff_charge_up',1190), (18719,58032,'kill_backpack_bostaff_defensive_buff',1190), (18720,58033,'kill_backpack_bostaff_dodge_backhand',1190), (18721,58034,'kill_backpack_bostaff_dodge_down',1190), (18722,58035,'kill_backpack_bostaff_dodge_forehand',1190), (18723,58036,'kill_backpack_bostaff_dodge_thrust',1190), (18724,58037,'kill_backpack_bostaff_enter',1190), (18725,58038,'kill_backpack_bostaff_exit',1190), (18726,58039,'kill_backpack_bostaff_feint',1190), (18727,58040,'kill_backpack_bostaff_idle',1190), (18728,58041,'kill_backpack_bostaff_kick',1190), (18729,58042,'kill_backpack_bostaff_knockdowntoknees',1190), (18730,58043,'kill_backpack_bostaff_knockedtoback',1190), (18731,58044,'kill_backpack_bostaff_knockedtoback_getup',1190), (18732,58045,'kill_backpack_bostaff_offensive_buff',1190), (18733,58046,'kill_backpack_bostaff_ouch_backhand',1190), (18734,58047,'kill_backpack_bostaff_ouch_down',1190), (18735,58048,'kill_backpack_bostaff_ouch_forehand',1190), (18736,58049,'kill_backpack_bostaff_ouch_thrust',1190), (18737,58050,'kill_backpack_bostaff_parry_backhand',1190), (18738,58051,'kill_backpack_bostaff_parry_down',1190), (18739,58052,'kill_backpack_bostaff_parry_forehand',1190), (18740,58053,'kill_backpack_bostaff_parry_thrust',1190), (18741,58054,'kill_backpack_bostaff_strafe_left',1190), (18742,58055,'kill_backpack_bostaff_strafe_right',1190), (18743,58056,'kill_backpack_bostaff_super_buff',1190), (18744,58057,'kill_backpack_bostaff_taunt_combat_art',1190), (18745,58058,'kill_backpack_bostaff_walk',1190), (18746,58059,'kill_backpack_bostaff_whirling_attack',1190), (18747,58060,'kill_backpack_bostaff_wild_swing',1190), (18748,58061,'kill_backpack_bow_aim_down',1190), (18749,58062,'kill_backpack_bow_aim_up',1190), (18750,58063,'kill_backpack_bow_attack',1190), (18751,58064,'kill_backpack_bow_attack_2x',1190), (18752,58065,'kill_backpack_bow_backup',1190), (18753,58066,'kill_backpack_bow_dodge_backhand',1190), (18754,58067,'kill_backpack_bow_dodge_down',1190), (18755,58068,'kill_backpack_bow_dodge_forehand',1190), (18756,58069,'kill_backpack_bow_dodge_thrust',1190), (18757,58070,'kill_backpack_bow_enter',1190), (18758,58071,'kill_backpack_bow_exit',1190), (18759,58072,'kill_backpack_bow_idle',1190), (18760,58073,'kill_backpack_bow_knockdowntoknees',1190), (18761,58074,'kill_backpack_bow_knockedtoback',1190), (18762,58075,'kill_backpack_bow_knockedtoback_getup',1190), (18763,58076,'kill_backpack_bow_ouch_backhand',1190), (18764,58077,'kill_backpack_bow_ouch_down',1190), (18765,58078,'kill_backpack_bow_ouch_forehand',1190), (18766,58079,'kill_backpack_bow_ouch_thrust',1190), (18767,58080,'kill_backpack_bow_strafe_left',1190), (18768,58081,'kill_backpack_bow_strafe_right',1190), (18769,58082,'kill_backpack_bow_walk',1190), (18770,58083,'kill_backpack_cast_aoe_beneficial_end',1190), (18771,58084,'kill_backpack_cast_aoe_beneficial_loop',1190), (18772,58085,'kill_backpack_cast_aoe_beneficial_start',1190), (18773,58086,'kill_backpack_charge',1190), (18774,58087,'kill_backpack_charge_up',1190), (18775,58088,'kill_backpack_chop_ground_digging',1190), (18776,58089,'kill_backpack_chop_ground_success',1190), (18777,58090,'kill_backpack_climbing_backup',1190), (18778,58091,'kill_backpack_climbing_enter_down',1190), (18779,58092,'kill_backpack_climbing_enter_down_root',1190), (18780,58093,'kill_backpack_climbing_exit_up',1190), (18781,58094,'kill_backpack_climbing_exit_up_root',1190), (18782,58095,'kill_backpack_climbing_idle',1190), (18783,58096,'kill_backpack_climbing_idle01',1190), (18784,58097,'kill_backpack_climbing_ouch',1190), (18785,58098,'kill_backpack_climbing_strafe_left',1190), (18786,58099,'kill_backpack_climbing_strafe_right',1190), (18787,58100,'kill_backpack_climbing_walk',1190), (18788,58101,'kill_backpack_combat_backup_run',1190), (18789,58102,'kill_backpack_combat_run',1190), (18790,58103,'kill_backpack_combat_strafe_left_run',1190), (18791,58104,'kill_backpack_combat_strafe_right_run',1190), (18792,58105,'kill_backpack_cooking_failure',1190), (18793,58106,'kill_backpack_cooking_idle',1190), (18794,58107,'kill_backpack_cooking_success',1190), (18795,58108,'kill_backpack_crouch_backup',1190), (18796,58109,'kill_backpack_crouch_enter',1190), (18797,58110,'kill_backpack_crouch_exit',1190), (18798,58111,'kill_backpack_crouch_idle',1190), (18799,58112,'kill_backpack_crouch_strafe_left',1190), (18800,58113,'kill_backpack_crouch_strafe_right',1190), (18801,58114,'kill_backpack_crouch_turn_left',1190), (18802,58115,'kill_backpack_crouch_turn_right',1190), (18803,58116,'kill_backpack_crouch_walk',1190), (18804,58117,'kill_backpack_cry',1190), (18805,58118,'kill_backpack_dance',1190), (18806,58119,'kill_backpack_dead',1190), (18807,58120,'kill_backpack_dead_enter',1190), (18808,58121,'kill_backpack_defensive_buff',1190), (18809,58122,'kill_backpack_drink_chug',1190), (18810,58123,'kill_backpack_drinking_failure',1190), (18811,58124,'kill_backpack_drinking_idle',1190), (18812,58125,'kill_backpack_drinking_success',1190), (18813,58126,'kill_backpack_dual_wield_attack',1190), (18814,58127,'kill_backpack_dual_wield_attack01',1190), (18815,58128,'kill_backpack_dual_wield_attack02',1190), (18816,58129,'kill_backpack_dual_wield_attack03',1190), (18817,58130,'kill_backpack_dual_wield_attack_recoil',1190), (18818,58131,'kill_backpack_dual_wield_attack_recoil01',1190), (18819,58132,'kill_backpack_dual_wield_attack_recoil02',1190), (18820,58133,'kill_backpack_dual_wield_attack_recoil03',1190), (18821,58134,'kill_backpack_dual_wield_backup',1190), (18822,58135,'kill_backpack_dual_wield_defensive_buff',1190), (18823,58136,'kill_backpack_dual_wield_dodge_backhand',1190), (18824,58137,'kill_backpack_dual_wield_dodge_down',1190), (18825,58138,'kill_backpack_dual_wield_dodge_forehand',1190), (18826,58139,'kill_backpack_dual_wield_dodge_thrust',1190), (18827,58140,'kill_backpack_dual_wield_enter',1190), (18828,58141,'kill_backpack_dual_wield_exit',1190), (18829,58142,'kill_backpack_dual_wield_feint',1190), (18830,58143,'kill_backpack_dual_wield_idle',1190), (18831,58144,'kill_backpack_dual_wield_kick',1190), (18832,58145,'kill_backpack_dual_wield_knockdowntoknees',1190), (18833,58146,'kill_backpack_dual_wield_knockedtoback',1190), (18834,58147,'kill_backpack_dual_wield_knockedtoback_getup',1190), (18835,58148,'kill_backpack_dual_wield_offensive_buff',1190), (18836,58149,'kill_backpack_dual_wield_ouch_backhand',1190), (18837,58150,'kill_backpack_dual_wield_ouch_down',1190), (18838,58151,'kill_backpack_dual_wield_ouch_forehand',1190), (18839,58152,'kill_backpack_dual_wield_ouch_thrust',1190), (18840,58153,'kill_backpack_dual_wield_parry_backhand',1190), (18841,58154,'kill_backpack_dual_wield_parry_down',1190), (18842,58155,'kill_backpack_dual_wield_parry_forehand',1190), (18843,58156,'kill_backpack_dual_wield_parry_thrust',1190), (18844,58157,'kill_backpack_dual_wield_strafe_left',1190), (18845,58158,'kill_backpack_dual_wield_strafe_right',1190), (18846,58159,'kill_backpack_dual_wield_super_buff',1190), (18847,58160,'kill_backpack_dual_wield_taunt_combat_art',1190), (18848,58161,'kill_backpack_dual_wield_walk',1190), (18849,58162,'kill_backpack_dual_wield_whirling_attack',1190), (18850,58163,'kill_backpack_dual_wield_wild_swing',1190), (18851,58164,'kill_backpack_fall_moving',1190), (18852,58165,'kill_backpack_feint',1190), (18853,58166,'kill_backpack_fishing_cast',1190), (18854,58167,'kill_backpack_fishing_fight',1190), (18855,58168,'kill_backpack_fishing_reel_in',1190), (18856,58169,'kill_backpack_flirt',1190), (18857,58170,'kill_backpack_forestry_chopping',1190), (18858,58171,'kill_backpack_forestry_success',1190), (18859,58172,'kill_backpack_gag',1190), (18860,58173,'kill_backpack_gathering_end',1190), (18861,58174,'kill_backpack_gathering_loop',1190), (18862,58175,'kill_backpack_gathering_search',1190), (18863,58176,'kill_backpack_gathering_start',1190), (18864,58177,'kill_backpack_gathering_success',1190), (18865,58178,'kill_backpack_ghost_idle',1190), (18866,58179,'kill_backpack_giggle',1190), (18867,58180,'kill_backpack_glare',1190), (18868,58181,'kill_backpack_hearnoevil',1190), (18869,58182,'kill_backpack_heartattack',1190), (18870,58183,'kill_backpack_hover_idle',1190), (18871,58184,'kill_backpack_jump_moving',1190), (18872,58185,'kill_backpack_kick',1190), (18873,58186,'kill_backpack_knockdown_attack',1190), (18874,58187,'kill_backpack_knockdowntoknees',1190), (18875,58188,'kill_backpack_knockedtoback',1190), (18876,58189,'kill_backpack_knockedtoback_getup',1190), (18877,58190,'kill_backpack_knockedtoback_onbackidle',1190), (18878,58191,'kill_backpack_leatherworking_failure',1190), (18879,58192,'kill_backpack_leatherworking_idle',1190), (18880,58193,'kill_backpack_leatherworking_success',1190), (18881,58194,'kill_backpack_left_hand_fist',1190), (18882,58195,'kill_backpack_left_hand_relaxed',1190), (18883,58196,'kill_backpack_listen',1190), (18884,58197,'kill_backpack_long_fall_moving',1190), (18885,58198,'kill_backpack_metalworking_failure',1190), (18886,58199,'kill_backpack_metalworking_idle',1190), (18887,58200,'kill_backpack_metalworking_success',1190), (18888,58201,'kill_backpack_mining_digging',1190), (18889,58202,'kill_backpack_mining_success',1190), (18890,58203,'kill_backpack_monk_attack',1190), (18891,58204,'kill_backpack_monk_attack01',1190), (18892,58205,'kill_backpack_monk_attack02',1190), (18893,58206,'kill_backpack_monk_attack03',1190), (18894,58207,'kill_backpack_monk_attack_recoil',1190), (18895,58208,'kill_backpack_monk_attack_recoil01',1190), (18896,58209,'kill_backpack_monk_attack_recoil02',1190), (18897,58210,'kill_backpack_monk_attack_recoil03',1190), (18898,58211,'kill_backpack_monk_backup',1190), (18899,58212,'kill_backpack_monk_charge_up',1190), (18900,58213,'kill_backpack_monk_defensive_buff',1190), (18901,58214,'kill_backpack_monk_dodge_backhand',1190), (18902,58215,'kill_backpack_monk_dodge_down',1190), (18903,58216,'kill_backpack_monk_dodge_forehand',1190), (18904,58217,'kill_backpack_monk_dodge_thrust',1190), (18905,58218,'kill_backpack_monk_enter',1190), (18906,58219,'kill_backpack_monk_exit',1190), (18907,58220,'kill_backpack_monk_feint',1190), (18908,58221,'kill_backpack_monk_idle',1190), (18909,58222,'kill_backpack_monk_kick',1190), (18910,58223,'kill_backpack_monk_kick_flying',1190), (18911,58224,'kill_backpack_monk_kick_spin',1190), (18912,58225,'kill_backpack_monk_knockdowntoknees',1190), (18913,58226,'kill_backpack_monk_knockedtoback',1190), (18914,58227,'kill_backpack_monk_knockedtoback_getup',1190), (18915,58228,'kill_backpack_monk_offensive_buff',1190), (18916,58229,'kill_backpack_monk_offensive_buff_short',1190), (18917,58230,'kill_backpack_monk_ouch_backhand',1190), (18918,58231,'kill_backpack_monk_ouch_down',1190), (18919,58232,'kill_backpack_monk_ouch_forehand',1190), (18920,58233,'kill_backpack_monk_ouch_thrust',1190), (18921,58234,'kill_backpack_monk_parry_backhand',1190), (18922,58235,'kill_backpack_monk_parry_down',1190), (18923,58236,'kill_backpack_monk_parry_forehand',1190), (18924,58237,'kill_backpack_monk_parry_thrust',1190), (18925,58238,'kill_backpack_monk_strafe_left',1190), (18926,58239,'kill_backpack_monk_strafe_right',1190), (18927,58240,'kill_backpack_monk_super_buff',1190), (18928,58241,'kill_backpack_monk_taunt_combat_art',1190), (18929,58242,'kill_backpack_monk_walk',1190), (18930,58243,'kill_backpack_monk_whirling_attack',1190), (18931,58244,'kill_backpack_monk_wild_swing',1190), (18932,58245,'kill_backpack_offensive_buff',1190), (18933,58246,'kill_backpack_ouch',1190), (18934,58247,'kill_backpack_pike_attack',1190), (18935,58248,'kill_backpack_pike_attack01',1190), (18936,58249,'kill_backpack_pike_attack02',1190), (18937,58250,'kill_backpack_pike_attack03',1190), (18938,58251,'kill_backpack_pike_attack_recoil',1190), (18939,58252,'kill_backpack_pike_attack_recoil01',1190), (18940,58253,'kill_backpack_pike_attack_recoil02',1190), (18941,58254,'kill_backpack_pike_attack_recoil03',1190), (18942,58255,'kill_backpack_pike_backup',1190), (18943,58256,'kill_backpack_pike_charge_up',1190), (18944,58257,'kill_backpack_pike_death_blow',1190), (18945,58258,'kill_backpack_pike_defensive_buff',1190), (18946,58259,'kill_backpack_pike_dodge_backhand',1190), (18947,58260,'kill_backpack_pike_dodge_down',1190), (18948,58261,'kill_backpack_pike_dodge_forehand',1190), (18949,58262,'kill_backpack_pike_dodge_thrust',1190), (18950,58263,'kill_backpack_pike_enter',1190), (18951,58264,'kill_backpack_pike_exit',1190), (18952,58265,'kill_backpack_pike_feint',1190), (18953,58266,'kill_backpack_pike_idle',1190), (18954,58267,'kill_backpack_pike_kick',1190), (18955,58268,'kill_backpack_pike_knockdowntoknees',1190), (18956,58269,'kill_backpack_pike_knockedtoback',1190), (18957,58270,'kill_backpack_pike_knockedtoback_getup',1190), (18958,58271,'kill_backpack_pike_offensive_buff',1190), (18959,58272,'kill_backpack_pike_ouch_backhand',1190), (18960,58273,'kill_backpack_pike_ouch_down',1190), (18961,58274,'kill_backpack_pike_ouch_forehand',1190), (18962,58275,'kill_backpack_pike_ouch_thrust',1190), (18963,58276,'kill_backpack_pike_parry_backhand',1190), (18964,58277,'kill_backpack_pike_parry_down',1190), (18965,58278,'kill_backpack_pike_parry_forehand',1190), (18966,58279,'kill_backpack_pike_parry_thrust',1190), (18967,58280,'kill_backpack_pike_strafe_left',1190), (18968,58281,'kill_backpack_pike_strafe_right',1190), (18969,58282,'kill_backpack_pike_super_buff',1190), (18970,58283,'kill_backpack_pike_taunt',1190), (18971,58284,'kill_backpack_pike_walk',1190), (18972,58285,'kill_backpack_pike_whirling_attack',1190), (18973,58286,'kill_backpack_pike_wild_swing',1190), (18974,58287,'kill_backpack_ponder',1190), (18975,58288,'kill_backpack_pugilist_attack',1190), (18976,58289,'kill_backpack_pugilist_attack01',1190), (18977,58290,'kill_backpack_pugilist_attack02',1190), (18978,58291,'kill_backpack_pugilist_attack03',1190), (18979,58292,'kill_backpack_pugilist_attack_recoil',1190), (18980,58293,'kill_backpack_pugilist_attack_recoil01',1190), (18981,58294,'kill_backpack_pugilist_attack_recoil02',1190), (18982,58295,'kill_backpack_pugilist_attack_recoil03',1190), (18983,58296,'kill_backpack_pugilist_backup',1190), (18984,58297,'kill_backpack_pugilist_charge_up',1190), (18985,58298,'kill_backpack_pugilist_defensive_buff',1190), (18986,58299,'kill_backpack_pugilist_dodge_backhand',1190), (18987,58300,'kill_backpack_pugilist_dodge_down',1190), (18988,58301,'kill_backpack_pugilist_dodge_forehand',1190), (18989,58302,'kill_backpack_pugilist_dodge_thrust',1190), (18990,58303,'kill_backpack_pugilist_enter',1190), (18991,58304,'kill_backpack_pugilist_exit',1190), (18992,58305,'kill_backpack_pugilist_feint',1190), (18993,58306,'kill_backpack_pugilist_idle',1190), (18994,58307,'kill_backpack_pugilist_kick',1190), (18995,58308,'kill_backpack_pugilist_knockdowntoknees',1190), (18996,58309,'kill_backpack_pugilist_knockedtoback',1190), (18997,58310,'kill_backpack_pugilist_knockedtoback_getup',1190), (18998,58311,'kill_backpack_pugilist_offensive_buff',1190), (18999,58312,'kill_backpack_pugilist_ouch_backhand',1190), (19000,58313,'kill_backpack_pugilist_ouch_down',1190), (19001,58314,'kill_backpack_pugilist_ouch_forehand',1190), (19002,58315,'kill_backpack_pugilist_ouch_thrust',1190), (19003,58316,'kill_backpack_pugilist_parry_backhand',1190), (19004,58317,'kill_backpack_pugilist_parry_down',1190), (19005,58318,'kill_backpack_pugilist_parry_forehand',1190), (19006,58319,'kill_backpack_pugilist_parry_thrust',1190), (19007,58320,'kill_backpack_pugilist_strafe_left',1190), (19008,58321,'kill_backpack_pugilist_strafe_right',1190), (19009,58322,'kill_backpack_pugilist_super_buff',1190), (19010,58323,'kill_backpack_pugilist_taunt',1190), (19011,58324,'kill_backpack_pugilist_walk',1190), (19012,58325,'kill_backpack_pugilist_whirling_attack',1190), (19013,58326,'kill_backpack_pugilist_wild_swing',1190), (19014,58327,'kill_backpack_resurrect',1190), (19015,58328,'kill_backpack_right_hand_fist',1190), (19016,58329,'kill_backpack_right_hand_relaxed',1190), (19017,58330,'kill_backpack_rude',1190), (19018,58331,'kill_backpack_sad',1190), (19019,58332,'kill_backpack_salute_freeport',1190), (19020,58333,'kill_backpack_scheme',1190), (19021,58334,'kill_backpack_scratch',1190), (19022,58335,'kill_backpack_scribing_idle',1190), (19023,58336,'kill_backpack_seenoevil',1190), (19024,58337,'kill_backpack_shame',1190), (19025,58338,'kill_backpack_shield_block_backhand',1190), (19026,58339,'kill_backpack_shield_block_down',1190), (19027,58340,'kill_backpack_shield_block_forehand',1190), (19028,58341,'kill_backpack_shield_block_thrust',1190), (19029,58342,'kill_backpack_shield_shove',1190), (19030,58343,'kill_backpack_shiver',1190), (19031,58344,'kill_backpack_sit_drink',1190), (19032,58345,'kill_backpack_sit_enter',1190), (19033,58346,'kill_backpack_sit_exit',1190), (19034,58347,'kill_backpack_sit_idle',1190), (19035,58348,'kill_backpack_sneeze',1190), (19036,58349,'kill_backpack_sniff',1190), (19037,58350,'kill_backpack_speaknoevil',1190), (19038,58351,'kill_backpack_square',1190), (19039,58352,'kill_backpack_stinky',1190), (19040,58353,'kill_backpack_sulk',1190), (19041,58354,'kill_backpack_super_buff',1190), (19042,58355,'kill_backpack_swim_attack',1190), (19043,58356,'kill_backpack_swim_backup',1190), (19044,58357,'kill_backpack_swim_idle',1190), (19045,58358,'kill_backpack_swim_ouch',1190), (19046,58359,'kill_backpack_swim_walk',1190), (19047,58360,'kill_backpack_tail',1190), (19048,58361,'kill_backpack_tailoring_failure',1190), (19049,58362,'kill_backpack_tailoring_idle',1190), (19050,58363,'kill_backpack_tailoring_success',1190), (19051,58364,'kill_backpack_tapfoot',1190), (19052,58365,'kill_backpack_taunt_combat_art',1190), (19053,58366,'kill_backpack_threaten',1190), (19054,58367,'kill_backpack_untrained_attack',1190), (19055,58368,'kill_backpack_untrained_backup',1190), (19056,58369,'kill_backpack_untrained_dodge',1190), (19057,58370,'kill_backpack_untrained_dodge01',1190), (19058,58371,'kill_backpack_untrained_dodge02',1190), (19059,58372,'kill_backpack_untrained_idle',1190), (19060,58373,'kill_backpack_untrained_ouch',1190), (19061,58374,'kill_backpack_untrained_ouch01',1190), (19062,58375,'kill_backpack_untrained_parry',1190), (19063,58376,'kill_backpack_untrained_recoil',1190), (19064,58377,'kill_backpack_untrained_strafe_left',1190), (19065,58378,'kill_backpack_untrained_strafe_right',1190), (19066,58379,'kill_backpack_untrained_walk',1190), (19067,58380,'kill_backpack_whirling_attack',1190), (19068,58381,'kill_backpack_whistle',1190), (19069,58382,'kill_backpack_wild_swing',1190), (19070,58383,'kill_backpack_wild_swing_recoilmax',1190), (19071,58384,'kill_backpack_woodworking_failure',1190), (19072,58385,'kill_backpack_woodworking_idle',1190), (19073,58386,'kill_backpack_woodworking_success',1190), (19074,58387,'kill_backpack_worship_idle',1190), (19075,58388,'kill_backpack_yeah',1190), (19076,58391,'kill_attachment',1190), (19077,58392,'kill_cast_gather_flowers',1190), (19078,58398,'kill_jump_punch',1190), (19079,58399,'kill_result_flowers_spew',1190), (19080,58402,'kill_attack_spit',1190), (19081,58405,'kill_cast_rocky_uprising',1190), (19082,58408,'kill_flurry_kick',1190), (19083,58413,'kill_cast_raptor_claws',1190), (19084,58417,'kill_result_raptor_spit_p2p',1190), (19085,58418,'kill_2h_twirl',1190), (19086,58421,'kill__idle01',1190), (19087,58422,'kill__idle02',1190), (19088,58423,'kill_cast01_enter',1190), (19089,58424,'kill_cast01_exit',1190), (19090,58425,'kill_cast01_idle',1190), (19091,58426,'kill_cast02_enter',1190), (19092,58427,'kill_cast02_exit',1190), (19093,58428,'kill_cast02_idle',1190), (19094,58434,'kill_pike_twirl',1190), (19095,58453,'kill_sound_buff_02',1190), (19096,58456,'kill_attack_flame',1190), (19097,58461,'kill_injured_idle',1190), (19098,58481,'kill_snd_wing_flap',1190), (19099,58482,'kill_2h_cast_enter',1190), (19100,58483,'kill_2h_cast_exit',1190), (19101,58484,'kill_2h_cast_idle',1190), (19102,58496,'kill_snd_fs',1190), (19103,58497,'kill_snd_jump_whoosh',1190), (19104,58500,'kill_cast_belly_flop',1190), (19105,58503,'kill_cast_rocky_blast',1190), (19106,58506,'kill_draconian_injured_idle',1190), (19107,58507,'kill_draconian_search_enter',1190), (19108,58508,'kill_draconian_search_exit',1190), (19109,58509,'kill_draconian_search_idle',1190), (19110,58511,'kill_result_lumpy_spit_p2p',1190), (19111,58518,'kill_design_illusion_fail',1190), (19112,58520,'kill_knocktoknees_exit',1190), (19113,58527,'kill_golem_fx_tubes',1190), (19114,58528,'kill_golem_summon_fx',1190), (19115,58532,'kill_snd_dbg_spawn',1190), (19116,58533,'kill_snd_death',1190), (19117,58536,'kill_snd_fs_l',1190), (19118,58537,'kill_snd_fs_r',1190), (19119,58538,'kill_snd_jump',1190), (19120,58540,'kill_snd_offensive_buff',1190), (19121,58554,'kill_snd_whirl_attk',1190), (19122,58555,'kill_sound_cast',1190), (19123,58562,'kill_drakota_run_glide',1190), (19124,58565,'kill_ice_cube_trail_lf',1190), (19125,58566,'kill_ice_cube_trail_lr',1190), (19126,58567,'kill_ice_cube_trail_rf',1190), (19127,58568,'kill_ice_cube_trail_rr',1190), (19128,58573,'kill_ice_cube_scratch',1190), (19129,58576,'kill_snd_charge_up',1190), (19130,58577,'kill_snd_1h_sword_attack',1190), (19131,58578,'kill_snd_1h_sword_attack01',1190), (19132,58579,'kill_snd_1h_sword_attack02',1190), (19133,58580,'kill_snd_1h_sword_attack03',1190), (19134,58581,'kill_snd_1h_sword_enter',1190), (19135,58582,'kill_snd_1h_sword_exit',1190), (19136,58584,'kill_snd_cast02_yell',1190), (19137,58585,'kill_snd_converse02',1190), (19138,58586,'kill_snd_dual_wield_attack',1190), (19139,58587,'kill_snd_dual_wield_attack01',1190), (19140,58588,'kill_snd_dual_wield_attack02',1190), (19141,58589,'kill_snd_dual_wield_attack03',1190), (19142,58594,'kill_snd_idle_02',1190), (19143,58601,'kill_cast_foot_vine_stomp',1190), (19144,58604,'kill_cast_thorn_circle',1190), (19145,58605,'kill_cast_thorn_clap',1190), (19146,58609,'kill_land_enter',1190), (19147,58610,'kill_land_exit',1190), (19148,58611,'kill_result_wl_root_grow_trap',1190), (19149,58614,'kill_snd_bf',1190), (19150,58633,'kill_snd_whirling_attack',1190), (19151,58634,'kill_snd_wild_swing',1190), (19152,58641,'kill_cast_eat_snowball',1190), (19153,58642,'kill_cast_frog_eat',1190), (19154,58647,'kill_eaten_angler',1190), (19155,58649,'kill_intro',1190), (19156,58657,'kill_snd_ouch',1190), (19157,58682,'kill_splash_fx',1190), (19158,58689,'kill_angler_mount_idle03',1190), (19159,58694,'kill_design_obelisk_broken',1190), (19160,58695,'kill_design_obelisk_repair1',1190), (19161,58706,'kill_design_obelisk_complete',1190), (19162,58707,'kill_design_obelisk_fixed',1190), (19163,58708,'kill_design_obelisk_repair2',1190), (19164,58709,'kill_float',1190), (19165,58711,'kill_sacrifice',1190), (19166,58718,'kill_attack_dive',1190), (19167,58723,'kill_design_obelisk_repair3',1190), (19168,58724,'kill_design_obelisk_repair4',1190), (19169,58731,'kill_attack_hug',1190), (19170,58732,'kill_attack_roar',1190), (19171,58733,'kill_cast_obelisk_rock_summon',1190), (19172,58734,'kill_cast_obelisk_wisps_summon',1190), (19173,58771,'kill_wing_bolts_fx',1190), (19174,58780,'kill_cast_sacrifice_disperse',1190), (19175,58781,'kill_cast_sacrifice_stab',1190), (19176,58784,'kill_design_sky_chokidai_summon',1190), (19177,58785,'kill_design_sky_drake_summon',1190), (19178,58786,'kill_design_sky_plant_summon',1190), (19179,58787,'kill_design_sky_raptor_summon',1190), (19180,58794,'kill_cast_eye_blast',1190), (19181,58799,'kill_design_skyward_comm_beam',1190), (19182,58800,'kill_fly_hover',1190), (19183,58801,'kill_ground_blast_fx',1190), (19184,58827,'kill_sound_teleport_in',1190), (19185,58835,'kill_wing_buffet_fx',1190), (19186,58842,'kill_breath_attack_ice',1190), (19187,58843,'kill_breath_attack_necro',1190), (19188,58850,'kill_attack05',1190), (19189,58853,'kill_cast_shadow_appear',1190), (19190,58854,'kill_cast_teleport_down_fx',1190), (19191,58857,'kill_fly_enter_idle',1190), (19192,58859,'kill_result_banish_fx',1190), (19193,58860,'kill_result_cage_cube',1190), (19194,58871,'kill_dontuse_fly_enter_idle',1190), (19195,58878,'kill_attack_arm',1190), (19196,58879,'kill_cast_druid_light_beams',1190), (19197,58882,'kill_cast_storm_light_parting',1190), (19198,58883,'kill_cast_storm_rain_lightning',1190), (19199,58889,'kill_snd_attack',1190), (19200,58890,'kill_snd_attack01',1190), (19201,58891,'kill_snd_attack02',1190), (19202,58892,'kill_snd_attack03',1190), (19203,58893,'kill_snd_attack_dive',1190), (19204,58894,'kill_snd_attack_hug',1190), (19205,58895,'kill_snd_cast',1190), (19206,58896,'kill_snd_cast_1',1190), (19207,58897,'kill_snd_combat_enter',1190), (19208,58898,'kill_snd_combat_idle01',1190), (19209,58899,'kill_snd_dead_enter',1190), (19210,58900,'kill_snd_defensive_buff',1190), (19211,58905,'kill_snd_fs_mud_01',1190), (19212,58906,'kill_snd_fs_mud_02',1190), (19213,58908,'kill_snd_run',1190), (19214,58919,'kill_design_target_aoe_green',1190), (19215,58920,'kill_design_target_aoe_purple',1190), (19216,58927,'kill_aa_bar_heal',1190), (19217,58928,'kill_aa_blood_burst',1190), (19218,58929,'kill_aa_blood_lust',1190), (19219,58930,'kill_aa_bubble_shield',1190), (19220,58931,'kill_aa_bubble_shield_in',1190), (19221,58932,'kill_aa_cloud_blast',1190), (19222,58933,'kill_aa_cloud_buff_out',1190), (19223,58934,'kill_aa_cloud_ring_burst',1190), (19224,58935,'kill_aa_cold_blast',1190), (19225,58936,'kill_aa_cyclone',1190), (19226,58937,'kill_aa_dark_cyclone',1190), (19227,58938,'kill_aa_dark_ring_vanish',1190), (19228,58939,'kill_aa_divine_hit',1190), (19229,58940,'kill_aa_fire_column',1190), (19230,58941,'kill_aa_flurry_daggers',1190), (19231,58942,'kill_aa_forced_shader_burst',1190), (19232,58943,'kill_aa_glow_eyes',1190), (19233,58944,'kill_aa_hand_buff',1190), (19234,58945,'kill_aa_hand_cross_dark',1190), (19235,58946,'kill_aa_hand_dark_rings',1190), (19236,58947,'kill_aa_hand_flare',1190), (19237,58948,'kill_aa_hand_leaf',1190), (19238,58949,'kill_aa_hand_pattern',1190), (19239,58950,'kill_aa_hand_runes',1190), (19240,58951,'kill_aa_hand_sparkles',1190), (19241,58952,'kill_aa_hand_sparkles_dark',1190), (19242,58953,'kill_aa_hand_sparks',1190), (19243,58954,'kill_aa_hand_stars',1190), (19244,58955,'kill_aa_hand_stars_dark',1190), (19245,58956,'kill_aa_head_halo',1190), (19246,58957,'kill_aa_heal_hands_blast',1190), (19247,58958,'kill_aa_ice_comet',1190), (19248,58959,'kill_aa_ice_comet_shower',1190), (19249,58960,'kill_aa_light_ward',1190), (19250,58961,'kill_aa_lightning_bolt',1190), (19251,58962,'kill_aa_massive_hit',1190), (19252,58963,'kill_aa_music_beam_p2p',1190), (19253,58964,'kill_aa_plasma_hit',1190), (19254,58965,'kill_aa_poison_spore_p2p',1190), (19255,58966,'kill_aa_radiant_glow',1190), (19256,58967,'kill_aa_rune_buff_brawler',1190), (19257,58968,'kill_aa_rune_drop_base',1190), (19258,58969,'kill_aa_rune_forward',1190), (19259,58970,'kill_aa_rune_in_buff',1190), (19260,58971,'kill_aa_rune_rise_base',1190), (19261,58972,'kill_aa_rune_rise_buff',1190), (19262,58973,'kill_aa_shimmer_arrow_p2p',1190), (19263,58974,'kill_aa_snow_tempest',1190), (19264,58975,'kill_aa_sound_rings_head',1190), (19265,58976,'kill_aa_sparkle_trail_weapon_blend',1190), (19266,58977,'kill_aa_spirit_growing',1190), (19267,58978,'kill_aa_spirit_swirl_shield',1190), (19268,58979,'kill_aa_swirly_heal',1190), (19269,58984,'kill_gather_enter',1190), (19270,58985,'kill_gather_exit',1190), (19271,58986,'kill_gather_idle',1190), (19272,59019,'kill_tough_idle',1190), (19273,59020,'kill_tough_idle_enter',1190), (19274,59021,'kill_tough_idle_exit',1190), (19275,59028,'kill_cast_armament_buff',1190), (19276,59029,'kill_cast_ember_breath',1190), (19277,59036,'kill_cast_burrow_dust_fx',1190), (19278,59041,'kill_design_target_aoe_yellow',1190), (19279,59043,'kill_result_ember_fire_engulfed',1190), (19280,59044,'kill_result_explode',1190), (19281,59045,'kill_result_queen_bug_spit_p2p',1190), (19282,59048,'kill_snd_doz_attack',1190), (19283,59049,'kill_snd_doz_attack_01',1190), (19284,59050,'kill_snd_doz_attack_02',1190), (19285,59051,'kill_snd_doz_attack_03',1190), (19286,59052,'kill_snd_doz_cast',1190), (19287,59053,'kill_snd_doz_combat_enter',1190), (19288,59054,'kill_snd_doz_death',1190), (19289,59055,'kill_snd_doz_dodge',1190), (19290,59056,'kill_snd_doz_flyin_01',1190), (19291,59057,'kill_snd_doz_flyin_land',1190), (19292,59058,'kill_snd_doz_kick',1190), (19293,59059,'kill_snd_doz_knocktoknees',1190), (19294,59060,'kill_snd_doz_ouch',1190), (19295,59061,'kill_snd_doz_roar_01',1190), (19296,59062,'kill_snd_doz_shieldshove',1190), (19297,59063,'kill_snd_doz_whirl_attack',1190), (19298,59064,'kill_snd_doz_wildswing',1190), (19299,59071,'kill_cast_hand_fire_trails',1190), (19300,59074,'kill_cast_wing_blast',1190), (19301,59081,'kill_cast_pillar_spin',1190), (19302,59093,'kill_prestige_point_acquired',1190), (19303,59094,'kill_result_vaporize',1190), (19304,59103,'kill_cast_tail_fx',1190), (19305,59110,'kill__dodge_backhand',1190), (19306,59111,'kill__dodge_down',1190), (19307,59112,'kill__dodge_forehand',1190), (19308,59113,'kill__dodge_thrust',1190), (19309,59114,'kill__knockeddowntoknees',1190), (19310,59115,'kill__knockedtoback',1190), (19311,59116,'kill__knockedtoback_getup',1190), (19312,59117,'kill__knockedtoback_onbackidle',1190), (19313,59118,'kill__ouch',1190), (19314,59119,'kill__ouch_backhand',1190), (19315,59120,'kill__ouch_down',1190), (19316,59121,'kill__ouch_forehand',1190), (19317,59122,'kill__ouch_thrust',1190), (19318,59123,'kill_cast_magic_breath',1190), (19319,59124,'kill_cast_noxious_breath',1190), (19320,59126,'kill_cast_prestige_fx',1190), (19321,59133,'kill_cast_fire_blast',1190), (19322,59139,'kill_result_dark_vaporize',1190), (19323,59140,'kill_result_time_warp',1190), (19324,59151,'kill_gathering_tail_cloak',1190), (19325,59158,'kill_cast_belly_blast',1190), (19326,59159,'kill_cast_dark_shout',1190), (19327,59160,'kill_cast_debris',1190), (19328,59161,'kill_cast_fire_breath',1190), (19329,59164,'kill_cast_sonic_blast',1190), (19330,59165,'kill_ch',1190), (19331,59168,'kill_eyes rotate down',1190), (19332,59169,'kill_eyes rotate left',1190), (19333,59170,'kill_eyes rotate right',1190), (19334,59171,'kill_eyes rotate up',1190), (19335,59173,'kill_jaw rotate y max',1190), (19336,59174,'kill_jaw rotate y min',1190), (19337,59175,'kill_jaw rotate z max',1190), (19338,59176,'kill_jaw rotate z min',1190), (19339,59177,'kill_left blink',1190), (19340,59178,'kill_left brow down',1190), (19341,59179,'kill_left brow up',1190), (19342,59180,'kill_left eye wide',1190), (19343,59181,'kill_left frown',1190), (19344,59182,'kill_lower lip roll in',1190), (19345,59183,'kill_lower lip roll out',1190), (19346,59184,'kill_mbp',1190), (19347,59185,'kill_mid brows down',1190), (19348,59186,'kill_mid brows up',1190), (19349,59187,'kill_mouth down',1190), (19350,59188,'kill_mouth open',1190), (19351,59189,'kill_mouth up',1190), (19352,59190,'kill_normal fv',1190), (19353,59191,'kill_oo tight',1190), (19354,59192,'kill_right blink',1190), (19355,59193,'kill_right brow down',1190), (19356,59194,'kill_right brow up',1190), (19357,59195,'kill_right eye wide',1190), (19358,59196,'kill_right frown',1190), (19359,59197,'kill_scrunch left',1190), (19360,59198,'kill_scrunch right',1190), (19361,59200,'kill_smile left',1190), (19362,59201,'kill_smile right',1190), (19363,59232,'kill_upper lip left up',1190), (19364,59233,'kill_upper lip right up',1190), (19365,59234,'kill_upper lip roll in',1190), (19366,59235,'kill_upper lip roll out',1190), (19367,59242,'kill_base_rest',1190), (19368,59243,'kill_cast_flaming_wings',1190), (19369,59248,'kill_eyes_rotate_down',1190), (19370,59249,'kill_eyes_rotate_left',1190), (19371,59250,'kill_eyes_rotate_right',1190), (19372,59251,'kill_eyes_rotate_up',1190), (19373,59253,'kill_jaw_rotate_y_max',1190), (19374,59254,'kill_jaw_rotate_y_min',1190), (19375,59255,'kill_jaw_rotate_z_max',1190), (19376,59256,'kill_jaw_rotate_z_min',1190), (19377,59257,'kill_left_blink',1190), (19378,59258,'kill_left_brow_down',1190), (19379,59259,'kill_left_brow_up',1190), (19380,59260,'kill_left_eye_wide',1190), (19381,59261,'kill_left_frown',1190), (19382,59262,'kill_mid_brows_down',1190), (19383,59263,'kill_mid_brows_up',1190), (19384,59264,'kill_mouth_down',1190), (19385,59265,'kill_mouth_open',1190), (19386,59266,'kill_mouth_up',1190), (19387,59267,'kill_normalfv',1190), (19388,59268,'kill_oo_tight',1190), (19389,59269,'kill_right_blink',1190), (19390,59270,'kill_right_brow_down',1190), (19391,59271,'kill_right_brow_up',1190), (19392,59272,'kill_right_eye_wide',1190), (19393,59273,'kill_right_frown',1190), (19394,59274,'kill_scrunch_left',1190), (19395,59275,'kill_scrunch_right',1190), (19396,59277,'kill_smile_big_left',1190), (19397,59278,'kill_smile_big_right',1190), (19398,59309,'kill_upper_lip_left_up',1190), (19399,59310,'kill_upper_lip_right_up',1190), (19400,59325,'kill_snd_doz_big_whoosh',1190), (19401,59326,'kill_snd_doz_big_whoosh_02',1190), (19402,59333,'kill_aa_notes_blast',1190), (19403,59334,'kill_aa_stabbing_blades',1190), (19404,59348,'kill_snd_lumpy_1h_sword_attack01',1190), (19405,59349,'kill_snd_lumpy_attack',1190), (19406,59350,'kill_snd_lumpy_attack_01',1190), (19407,59351,'kill_snd_lumpy_attack_02',1190), (19408,59352,'kill_snd_lumpy_attack_03',1190), (19409,59353,'kill_snd_lumpy_attack_bite',1190), (19410,59354,'kill_snd_lumpy_attack_bites',1190), (19411,59355,'kill_snd_lumpy_attack_breath',1190), (19412,59356,'kill_snd_lumpy_attack_shuffle',1190), (19413,59357,'kill_snd_lumpy_attack_slam',1190), (19414,59358,'kill_snd_lumpy_attack_tail',1190), (19415,59359,'kill_snd_lumpy_cast_1',1190), (19416,59360,'kill_snd_lumpy_combat_enter',1190), (19417,59361,'kill_snd_lumpy_dead_enter',1190), (19418,59362,'kill_snd_lumpy_roll',1190), (19419,59395,'kill_sound_attack_flame',1190), (19420,59396,'kill_sound_attack_tail',1190), (19421,59397,'kill_sound_bites',1190), (19422,59398,'kill_sound_defensive_buff',1190), (19423,59402,'kill_sound_idle_01',1190), (19424,59417,'kill_snd_attack04',1190), (19425,59422,'kill_snd_fs_mud',1190), (19426,59424,'kill_snd_mud_elem_attack',1190), (19427,59425,'kill_snd_mud_elem_attack01',1190), (19428,59426,'kill_snd_mud_elem_attack02',1190), (19429,59427,'kill_snd_mud_elem_chargeup',1190), (19430,59428,'kill_snd_mud_elem_dead_enter',1190), (19431,59429,'kill_snd_mud_elem_dodge_fore',1190), (19432,59430,'kill_snd_mud_elem_knocktoback',1190), (19433,59431,'kill_snd_mud_elem_knocktoknees',1190), (19434,59432,'kill_snd_mud_elem_ouch_thrust',1190), (19435,59433,'kill_snd_mud_elem_shield_shove',1190), (19436,59434,'kill_snd_mud_elem_whirl_attack',1190), (19437,59435,'kill_snd_mud_elem_wildswing',1190), (19438,59436,'kill_snd_mud_vox_attck_01',1190), (19439,59437,'kill_snd_mud_vox_attck_02',1190), (19440,59438,'kill_snd_mud_vox_attck_roar',1190), (19441,59439,'kill_snd_mud_vox_cast_1',1190), (19442,59440,'kill_snd_mud_vox_dead_enter',1190), (19443,59441,'kill_snd_mud_vox_def_buff',1190), (19444,59452,'kill_drakota_mount_fly_fall',1190), (19445,59455,'kill_prestige_point_sound',1190), (19446,59458,'kill_snd_cast4',1190), (19447,59459,'kill_snd_doz_spawn',1190), (19448,59478,'kill_snd_xygoz1_attack',1190), (19449,59479,'kill_snd_xygoz1_attack01',1190), (19450,59480,'kill_snd_xygoz1_attack02',1190), (19451,59481,'kill_snd_xygoz1_attack03',1190), (19452,59482,'kill_snd_xygoz1_attack_flame',1190), (19453,59483,'kill_snd_xygoz1_attack_tail',1190), (19454,59484,'kill_snd_xygoz1_dead_enter',1190), (19455,59485,'kill_snd_xygoz1_idle01',1190), (19456,59486,'kill_snd_xygoz1_knockedtoback',1190), (19457,59487,'kill_snd_xygoz1_superbuff',1190), (19458,59502,'kill_snd_drakota_vox_01',1190), (19459,59503,'kill_snd_drakota_vox_02',1190), (19460,59504,'kill_snd_drakota_vox_03',1190), (19461,59516,'kill_lower_lip_left_down',1190), (19462,59517,'kill_lower_lip_right_down',1190), (19463,59528,'kill_design_skyshrine_time_rift',1190), (19464,59535,'kill__left_eye_wide',1190), (19465,59536,'kill__right_eye_wide',1190), (19466,59580,'kill_yes',1190), (19467,59611,'kill_snd_vox_short',1190), (19468,59624,'kill_result_beetle_fireball_p2p',1190), (19469,59656,'kill_summon_01',1190), (19470,59657,'kill_1h_sword_cast',1190), (19471,59658,'kill_1h_sword_cast_enter',1190), (19472,59659,'kill_1h_sword_cast_exit',1190), (19473,59660,'kill_1h_sword_cast_idle',1190), (19474,59661,'kill_1h_sword_combat_art_buff',1190), (19475,59662,'kill_1h_sword_combat_enter',1190), (19476,59669,'kill_aa_lightning_blast_hit',1190), (19477,59675,'kill_knocked_to_back',1190), (19478,59676,'kill_knocked_to_back_getup',1190), (19479,59677,'kill_knocked_to_back_idle',1190), (19480,59688,'kill_design_groundportal_rift',1190), (19481,59699,'kill_design_corrupted',1190), (19482,59702,'kill_result_light_explode',1190), (19483,59713,'kill_design_qey_mage_tower_fire',1190), (19484,59714,'kill_design_qey_portal_from_hell',1190), (19485,59721,'kill_aa_time_warp',1190), (19486,59727,'kill_knockedtoknees_dead',1190), (19487,59729,'kill_persist_magic_damage',1190), (19488,59740,'kill_design_qey_fire_room',1190), (19489,59741,'kill_design_qey_wall_crack',1190), (19490,59744,'kill_read_book',1190), (19491,59788,'kill_summon_fx_long',1190), (19492,59789,'kill_summon_fx_short',1190), (19493,59790,'kill_time_stop_sound',1190), (19494,59797,'kill_aa_mental_damage',1190), (19495,59798,'kill_aa_mental_smite',1190), (19496,59799,'kill_aa_soothe',1190), (19497,59804,'kill_idlea',1190), (19498,59805,'kill_idlleb',1190), (19499,59839,'kill_winged_lion_backup',1190), (19500,59840,'kill_winged_lion_fall',1190), (19501,59841,'kill_winged_lion_fly_backup',1190), (19502,59842,'kill_winged_lion_fly_climb',1190), (19503,59843,'kill_winged_lion_fly_dive',1190), (19504,59844,'kill_winged_lion_fly_down',1190), (19505,59845,'kill_winged_lion_fly_glide',1190), (19506,59846,'kill_winged_lion_fly_glide_left',1190), (19507,59847,'kill_winged_lion_fly_glide_right',1190), (19508,59848,'kill_winged_lion_fly_idle',1190), (19509,59849,'kill_winged_lion_fly_run',1190), (19510,59850,'kill_winged_lion_fly_strafe_left',1190), (19511,59851,'kill_winged_lion_fly_strafe_right',1190), (19512,59852,'kill_winged_lion_fly_turn_left',1190), (19513,59853,'kill_winged_lion_fly_turn_right',1190), (19514,59854,'kill_winged_lion_fly_up',1190), (19515,59855,'kill_winged_lion_fly_walk',1190), (19516,59856,'kill_winged_lion_idle',1190), (19517,59857,'kill_winged_lion_idle01',1190), (19518,59858,'kill_winged_lion_jump',1190), (19519,59859,'kill_winged_lion_jump_substitute',1190), (19520,59860,'kill_winged_lion_land',1190), (19521,59861,'kill_winged_lion_long_fall',1190), (19522,59862,'kill_winged_lion_run',1190), (19523,59863,'kill_winged_lion_turn_left',1190), (19524,59864,'kill_winged_lion_turn_right',1190), (19525,59865,'kill_winged_lion_walk',1190), (19526,59876,'kill_idle_a',1190), (19527,59877,'kill_idle_b',1190), (19528,59878,'kill_idle_c',1190), (19529,59889,'kill_evil_bird_backup',1190), (19530,59890,'kill_evil_bird_fall',1190), (19531,59891,'kill_evil_bird_fly_backup',1190), (19532,59892,'kill_evil_bird_fly_climb',1190), (19533,59893,'kill_evil_bird_fly_dive',1190), (19534,59894,'kill_evil_bird_fly_down',1190), (19535,59895,'kill_evil_bird_fly_glide',1190), (19536,59896,'kill_evil_bird_fly_glide_left',1190), (19537,59897,'kill_evil_bird_fly_glide_right',1190), (19538,59898,'kill_evil_bird_fly_idle',1190), (19539,59899,'kill_evil_bird_fly_run',1190), (19540,59900,'kill_evil_bird_fly_strafe_left',1190), (19541,59901,'kill_evil_bird_fly_strafe_right',1190), (19542,59902,'kill_evil_bird_fly_turn_left',1190), (19543,59903,'kill_evil_bird_fly_turn_right',1190), (19544,59904,'kill_evil_bird_fly_up',1190), (19545,59905,'kill_evil_bird_fly_walk',1190), (19546,59906,'kill_evil_bird_idle',1190), (19547,59907,'kill_evil_bird_idle01',1190), (19548,59908,'kill_evil_bird_idle02',1190), (19549,59909,'kill_evil_bird_idle03',1190), (19550,59910,'kill_evil_bird_idle04',1190), (19551,59911,'kill_evil_bird_jump',1190), (19552,59912,'kill_evil_bird_jump_substitute',1190), (19553,59913,'kill_evil_bird_land',1190), (19554,59914,'kill_evil_bird_long_fall',1190), (19555,59915,'kill_evil_bird_run',1190), (19556,59916,'kill_evil_bird_turn_left',1190), (19557,59917,'kill_evil_bird_turn_right',1190), (19558,59918,'kill_evil_bird_walk',1190), (19559,59920,'kill_lion_winged_backup',1190), (19560,59921,'kill_lion_winged_fly_backup',1190), (19561,59922,'kill_lion_winged_fly_idle',1190), (19562,59923,'kill_lion_winged_fly_run',1190), (19563,59924,'kill_lion_winged_fly_strafe_left',1190), (19564,59925,'kill_lion_winged_fly_strafe_right',1190), (19565,59926,'kill_lion_winged_fly_turn_left',1190), (19566,59927,'kill_lion_winged_fly_turn_right',1190), (19567,59928,'kill_lion_winged_fly_walk',1190), (19568,59929,'kill_lion_winged_idle01',1190), (19569,59930,'kill_lion_winged_jump',1190), (19570,59931,'kill_lion_winged_jump_substitute',1190), (19571,59932,'kill_lion_winged_run',1190), (19572,59933,'kill_lion_winged_turn_left',1190), (19573,59934,'kill_lion_winged_turn_right',1190), (19574,59935,'kill_lion_winged_walk',1190), (19575,59946,'kill_dance_a',1190), (19576,59947,'kill_dance_base',1190), (19577,59954,'kill_aa_rune_blur_circular',1190), (19578,59960,'kill_knockdowntoknees_enter',1190), (19579,59961,'kill_knockdowntoknees_exit',1190), (19580,59962,'kill_knockdowntoknees_idle',1190), (19581,59969,'kill_aa_earth_summon',1190), (19582,59970,'kill_aa_summon_minion',1190), (19583,59977,'kill_aa_rune_chain_swirl',1190), (19584,59978,'kill_aa_spirit_heal',1190), (19585,59991,'kill_scream01',1190), (19586,60012,'kill_soul_idle',1190), (19587,60013,'kill_soul_suck_fx',1190), (19588,60014,'kill_soulsuck_enter',1190), (19589,60015,'kill_soulsuck_idle',1190), (19590,60022,'kill_bg_achievement_acquired',1190), (19591,60027,'kill_design_cloudy_dream',1190), (19592,60028,'kill_design_kerafyrm_barrier',1190), (19593,60031,'kill_result_cloudy_dream',1190), (19594,60063,'kill_winged_lion_fly_fall',1190), (19595,60070,'kill_aa_result_leash',1190), (19596,60083,'kill_result_sullon_shadow_curse',1190), (19597,60094,'kill_evil_bird_idle_egg',1190), (19598,60107,'kill_result_blood_craze',1190), (19599,60108,'kill_result_blood_craze_p2p',1190), (19600,60109,'kill_result_blood_wash',1190), (19601,60110,'kill_result_extract_will_p2p',1190), (19602,60123,'kill_result_idol_corruption_p2p',1190), (19603,60134,'kill_design_damage_level1',1190), (19604,60135,'kill_design_damage_level2',1190), (19605,60136,'kill_design_damage_level3',1190), (19606,60137,'kill_design_damage_level4',1190), (19607,60138,'kill_design_damage_level5',1190), (19608,60141,'kill_result_forced_shader_burnt',1190), (19609,60152,'kill_fly_dead',1190), (19610,60159,'kill_attack06',1190), (19611,60163,'kill_crying',1190), (19612,60165,'kill_giggling',1190), (19613,60172,'kill_attack_breath_snd',1190), (19614,60173,'kill_breath_blast_barrier',1190), (19615,60178,'kill_design_kerafyrm_barrier_big',1190), (19616,60179,'kill_design_kerafyrm_barrier_fight',1190), (19617,60180,'kill_design_kerafyrm_barrier_small',1190), (19618,60181,'kill_flames_backlash_snd',1190), (19619,60184,'kill_ouch01_snd',1190), (19620,60185,'kill_ouch02_snd',1190), (19621,60215,'kill_sound_ulthork_awake',1190), (19622,60216,'kill_sound_ulthork_combat_enter',1190), (19623,60217,'kill_sound_ulthork_exhale',1190), (19624,60218,'kill_sound_ulthork_grunt',1190), (19625,60219,'kill_sound_ulthork_idle',1190), (19626,60220,'kill_sound_ulthork_run',1190), (19627,60221,'kill_sound_ulthork_run01',1190), (19628,60222,'kill_sound_ulthork_scratch01',1190), (19629,60223,'kill_sound_ulthork_scratch02',1190), (19630,60224,'kill_sound_ulthork_snore',1190), (19631,60225,'kill_sound_ulthork_walk',1190), (19632,60226,'kill_sound_ulthork_walk01',1190), (19633,60237,'kill_frogdance',1190), (19634,60240,'kill_rock_fx',1190), (19635,60253,'kill_result_compass_hover',1190), (19636,60260,'kill_arasai_evil_skull_swirls',1190), (19637,60265,'kill_dark_elf_splash_mist',1190), (19638,60266,'kill_erudite_book_hover_runes',1190), (19639,60267,'kill_freeblood_skull_swirls_mesh',1190), (19640,60268,'kill_gnome_hands_trail_clockwork_blast',1190), (19641,60269,'kill_halfelf_compass_hover',1190), (19642,60270,'kill_human_water_dripping_wake',1190), (19643,60271,'kill_iksar_water_forced_shader_splash',1190), (19644,60273,'kill_kerra_flea_infestation_trail',1190), (19645,60275,'kill_ogre_fly_swarm_trail',1190), (19646,60276,'kill_ratonga_forced_shader_bertox',1190), (19647,60277,'kill_sarnak_firestrips_trail',1190), (19648,60309,'kill_troll_poison_spirits_gather',1190), (19649,60320,'kill_dwarf_rift_crack_dig',1190), (19650,60321,'kill_fae_fireflies_trail',1190), (19651,60322,'kill_froglok_godly_light_sparkles',1190), (19652,60329,'kill_attack_fistslam',1190), (19653,60330,'kill_attack_groundroar',1190), (19654,60331,'kill_attack_rage',1190), (19655,60334,'kill_combat_idle03',1190), (19656,60337,'kill_halfling_hands_cards_coins_trail',1190), (19657,60338,'kill_highelf_radiant_sparkles',1190), (19658,60341,'kill_powerroar',1190), (19659,60342,'kill_powerslam',1190), (19660,60374,'kill_targeted_left',1190), (19661,60375,'kill_targeted_right',1190), (19662,60376,'kill_transition_left',1190), (19663,60377,'kill_woodelf_leafy_glow_shader',1190), (19664,60384,'kill_barbarian_snow_ice_trail',1190), (19665,60389,'kill_erudite_asteroid_belt',1190), (19666,60390,'kill_freeblood_bat_swirls_mesh',1190), (19667,60391,'kill_gnome_clockwork_gears_blast',1190), (19668,60392,'kill_human_claymore_orbit_trail',1190), (19669,60394,'kill_kerra_spirit_guide_mesh',1190), (19670,60396,'kill_portal_jump',1190), (19671,60397,'kill_portal_stomp',1190), (19672,60398,'kill_ratonga_brain_storm_text',1190), (19673,60430,'kill_transition_back',1190), (19674,60431,'kill_transition_right',1190), (19675,60440,'kill_cast_skull_head_blast',1190), (19676,60443,'kill_design_dark_portal',1190), (19677,60444,'kill_design_light_portal',1190), (19678,60447,'kill_result_blood_dark',1190), (19679,60454,'kill_snd_land',1190), (19680,60469,'kill_snd_winged_lion_idle_01',1190), (19681,60470,'kill_snd_winged_lion_jump_sub',1190), (19682,60472,'kill_sound_evil_bird_jump_sub',1190), (19683,60473,'kill_sound_evil_bird_peck',1190), (19684,60474,'kill_sound_evil_bird_scratch',1190), (19685,60475,'kill_sound_evil_bird_vox_idle03',1190), (19686,60482,'kill_attack_arms',1190), (19687,60483,'kill_attack_jumpslam',1190), (19688,60484,'kill_cast_illusionary_charge_up',1190), (19689,60485,'kill_cast_illusionary_emanation',1190), (19690,60491,'kill_lose_weapon',1190), (19691,60493,'kill_result_floating_chain_root',1190), (19692,60494,'kill_result_illusionary_lights',1190), (19693,60526,'kill_transition_back_extract',1190), (19694,60527,'kill_transition_left_extract',1190), (19695,60528,'kill_transition_right_extract',1190), (19696,60539,'kill_dance_short',1190), (19697,60571,'kill_sound_ulthork_charge_up',1190), (19698,60572,'kill_sound_ulthork_fs',1190), (19699,60573,'kill_sound_ulthork_idle_01',1190), (19700,60574,'kill_sound_ulthork_idle_02',1190), (19701,60575,'kill_sound_ulthork_shield_shove',1190), (19702,60576,'kill_sound_ulthork_whirl_attack_whsh',1190), (19703,60588,'kill_mace_blast',1190), (19704,60590,'kill_rocky_trail',1190), (19705,60591,'kill_rumble_shake',1190), (19706,60599,'kill_snd_peck',1190), (19707,60624,'kill_transition_back01_extract',1190), (19708,60625,'kill_victory',1190), (19709,60636,'kill_fear_wave',1190), (19710,60653,'kill_snd_tbird_pet_angry',1190), (19711,60654,'kill_snd_tbird_pet_attack01',1190), (19712,60655,'kill_snd_tbird_pet_happy',1190), (19713,60656,'kill_snd_tbird_pet_idle01',1190), (19714,60657,'kill_snd_tbird_pet_idle02',1190), (19715,60658,'kill_snd_tbird_pet_idle03',1190), (19716,60659,'kill_snd_tbird_pet_trick',1190), (19717,60668,'kill_cast_toxic_gathering',1190), (19718,60669,'kill_cast_toxic_rain',1190), (19719,60672,'kill_hand_blast',1190), (19720,60679,'kill_cast_acid_rain',1190), (19721,60690,'kill_design_circle_warning_zone',1190), (19722,60691,'kill_design_half_circle_warning_zone',1190), (19723,60692,'kill_design_oval_warning_zone',1190), (19724,60693,'kill_design_third_circle_warning_zone',1190), (19725,60700,'kill_beckon_enter',1190), (19726,60701,'kill_beckon_exit',1190), (19727,60708,'kill_aa_double_pyramid',1190), (19728,60715,'kill_aa_water_summon',1190), (19729,60722,'kill_aa_ooze_summon',1190), (19730,60723,'kill_aa_skull_summon',1190), (19731,60728,'kill_idle01temp',1190), (19732,60730,'kill_jaw_rotate_max',1190), (19733,60733,'kill_smile_left',1190), (19734,60734,'kill_smile_right',1190), (19735,60745,'kill_design_fire_doorway',1190), (19736,60746,'kill_design_icy_doorway',1190), (19737,60757,'kill_dead02',1190), (19738,60758,'kill_design_fire_pillar',1190), (19739,60759,'kill_design_green_light_beam',1190), (19740,60760,'kill_design_ice_pillar',1190), (19741,60761,'kill_design_purple_light_beam',1190), (19742,60762,'kill_design_red_light_beam',1190), (19743,60763,'kill_design_yellow_light_beam',1190), (19744,60766,'kill_sc_win_chest_fx',1190), (19745,60779,'kill_result_fire_beam_p2p',1190), (19746,60780,'kill_result_ice_beam_p2p',1190), (19747,60793,'kill_piledriver',1190), (19748,60802,'kill_chargeup',1190), (19749,60803,'kill_chargeup_enter',1190), (19750,60804,'kill_chargeup_exit',1190), (19751,60805,'kill_chargeup_idle',1190), (19752,60808,'kill_design_lightning_pillar_blue',1190), (19753,60809,'kill_design_lightning_pillar_red',1190), (19754,60810,'kill_design_st_boss_lightning_blue',1190), (19755,60811,'kill_design_st_boss_lightning_red',1190), (19756,60818,'kill_cast03',1190), (19757,60819,'kill_cast04',1190), (19758,60822,'kill_cast_squid_loop',1190), (19759,60825,'kill_design_orange_light_beam',1190), (19760,60826,'kill_design_st_boss_platform_charged_blue',1190), (19761,60827,'kill_design_st_boss_platform_charged_red',1190), (19762,60834,'kill_blue_crystal_dead',1190), (19763,60835,'kill_blue_crystal_on',1190), (19764,60840,'kill_design_urn_shatter',1190), (19765,60843,'kill_red_crystal_dead',1190), (19766,60844,'kill_red_crystal_on',1190), (19767,60845,'kill_result_lightning_floor_blast_blue',1190), (19768,60846,'kill_result_lightning_floor_blast_red',1190), (19769,60857,'kill_dead01',1190), (19770,60858,'kill_design_lightning_pillar_purple',1190), (19771,60859,'kill_design_st_boss_lightning_purple',1190), (19772,60860,'kill_design_st_boss_platform_charged_purple',1190), (19773,60863,'kill_result_damaged',1190), (19774,60864,'kill_result_glass_blast',1190), (19775,60865,'kill_result_lightning_floor_blast_purple',1190), (19776,60866,'kill_result_radiant_glow_no_mesh',1190), (19777,60867,'kill_result_tether_buff_p2p',1190), (19778,60874,'kill_cast_blue_buff',1190), (19779,60877,'kill_cast_red_buff',1190), (19780,60878,'kill_cast_white_buff',1190), (19781,60904,'kill_sound_evil_bird_egg_vox',1190), (19782,60915,'kill_design_ice_column_shatter',1190), (19783,60916,'kill_drinal_summon',1190), (19784,60927,'kill_design_circle_warning_zone_blue',1190), (19785,60928,'kill_design_circle_warning_zone_gold',1190), (19786,60929,'kill_design_half_circle_warning_zone_blue',1190), (19787,60930,'kill_design_half_circle_warning_zone_gold',1190), (19788,60931,'kill_design_oval_warning_zone_blue',1190), (19789,60932,'kill_design_oval_warning_zone_gold',1190), (19790,60933,'kill_design_third_circle_warning_zone_blue',1190), (19791,60934,'kill_design_third_circle_warning_zone_gold',1190), (19792,60946,'kill_lay_egg_hatch',1190), (19793,60957,'kill_design_vd_portal_red',1190), (19794,60991,'kill_status_quest_completes_repeatable',1190), (19795,60992,'kill_status_quest_completes_tradeskill',1190), (19796,60993,'kill_status_quest_gives_repeatable',1190), (19797,60994,'kill_status_quest_gives_tradeskill',1190), (19798,60995,'kill_status_quest_updates_repeatable',1190), (19799,60996,'kill_status_quest_updates_tradeskill',1190), (19800,61007,'kill_drinal_trail_weapon_flames',1190), (19801,61008,'kill_drinal_trail_weapon_poison',1190), (19802,61011,'kill_result_flash_weapon_green',1190), (19803,61022,'kill_drinal_absorb_back_exit',1190), (19804,61023,'kill_drinal_absorb_back_idle',1190), (19805,61024,'kill_drinal_absorb_forward_exit',1190), (19806,61025,'kill_drinal_absorb_forward_idle',1190), (19807,61026,'kill_drinal_absorb_left_exit',1190), (19808,61027,'kill_drinal_absorb_left_idle',1190), (19809,61028,'kill_drinal_absorb_right_exit',1190), (19810,61029,'kill_drinal_absorb_right_idle',1190), (19811,61030,'kill_drinal_fireball_gather',1190), (19812,61031,'kill_drinal_skull_gather',1190), (19813,61032,'kill_drinal_spirt_gather',1190), (19814,61033,'kill_drinal_staff_blast',1190), (19815,61036,'kill_result_drinal_spirits_p2p',1190), (19816,61037,'kill_result_spirits_blast_out',1190), (19817,61046,'kill_close_enter',1190), (19818,61047,'kill_closed_idle',1190), (19819,61050,'kill_dragon_attack',1190), (19820,61051,'kill_dragon_idle',1190), (19821,61054,'kill_open_enter',1190), (19822,61055,'kill_open_idle',1190), (19823,61066,'kill_evil_bird_idle05',1190), (19824,61069,'kill_orbiting_buff_all',1190), (19825,61070,'kill_orbiting_buff_blue',1190), (19826,61071,'kill_orbiting_buff_blue_white',1190), (19827,61072,'kill_orbiting_buff_red',1190), (19828,61073,'kill_orbiting_buff_red_blue',1190), (19829,61074,'kill_orbiting_buff_red_white',1190), (19830,61075,'kill_orbiting_buff_white',1190), (19831,61088,'kill_result_spike_cage',1190), (19832,61099,'kill_design_drinals_portal',1190), (19833,61106,'kill_attack_cannibal',1190), (19834,61113,'kill_oldidle',1190), (19835,61122,'kill_cast_shadow_breath',1190), (19836,61125,'kill_drinal_frontal_blast',1190), (19837,61126,'kill_drinal_warning_zone',1190), (19838,61133,'kill_asleep',1190), (19839,61134,'kill_attack_breath_old',1190), (19840,61139,'kill_design_groundportal_rift_gehein',1190), (19841,61140,'kill_dual_wield_knockeddowntoknees',1190), (19842,61141,'kill_dual_wield_knockedtoback_onbackidle',1190), (19843,61143,'kill_komodo_npc_glide',1190), (19844,61177,'kill_tradeart_forge_hammers_anvil',1190), (19845,61188,'kill_design_agitated',1190), (19846,61189,'kill_design_distorted',1190), (19847,61190,'kill_design_fear',1190), (19848,61208,'kill_snd_tirun_enf_attack',1190), (19849,61209,'kill_snd_tirun_enf_attack01',1190), (19850,61210,'kill_snd_tirun_enf_attack02',1190), (19851,61211,'kill_snd_tirun_enf_attack03',1190), (19852,61212,'kill_snd_tirun_enf_cast1',1190), (19853,61213,'kill_snd_tirun_enf_chargeup',1190), (19854,61214,'kill_snd_tirun_enf_combat_enter',1190), (19855,61215,'kill_snd_tirun_enf_combat_idle01',1190), (19856,61216,'kill_snd_tirun_enf_dead',1190), (19857,61217,'kill_snd_tirun_enf_dodge',1190), (19858,61218,'kill_snd_tirun_enf_knocktoknees',1190), (19859,61219,'kill_snd_tirun_enf_ouch',1190), (19860,61220,'kill_snd_tirun_enf_shield_shove',1190), (19861,61221,'kill_snd_tirun_enf_whirling_attack',1190), (19862,61222,'kill_snd_tirun_enf_wild_swing',1190), (19863,61240,'kill_tradeart_flask_beaker_pour',1190), (19864,61241,'kill_tradeart_forge_hammer_metal',1190), (19865,61242,'kill_tradeart_saw_log',1190), (19866,61253,'kill_design_drinals_floor_panel_blue',1190), (19867,61254,'kill_design_drinals_floor_panel_challege_blue',1190), (19868,61255,'kill_design_drinals_floor_panel_challege_red',1190), (19869,61256,'kill_design_drinals_floor_panel_red',1190), (19870,61257,'kill_design_drinals_vessel_arc_blue',1190), (19871,61258,'kill_design_drinals_vessel_arc_red',1190), (19872,61262,'kill_result_bastion_beam_p2p',1190), (19873,61277,'kill_shaman_summon_fx',1190), (19874,61288,'kill_design_tof_rock_collapse01',1190), (19875,61289,'kill_design_tof_rock_collapse02',1190), (19876,61290,'kill_design_tof_rock_collapse03',1190), (19877,61291,'kill_design_tof_rock_collapse04',1190), (19878,61326,'kill_spit',1190), (19879,61337,'kill_design_arcane_barrier',1190), (19880,61338,'kill_design_divine_barrier',1190), (19881,61342,'kill_result_magic_barrier_beam_p2p',1190), (19882,61351,'kill_cast_werewolf_appear',1190), (19883,61352,'kill_cast_werewolf_hair',1190), (19884,61355,'kill_csat_werewolf_vanish',1190), (19885,61362,'kill_attack_eye_cone',1190), (19886,61367,'kill_gazer_charge_up',1190), (19887,61371,'kill_result_essence_suck_p2p',1190), (19888,61372,'kill_result_gazer_flame_eye_beam_p2p',1190), (19889,61387,'kill_sky_float_idle',1190), (19890,61418,'kill_zap_attack',1190), (19891,61429,'kill_fs',1190), (19892,61434,'kill_shaman_crouch_idle',1190), (19893,61441,'kill_snd_skirth_attack',1190), (19894,61442,'kill_snd_skirth_attack01',1190), (19895,61443,'kill_snd_skirth_attack02',1190), (19896,61444,'kill_snd_skirth_attack03',1190), (19897,61445,'kill_snd_skirth_aura',1190), (19898,61446,'kill_snd_skirth_cast_1',1190), (19899,61447,'kill_snd_skirth_chargeup',1190), (19900,61448,'kill_snd_skirth_combat_enter',1190), (19901,61449,'kill_snd_skirth_combat_enter1',1190), (19902,61450,'kill_snd_skirth_dead_enter',1190), (19903,61451,'kill_snd_skirth_knocktobackgetup',1190), (19904,61452,'kill_snd_skirth_ouch',1190), (19905,61453,'kill_snd_skirth_shiield_shove',1190), (19906,61454,'kill_snd_skirth_spit',1190), (19907,61455,'kill_snd_skirth_whirling_attack',1190), (19908,61456,'kill_snd_skirth_wildswing',1190), (19909,61481,'kill_zap_enter',1190), (19910,61482,'kill_zap_exit',1190), (19911,61483,'kill_zap_idle',1190), (19912,61528,'kill_were_cast_idle',1190), (19913,61542,'kill_result_ethernere_fx',1190), (19914,61550,'kill_snd_skirth_idle03',1190), (19915,61564,'kill_result_aggression_removal',1190), (19916,61565,'kill_result_aggression_removal_p2p',1190), (19917,61566,'kill_result_healing_trail_p2p',1190), (19918,61567,'kill_result_lifebringer_glade',1190), (19919,61599,'kill_trdskl_aggro_life_wand',1190), (19920,61615,'kill_snd_baelon_attack',1190), (19921,61616,'kill_snd_baelon_attack01',1190), (19922,61617,'kill_snd_baelon_attack_arms',1190), (19923,61618,'kill_snd_baelon_fs',1190), (19924,61619,'kill_snd_baelon_idle02',1190), (19925,61620,'kill_snd_baelon_idle03',1190), (19926,61621,'kill_snd_baelon_lose_weapon',1190), (19927,61622,'kill_snd_baelon_ouch',1190), (19928,61623,'kill_snd_baelon_powerslam',1190), (19929,61624,'kill_snd_baelon_summon',1190), (19930,61625,'kill_snd_baelon_targeted_right',1190), (19931,61626,'kill_snd_baelon_transition_back',1190), (19932,61627,'kill_snd_baelon_transition_back01_extract',1190), (19933,61628,'kill_snd_baelon_transition_back_extract',1190), (19934,61629,'kill_snd_baelon_transition_left_extract',1190), (19935,61630,'kill_snd_baelon_transition_right',1190), (19936,61631,'kill_snd_baelon_transition_right_extract',1190), (19937,61632,'kill_snd_baelon_unarmed_attack',1190), (19938,61633,'kill_snd_baelon_unarmed_attack01',1190), (19939,61634,'kill_snd_baelon_unarmed_attack02',1190), (19940,61635,'kill_snd_baelon_unarmed_attack_fistslam',1190), (19941,61636,'kill_snd_baelon_unarmed_attack_jumpslam',1190), (19942,61637,'kill_snd_baelon_unarmed_attack_stomp',1190), (19943,61638,'kill_snd_baelon_unarmed_dead_enter',1190), (19944,61639,'kill_snd_baelon_unarmed_fs',1190), (19945,61640,'kill_snd_baelon_unarmed_idle01',1190), (19946,61641,'kill_snd_baelon_unarmed_idle02',1190), (19947,61642,'kill_snd_baelon_unarmed_ouch',1190), (19948,61643,'kill_snd_baelon_unarmed_portal_jump',1190), (19949,61644,'kill_snd_baelon_unarmed_portal_stomp',1190), (19950,61645,'kill_snd_baelon_unarmed_victory',1190), (19951,61646,'kill_snd_baelon_whirling_attack',1190), (19952,61647,'kill_snd_baelon_wild_swing',1190), (19953,61658,'kill_fx_foot_trail_lf',1190), (19954,61659,'kill_fx_foot_trail_lh',1190), (19955,61660,'kill_fx_foot_trail_rf',1190), (19956,61661,'kill_fx_foot_trail_rh',1190), (19957,61685,'kill_sound_bodyfall',1190), (19958,61696,'kill_sound_whoosh',1190), (19959,61698,'kill_untrainted_wildswing',1190), (19960,61709,'kill_gehein_aura_lp',1190), (19961,61714,'kill_sfx_attack_vox',1190), (19962,61715,'kill_sfx_death_vox',1190), (19963,61716,'kill_sfx_gehein_death_vox',1190), (19964,61717,'kill_sfx_gehein_vox_attack',1190), (19965,61718,'kill_sfx_gehein_vox_ouch',1190), (19966,61719,'kill_sfx_whoosh',1190), (19967,61720,'kill_sfx_whoosh_high',1190), (19968,61741,'kill_snd_screecher_attack',1190), (19969,61742,'kill_snd_screecher_attack01',1190), (19970,61743,'kill_snd_screecher_attack02',1190), (19971,61744,'kill_snd_screecher_attack03',1190), (19972,61745,'kill_snd_screecher_aura_lp',1190), (19973,61746,'kill_snd_screecher_cast',1190), (19974,61747,'kill_snd_screecher_cast01',1190), (19975,61748,'kill_snd_screecher_combat_enter',1190), (19976,61749,'kill_snd_screecher_dead_enter',1190), (19977,61750,'kill_snd_screecher_idel01',1190), (19978,61751,'kill_snd_screecher_idle02',1190), (19979,61752,'kill_snd_screecher_jump',1190), (19980,61753,'kill_snd_screecher_ouch',1190), (19981,61754,'kill_snd_screecher_scream',1190), (19982,61755,'kill_snd_screecher_scream01',1190), (19983,61756,'kill_snd_screecher_whirling_attack',1190), (19984,61770,'kill_result_life_statue_fx',1190), (19985,61781,'kill_dont_use_ouch',1190), (19986,61792,'kill_fly_in_old',1190), (19987,61793,'kill_ilde01',1190), (19988,61813,'kill_snd_komodo_attack',1190), (19989,61814,'kill_snd_komodo_attack01',1190), (19990,61815,'kill_snd_komodo_cast01',1190), (19991,61816,'kill_snd_komodo_dead_enter',1190), (19992,61817,'kill_snd_komodo_knocktoback',1190), (19993,61818,'kill_snd_komodo_ouch',1190), (19994,61819,'kill_snd_komodo_whirling_attack',1190), (19995,61820,'kill_snd_komodo_wild_swing',1190), (19996,61831,'kill_design_etherene_fire',1190), (19997,61832,'kill_design_ethernere_vines',1190), (19998,61843,'kill_idle05',1190), (19999,61858,'kill_sfx_vox_gehein_laugh',1190), (20000,61860,'kill_snd_chitari_1h_sword_attack',1190), (20001,61861,'kill_snd_chitari_1h_sword_attack01',1190), (20002,61862,'kill_snd_chitari_1h_sword_attack02',1190), (20003,61863,'kill_snd_chitari_1h_sword_enter',1190), (20004,61864,'kill_snd_chitari_attack',1190), (20005,61865,'kill_snd_chitari_attack01',1190), (20006,61866,'kill_snd_chitari_attack02',1190), (20007,61867,'kill_snd_chitari_attack03',1190), (20008,61868,'kill_snd_chitari_attack_cannibal',1190), (20009,61869,'kill_snd_chitari_charge_up',1190), (20010,61870,'kill_snd_chitari_dead_enter',1190), (20011,61871,'kill_snd_chitari_idle01',1190), (20012,61872,'kill_snd_chitari_knockedtoback_getup',1190), (20013,61873,'kill_snd_chitari_ouch',1190), (20014,61874,'kill_snd_chitari_ouch_forehand',1190), (20015,61875,'kill_snd_chitari_shield_shove',1190), (20016,61876,'kill_snd_chitari_whirling_attack',1190), (20017,61877,'kill_snd_chitari_wild_swing',1190), (20018,61884,'kill_aa_smoke_teleport',1190), (20019,61885,'kill_aa_wave_splash',1190), (20020,61886,'kill_aa_whirlwind_teleport',1190), (20021,61891,'kill_idle04_',1190), (20022,61898,'kill_aa_scythe_slash',1190), (20023,61905,'kill_aa_frozen_rain',1190), (20024,61906,'kill_aa_toxic_mist',1190), (20025,61914,'kill_result_bone_glow_3',1190), (20026,61915,'kill_result_fire_attack_p2p',1190), (20027,61926,'kill_dontuse_knockedtoback',1190), (20028,61927,'kill_dontuse_knockedtoback_getup',1190), (20029,61928,'kill_dontuse_knockedtoback_onbackidle',1190), (20030,61935,'kill_aa_fire_swirl_shield',1190), (20031,61936,'kill_aa_head_skeleton_hands_blast',1190), (20032,61937,'kill_aa_heal_skeleton_hands_blast',1190), (20033,61938,'kill_aa_planar_fire_blast',1190), (20034,61939,'kill_aa_second_skin',1190), (20035,61946,'kill_aa_cast_wind_spin',1190), (20036,61947,'kill_aa_dark_swirly_wisps',1190), (20037,61948,'kill_aa_heal_splash',1190), (20038,61949,'kill_aa_lightning_siphon',1190), (20039,61950,'kill_aa_nature_heal',1190), (20040,61951,'kill_aa_scimitar_cyclone',1190), (20041,61952,'kill_aa_spirit_swirl_buff_ward',1190), (20042,61980,'kill_snd_were_1h_sword_attack01_vox',1190), (20043,61981,'kill_snd_were_1h_sword_attack02_vox',1190), (20044,61982,'kill_snd_were_1h_sword_attack03_vox',1190), (20045,61983,'kill_snd_were_1h_sword_attack_vox',1190), (20046,61984,'kill_snd_were_attack01_vox',1190), (20047,61985,'kill_snd_were_attack02_vox',1190), (20048,61986,'kill_snd_were_attack_vox',1190), (20049,61987,'kill_snd_were_cast_vox',1190), (20050,61988,'kill_snd_were_combat_idle01_vox',1190), (20051,61989,'kill_snd_were_dead_enter_vox',1190), (20052,61990,'kill_snd_were_dual_wield_attack01_vox',1190), (20053,61991,'kill_snd_were_dual_wield_attack02_vox',1190), (20054,61992,'kill_snd_were_dual_wield_attack03_vox',1190), (20055,61993,'kill_snd_were_dual_wield_attack_vox',1190), (20056,61994,'kill_snd_were_kick_vox',1190), (20057,61995,'kill_snd_were_ouch_vox',1190), (20058,61996,'kill_snd_were_shield_shove_vox',1190), (20059,61997,'kill_snd_were_super_buff_vox',1190), (20060,61998,'kill_snd_were_wild_swing_vox',1190), (20061,62010,'kill_swoosh_huge',1190), (20062,62017,'kill_aa_arrow_rapid_salvo',1190), (20063,62018,'kill_aa_fire_arrow_p2p',1190), (20064,62019,'kill_aa_music_dagger_buff',1190), (20065,62020,'kill_aa_sound_wave_blast',1190), (20066,62021,'kill_bird_squawk_sound',1190), (20067,62022,'kill_cast_bagpipe_sound',1190), (20068,62023,'kill_cast_bard_bagpipes',1190), (20069,62030,'kill_scaled_hands_attack03',1190), (20070,62037,'kill_cast_dome_barrier_fx',1190), (20071,62042,'kill_design_comm_on',1190), (20072,62043,'kill_design_tourbillion_flux_fx',1190), (20073,62044,'kill_design_tourbillion_persist_fx',1190), (20074,62047,'kill_result_tourbillion_essence_suck_p2p',1190), (20075,62060,'kill_result_forced_shader_ethernere',1190), (20076,62067,'kill_bodyfall',1190), (20077,62105,'kill_whoosh_large',1190), (20078,62106,'kill_whoosh_lrg',1190), (20079,62121,'kill_snd_attack_long',1190), (20080,62122,'kill_snd_attack_short',1190), (20081,62127,'kill_snd_gargoyle_attack',1190), (20082,62128,'kill_snd_gargoyle_attack03',1190), (20083,62129,'kill_snd_gargoyle_cast_1',1190), (20084,62130,'kill_snd_gargoyle_charge_up',1190), (20085,62131,'kill_snd_gargoyle_combat_enter',1190), (20086,62132,'kill_snd_gargoyle_dead_enter',1190), (20087,62133,'kill_snd_gargoyle_kick',1190), (20088,62134,'kill_snd_gargoyle_knocktoback_getup',1190), (20089,62135,'kill_snd_gargoyle_ouch_forehand',1190), (20090,62136,'kill_snd_gargoyle_shield_shove',1190), (20091,62137,'kill_snd_jump_fx',1190), (20092,62139,'kill_snd_rx_cast1',1190), (20093,62140,'kill_snd_rx_chargeup',1190), (20094,62141,'kill_snd_rx_combat_enter',1190), (20095,62142,'kill_snd_rx_dead_enter',1190), (20096,62152,'kill_cookie_ouch_fx',1190), (20097,62157,'kill_skyshrine_drake_backup',1190), (20098,62158,'kill_skyshrine_drake_fall',1190), (20099,62159,'kill_skyshrine_drake_fly_backup',1190), (20100,62160,'kill_skyshrine_drake_fly_climb',1190), (20101,62161,'kill_skyshrine_drake_fly_dive',1190), (20102,62162,'kill_skyshrine_drake_fly_down',1190), (20103,62163,'kill_skyshrine_drake_fly_glide',1190), (20104,62164,'kill_skyshrine_drake_fly_glide_left',1190), (20105,62165,'kill_skyshrine_drake_fly_glide_right',1190), (20106,62166,'kill_skyshrine_drake_fly_idle',1190), (20107,62167,'kill_skyshrine_drake_fly_run',1190), (20108,62168,'kill_skyshrine_drake_fly_strafe_left',1190), (20109,62169,'kill_skyshrine_drake_fly_strafe_right',1190), (20110,62170,'kill_skyshrine_drake_fly_turn_left',1190), (20111,62171,'kill_skyshrine_drake_fly_turn_right',1190), (20112,62172,'kill_skyshrine_drake_fly_up',1190), (20113,62173,'kill_skyshrine_drake_fly_walk',1190), (20114,62174,'kill_skyshrine_drake_idle',1190), (20115,62175,'kill_skyshrine_drake_idle01',1190), (20116,62176,'kill_skyshrine_drake_jump',1190), (20117,62177,'kill_skyshrine_drake_jump_substitute',1190), (20118,62178,'kill_skyshrine_drake_land',1190), (20119,62179,'kill_skyshrine_drake_long_fall',1190), (20120,62180,'kill_skyshrine_drake_turn_left',1190), (20121,62181,'kill_skyshrine_drake_turn_right',1190), (20122,62182,'kill_skyshrine_drake_walk',1190), (20123,29421,'aa_rune_out_buff',57000), (20124,29428,'aa_wind_blast',57000), (20125,29447,'snd_gumdrop_fs',57000), (20126,29463,'sound_fs',57000), (20127,29507,'wyvern_mount_backup',57000), (20128,29508,'wyvern_mount_fall',57000), (20129,29509,'wyvern_mount_fly_backup',57000), (20130,29510,'wyvern_mount_fly_climb',57000), (20131,29511,'wyvern_mount_fly_dive',57000), (20132,29512,'wyvern_mount_fly_down',57000), (20133,29513,'wyvern_mount_fly_glide',57000), (20134,29514,'wyvern_mount_fly_glide_left',57000), (20135,29515,'wyvern_mount_fly_glide_right',57000), (20136,29516,'wyvern_mount_fly_idle',57000), (20137,29517,'wyvern_mount_fly_run',57000), (20138,29518,'wyvern_mount_fly_strafe_left',57000), (20139,29519,'wyvern_mount_fly_strafe_right',57000), (20140,29520,'wyvern_mount_fly_turn_left',57000), (20141,29521,'wyvern_mount_fly_turn_right',57000), (20142,29522,'wyvern_mount_fly_up',57000), (20143,29523,'wyvern_mount_fly_walk',57000), (20144,29524,'wyvern_mount_idle',57000), (20145,29525,'wyvern_mount_idle01',57000), (20146,29526,'wyvern_mount_jump',57000), (20147,29527,'wyvern_mount_jump_substitute',57000), (20148,29528,'wyvern_mount_land',57000), (20149,29529,'wyvern_mount_long_fall',57000), (20150,29530,'wyvern_mount_run',57000), (20151,29531,'wyvern_mount_turn_left',57000), (20152,29532,'wyvern_mount_turn_right',57000), (20153,29533,'wyvern_mount_walk',57000), (20154,29540,'aa_spirit_mongoose',57000), (20155,29541,'aa_unyielding_will',57000), (20156,29548,'aa_hammer_buff',57000), (20157,29549,'aa_speed_buff',57000), (20158,29553,'cookie_gumdrop_fx',57000), (20159,29557,'result_elephant_trample',57000), (20160,29558,'scared',57000), (20161,29565,'aa_anger_buff',57000), (20162,29566,'aa_lance_attack',57000), (20163,29567,'aa_plane_shift',57000), (20164,29581,'skyshrine_drake_fly_fall',57000), (20165,29612,'wyvern_mount_fly_fall',57000), (20166,29619,'aa_heal_flourish',57000), (20167,29626,'aa_frenzy',57000), (20168,29637,'design_night_eyes',57000), (20169,29644,'aa_hammer_smite',57000), (20170,29651,'aa_blast_circle',57000), (20171,29658,'aa_spirit_tree',57000), (20172,29659,'2h_sword_run',57000), (20173,29666,'_idle03',57000), (20174,29677,'design_sg_dome_beam_fx01',57000), (20175,29678,'design_sg_dome_beam_fx02',57000), (20176,29679,'design_sg_dome_beam_fx03',57000), (20177,29680,'design_sg_dome_beam_fx04',57000), (20178,29681,'design_sg_dome_beam_fx05',57000), (20179,29682,'design_sg_dome_beam_fx06',57000), (20180,29683,'design_sg_dome_fx',57000), (20181,29690,'aa_spirit_circle_summon',57000), (20182,29697,'aa_ancestral_gather',57000), (20183,29698,'aa_divine_burst',57000), (20184,29699,'aa_rune_debuff_all',57000), (20185,29700,'aa_spirit_swirl_hit',57000), (20186,29701,'2h_sword_dead',57000), (20187,29702,'2h_sword_dead_enter',57000), (20188,29713,'dual_wield_run',57000), (20189,29716,'pike_run',57000), (20190,29717,'2h_idle',57000), (20191,29718,'2h_knockedtoback',57000), (20192,29719,'2h_knockedtoback_getup',57000), (20193,29720,'2h_knockedtoback_onbackidle',57000), (20194,29729,'cast_rock_strike_targeted',57000), (20195,29732,'four_to_five_enter',57000), (20196,29733,'head_four_dead',57000), (20197,29734,'head_one_dead',57000), (20198,29735,'head_one_dead_enter',57000), (20199,29736,'head_one_dead_exit',57000), (20200,29737,'head_three_dead',57000), (20201,29738,'head_three_dead_exit',57000), (20202,29739,'head_two_dead',57000), (20203,29740,'head_two_dead_exit',57000), (20204,29741,'head_zero_dead',57000), (20205,29742,'head_zero_dead_enter',57000), (20206,29743,'head_zero_dead_exit',57000), (20207,29750,'aa_dancing_blades',57000), (20208,29755,'head_four_dead_enter',57000), (20209,29756,'head_three_dead_enter',57000), (20210,29757,'head_two_dead_enter',57000), (20211,29760,'result_paper_scatter',57000), (20212,29761,'2h_sword_idle01',57000), (20213,29768,'aa_hand_notes',57000), (20214,29769,'aa_hand_spin_notes',57000), (20215,29770,'aa_music_blast_ball',57000), (20216,29771,'aa_music_bubble',57000), (20217,29772,'aa_notes_shield',57000), (20218,29773,'cast_01',57000), (20219,29774,'cast_02',57000), (20220,29775,'cast_03',57000), (20221,29776,'cast_04',57000), (20222,29777,'cast_05',57000), (20223,29784,'_dont_use_dead',57000), (20224,29785,'_dont_use_dead_enter',57000), (20225,29786,'aa_coin_toss',57000), (20226,29787,'aa_death_mark',57000), (20227,29788,'aa_notes_swirling',57000), (20228,29793,'head_carry',57000), (20229,29806,'result_fireworks_brew_burst',57000), (20230,29807,'result_fireworks_confetti_brewday',57000), (20231,29808,'result_fireworks_shamrock_sparkle_burst',57000), (20232,29821,'result_fireworks_flare_beads_burst',57000), (20233,29822,'result_fireworks_flare_cards_burst',57000), (20234,29823,'result_fireworks_flare_coins_burst',57000), (20235,29831,'snd_parrot_vox',57000), (20236,29842,'design_bristlebane_collect_gold',57000), (20237,29843,'design_bristlebane_collect_green',57000), (20238,29844,'design_bristlebane_collect_red',57000), (20239,29845,'design_bristlebane_fish_boost',57000), (20240,29846,'design_launch_boost',57000), (20241,29847,'design_powerup_buff_gold',57000), (20242,29848,'design_powerup_buff_green',57000), (20243,29849,'design_powerup_buff_red',57000), (20244,29860,'design_sg_tidal_wave',57000), (20245,29883,'snd_wave_crash01',57000), (20246,29894,'design_music_barrier',57000), (20247,29897,'recline_side',57000), (20248,29898,'result_music_barrier_beam_p2p',57000), (20249,29909,'design_kill',57000), (20250,29910,'design_reef_grow',57000), (20251,29911,'design_ride',57000), (20252,29912,'design_target_reef',57000), (20253,29913,'design_zip_car',57000), (20254,29914,'idle_mode',57000), (20255,29951,'sound_swim_idle',57000), (20256,29952,'sound_swim_walk',57000), (20257,29958,'sound_ulthork_1h_sword_attack',57000), (20258,29959,'sound_ulthork_1h_sword_attack01',57000), (20259,29960,'sound_ulthork_1h_sword_attack02',57000), (20260,29961,'sound_ulthork_1h_sword_attack03',57000), (20261,29962,'sound_ulthork_attack',57000), (20262,29963,'sound_ulthork_attack01',57000), (20263,29964,'sound_ulthork_attack02',57000), (20264,29965,'sound_ulthork_attack03',57000), (20265,29966,'sound_ulthork_dead_enter',57000), (20266,29967,'sound_ulthork_dual_wield_attack',57000), (20267,29968,'sound_ulthork_dual_wield_attack01',57000), (20268,29969,'sound_ulthork_dual_wield_attack02',57000), (20269,29970,'sound_ulthork_dual_wield_attack03',57000), (20270,29971,'sound_ulthork_dual_wield_enter',57000), (20271,29972,'sound_ulthork_ouch',57000), (20272,29973,'sound_ulthork_ouch_down',57000), (20273,29974,'sound_ulthork_ouch_forehand',57000), (20274,29975,'sound_ulthork_whirling_attack',57000), (20275,29976,'sound_ulthork_wildswing',57000), (20276,29987,'design_reef_barrier',57000), (20277,29988,'design_siren_queen_beam_fx',57000), (20278,30001,'result_chainlink_p2p',57000), (20279,30033,'weapon_blood_lust',57000), (20280,30040,'aa_slashing_daggers',57000), (20281,30078,'zombie_eat',57000), (20282,30085,'aa_self_lifetap',57000), (20283,30123,'zombie_sleep',57000), (20284,30124,'zombie_sleep_exit',57000), (20285,30136,'necro_curse',57000), (20286,30145,'snd_meatbeast_ide01',57000), (20287,30146,'snd_meatbeast_jumpsub',57000), (20288,30166,'snd_meatbeast_jump',57000), (20289,30177,'design_ballista_flames',57000), (20290,30178,'design_drake_flame_attack01',57000), (20291,30179,'design_drake_flame_attack02',57000), (20292,30187,'cast_poison_spray_back',57000), (20293,30188,'cast_poison_spray_cone',57000), (20294,30208,'snd_undead_ulthork_eat',57000), (20295,30219,'idle_waterfall',57000), (20296,30224,'snd_illithid_attack',57000), (20297,30225,'snd_illithid_attack01',57000), (20298,30226,'snd_illithid_attack02',57000), (20299,30227,'snd_illithid_attack03',57000), (20300,30228,'snd_illithid_cast01',57000), (20301,30229,'snd_illithid_cast02',57000), (20302,30230,'snd_illithid_cast03',57000), (20303,30231,'snd_illithid_cast04',57000), (20304,30232,'snd_illithid_combat_enter',57000), (20305,30233,'snd_illithid_dead_enter',57000), (20306,30234,'snd_illithid_knockedtoback',57000), (20307,30235,'snd_illithid_knockedtoback_getup',57000), (20308,30236,'snd_illithid_ouch_down',57000), (20309,30237,'snd_illithid_ouch_forehand',57000), (20310,30238,'snd_illithid_ouch_thrust',57000), (20311,30239,'snd_illithid_whirling_attack',57000), (20312,30240,'snd_illithid_wild_swing',57000), (20313,30241,'snd_dodge_whoosh',57000), (20314,30252,'design_feargate_portal',57000), (20315,30265,'othmir_zom_att_vox',57000), (20316,30290,'snd_othmir_zom_feed',57000), (20317,30291,'snd_othmir_zom_sleep_exit',57000), (20318,30309,'sound_othmir_cast1',57000), (20319,30346,'snd_othmir_zom_ouch',57000), (20320,30357,'idle_frightened',57000), (20321,30408,'zen_enter',57000), (20322,30409,'zen_exit',57000), (20323,30410,'zen_idle',57000), (20324,30417,'cast_frog_spit_fx',57000), (20325,30428,'design_ballista_fire_green',57000), (20326,30429,'design_ballista_fire_green_drake_hit',57000), (20327,30430,'design_ballista_load_green',57000), (20328,30433,'result_ballista_fire_green_p2p',57000), (20329,30458,'snd_meatbeast_angry',57000), (20330,30459,'snd_meatbeast_attack',57000), (20331,30460,'snd_meatbeast_attack01',57000), (20332,30461,'snd_meatbeast_combat_enter',57000), (20333,30462,'snd_meatbeast_confused',57000), (20334,30463,'snd_meatbeast_eat',57000), (20335,30464,'snd_meatbeast_hungry',57000), (20336,30465,'snd_meatbeast_ouch',57000), (20337,30466,'snd_meatbeast_sick',57000), (20338,30467,'snd_meatbeast_sit',57000), (20339,30468,'snd_meatbeast_trick',57000), (20340,30475,'ballista_launch_sound',57000), (20341,30476,'ballista_load_sound',57000), (20342,30481,'design_ballista_drake_hit',57000), (20343,30482,'design_ballista_drake_hit02',57000), (20344,30484,'launch',57000), (20345,30485,'launch2',57000), (20346,30486,'launch3',57000), (20347,30487,'launch4',57000), (20348,30488,'launch5',57000), (20349,30528,'sound_flames',57000), (20350,30535,'cast_ink_barrier',57000), (20351,30536,'cast_ink_spray',57000), (20352,30543,'result_ink_zone',57000), (20353,30577,'snd_frogboss_attack',57000), (20354,30578,'snd_frogboss_attack01',57000), (20355,30579,'snd_frogboss_cast_enter',57000), (20356,30580,'snd_frogboss_dead_enter',57000), (20357,30581,'snd_frogboss_ouch',57000), (20358,30588,'cast_lightning_spray_hands',57000), (20359,30595,'result_illithid_chain_lightning_bolt_p2p',57000), (20360,30596,'result_illithid_chain_lightning_p2p',57000), (20361,30621,'snd_siren_queen_rx_attack',57000), (20362,30622,'snd_siren_queen_rx_attack01',57000), (20363,30623,'snd_siren_queen_rx_attack02',57000), (20364,30624,'snd_siren_queen_rx_attack03',57000), (20365,30625,'snd_siren_queen_rx_charge_up',57000), (20366,30626,'snd_siren_queen_rx_combat_enter',57000), (20367,30627,'snd_siren_queen_rx_dead_enter',57000), (20368,30628,'snd_siren_queen_rx_knocktoback',57000), (20369,30629,'snd_siren_queen_rx_knocktoback_getup',57000), (20370,30630,'snd_siren_queen_rx_knocktoknees',57000), (20371,30631,'snd_siren_queen_rx_ouch',57000), (20372,30632,'snd_siren_queen_rx_ouch_backhand',57000), (20373,30633,'snd_siren_queen_rx_ouch_forehand',57000), (20374,30634,'snd_siren_queen_rx_shield_shove',57000), (20375,30635,'snd_siren_queen_rx_whirl_attack',57000), (20376,30636,'snd_siren_queen_rx_wild_swing',57000), (20377,30647,'design_ghostly_seafoam',57000), (20378,30648,'design_othmir_spirit_rise',57000), (20379,30649,'dirt_fx',57000), (20380,30660,'design_blast_cage1',57000), (20381,30661,'design_blast_cage2',57000), (20382,30662,'design_blast_cage3',57000), (20383,30663,'design_cage1',57000), (20384,30664,'design_cage2',57000), (20385,30665,'design_cage3',57000), (20386,30668,'result_water_forced_shader_no_sparkle',57000), (20387,30679,'head1_grow_fx',57000), (20388,30680,'head1_sever_fx',57000), (20389,30681,'head1_spurt_fx',57000), (20390,30682,'head2_grow_fx',57000), (20391,30683,'head2_sever_fx',57000), (20392,30684,'head2_spurt_fx',57000), (20393,30685,'head3_grow_fx',57000), (20394,30686,'head3_sever_fx',57000), (20395,30687,'head3_spurt_fx',57000), (20396,30688,'head4_grow_fx',57000), (20397,30689,'head4_sever_fx',57000), (20398,30690,'head4_spurt_fx',57000), (20399,30691,'head5_grow_fx',57000), (20400,30692,'head5_sever_fx',57000), (20401,30693,'head5_spurt_fx',57000), (20402,30694,'hydra_start',57000), (20403,30720,'snd_jumpwhoosh',57000), (20404,30722,'snd_siren_rx_knocktoknees',57000), (20405,30723,'snd_siren_rx_attack',57000), (20406,30724,'snd_siren_rx_attack01',57000), (20407,30725,'snd_siren_rx_attack02',57000), (20408,30726,'snd_siren_rx_attack03',57000), (20409,30727,'snd_siren_rx_chargeup',57000), (20410,30728,'snd_siren_rx_combat_enter',57000), (20411,30729,'snd_siren_rx_death_enter',57000), (20412,30730,'snd_siren_rx_dualwield_attack',57000), (20413,30731,'snd_siren_rx_dualwield_attack01',57000), (20414,30732,'snd_siren_rx_dualwield_attack02',57000), (20415,30733,'snd_siren_rx_dualwield_attack03',57000), (20416,30734,'snd_siren_rx_dualwield_enter',57000), (20417,30735,'snd_siren_rx_knock_to_back',57000), (20418,30736,'snd_siren_rx_knock_to_back_getup',57000), (20419,30737,'snd_siren_rx_ouch',57000), (20420,30738,'snd_siren_rx_ouch_backhand',57000), (20421,30739,'snd_siren_rx_ouch_forehand',57000), (20422,30740,'snd_siren_rx_shieldshove',57000), (20423,30741,'snd_siren_rx_whirlattack',57000), (20424,30742,'snd_siren_rx_wildswing',57000), (20425,30749,'aa_bone_blast',57000), (20426,30750,'aa_bone_cage',57000), (20427,30757,'_combat_enter',57000), (20428,30758,'_combat_exit',57000), (20429,30759,'all_dead',57000), (20430,30766,'bubble_trail_fx',57000), (20431,30772,'lure_fx',57000), (20432,30779,'_combat_idle01',57000), (20433,30780,'_combat_idle02',57000), (20434,30789,'cast_shell_note_gather',57000), (20435,30794,'result_toxic_head_skulls',57000), (20436,30807,'result_shell_note_charm',57000), (20437,30857,'tinkered_barrel_mount_backup',57000), (20438,30858,'tinkered_barrel_mount_fall',57000), (20439,30859,'tinkered_barrel_mount_fly_backup',57000), (20440,30860,'tinkered_barrel_mount_fly_climb',57000), (20441,30861,'tinkered_barrel_mount_fly_dive',57000), (20442,30862,'tinkered_barrel_mount_fly_down',57000), (20443,30863,'tinkered_barrel_mount_fly_glide',57000), (20444,30864,'tinkered_barrel_mount_fly_glide_left',57000), (20445,30865,'tinkered_barrel_mount_fly_glide_right',57000), (20446,30866,'tinkered_barrel_mount_fly_idle',57000), (20447,30867,'tinkered_barrel_mount_fly_run',57000), (20448,30868,'tinkered_barrel_mount_fly_strafe_left',57000), (20449,30869,'tinkered_barrel_mount_fly_strafe_right',57000), (20450,30870,'tinkered_barrel_mount_fly_turn_left',57000), (20451,30871,'tinkered_barrel_mount_fly_turn_right',57000), (20452,30872,'tinkered_barrel_mount_fly_up',57000), (20453,30873,'tinkered_barrel_mount_fly_walk',57000), (20454,30874,'tinkered_barrel_mount_glide',57000), (20455,30875,'tinkered_barrel_mount_glide_left',57000), (20456,30876,'tinkered_barrel_mount_glide_right',57000), (20457,30877,'tinkered_barrel_mount_idle',57000), (20458,30878,'tinkered_barrel_mount_jump',57000), (20459,30879,'tinkered_barrel_mount_land',57000), (20460,30880,'tinkered_barrel_mount_long_fall',57000), (20461,30881,'tinkered_barrel_mount_run',57000), (20462,30882,'tinkered_barrel_mount_turn_left',57000), (20463,30883,'tinkered_barrel_mount_turn_right',57000), (20464,30884,'tinkered_barrel_mount_walk',57000), (20465,30891,'cast_clouds_head_inhale',57000), (20466,30894,'cast_sonic_shout',57000), (20467,30919,'snd_fish_angler_attack',57000), (20468,30920,'snd_fish_angler_attack_01',57000), (20469,30921,'snd_fish_angler_attack_02',57000), (20470,30922,'snd_fish_angler_attack_03',57000), (20471,30923,'snd_fish_angler_cast',57000), (20472,30924,'snd_fish_angler_charge_up_and_combat_enter',57000), (20473,30925,'snd_fish_angler_death_enter',57000), (20474,30926,'snd_fish_angler_dodge_and_dodge_thrust',57000), (20475,30927,'snd_fish_angler_dodge_backhand',57000), (20476,30928,'snd_fish_angler_dodge_down',57000), (20477,30929,'snd_fish_angler_dodge_forehand1',57000), (20478,30930,'snd_fish_angler_ouch_backhand',57000), (20479,30931,'snd_fish_angler_ouch_down',57000), (20480,30932,'snd_fish_angler_ouch_forehand',57000), (20481,30933,'snd_fish_angler_ouch_thrust',57000), (20482,30934,'snd_fish_angler_run',57000), (20483,30935,'snd_fish_angler_walk',57000), (20484,30936,'snd_fish_angler_whirl_attack',57000), (20485,30937,'snd_fish_angler_wild_swing',57000), (20486,30950,'result_fist_counter',57000), (20487,30951,'result_fist_pound',57000), (20488,30952,'result_fist_pound_blast',57000), (20489,30976,'snd_hydra_1h_sword_attack',57000), (20490,30977,'snd_hydra_1h_sword_attack01',57000), (20491,30978,'snd_hydra_1h_sword_attack02',57000), (20492,30979,'snd_hydra_1h_sword_attack03',57000), (20493,30980,'snd_hydra_1h_sword_idle01',57000), (20494,30981,'snd_hydra_2h_knocktoback',57000), (20495,30982,'snd_hydra_2h_knocktoback_getup',57000), (20496,30983,'snd_hydra_2h_sword_attack',57000), (20497,30984,'snd_hydra_2h_sword_attack01',57000), (20498,30985,'snd_hydra_2h_sword_attack02',57000), (20499,30986,'snd_hydra_2h_sword_attack03',57000), (20500,30987,'snd_hydra_2h_sword_dead_enter',57000), (20501,30988,'snd_hydra_2h_sword_enter',57000), (20502,30989,'snd_hydra_2h_sword_idle01',57000), (20503,30990,'snd_hydra_4to5_enter',57000), (20504,30991,'snd_hydra_attack',57000), (20505,30992,'snd_hydra_attack01',57000), (20506,30993,'snd_hydra_attack02',57000), (20507,30994,'snd_hydra_attack03',57000), (20508,30995,'snd_hydra_cast_01',57000), (20509,30996,'snd_hydra_cast_02',57000), (20510,30997,'snd_hydra_cast_03',57000), (20511,30998,'snd_hydra_cast_04',57000), (20512,30999,'snd_hydra_cast_05',57000), (20513,31000,'snd_hydra_combat_idle01',57000), (20514,31001,'snd_hydra_dual_wield_attack',57000), (20515,31002,'snd_hydra_dual_wield_attack01',57000), (20516,31003,'snd_hydra_dual_wield_attack02',57000), (20517,31004,'snd_hydra_dual_wield_attack03',57000), (20518,31005,'snd_hydra_dual_wield_idle01',57000), (20519,31006,'snd_hydra_head_one_dead_exit',57000), (20520,31007,'snd_hydra_head_three_dead_exit',57000), (20521,31008,'snd_hydra_head_two_dead_exit',57000), (20522,31009,'snd_hydra_head_zero_dead_exit',57000), (20523,31010,'snd_hydra_pike_attack',57000), (20524,31011,'snd_hydra_pike_attack01',57000), (20525,31012,'snd_hydra_pike_attack02',57000), (20526,31013,'snd_hydra_pike_attack03',57000), (20527,31014,'snd_hydra_pike_idle01',57000), (20528,31021,'acid_blast_fx',57000), (20529,31022,'cast_acid_spit_fx',57000), (20530,31023,'cast_acid_spray',57000), (20531,31024,'cast_fang_fx',57000), (20532,31027,'cast_water_spouts',57000), (20533,31030,'head1_cauterize_fx',57000), (20534,31031,'head2_cauterize_fx',57000), (20535,31032,'head3_cauterize_fx',57000), (20536,31033,'head4_cauterize_fx',57000), (20537,31034,'head5_cauterize_fx',57000), (20538,31045,'design_blue_pool',57000), (20539,31046,'design_red_pool',57000), (20540,31047,'design_yellow_pool',57000), (20541,31109,'trdskl_othmir_tusk_staff',57000), (20542,31141,'snd_dragon_made_golem_jump',57000), (20543,31142,'snd_dragon_made_golem_attack_01',57000), (20544,31143,'snd_dragon_made_golem_attack_02',57000), (20545,31144,'snd_dragon_made_golem_attack_03',57000), (20546,31145,'snd_dragon_made_golem_cast_01',57000), (20547,31146,'snd_dragon_made_golem_cast_02',57000), (20548,31147,'snd_dragon_made_golem_combat_enter',57000), (20549,31148,'snd_dragon_made_golem_combat_exit',57000), (20550,31149,'snd_dragon_made_golem_combat_idle_01',57000), (20551,31150,'snd_dragon_made_golem_combat_idle_02',57000), (20552,31151,'snd_dragon_made_golem_death_enter',57000), (20553,31152,'snd_dragon_made_golem_death_exit',57000), (20554,31153,'snd_dragon_made_golem_ouch_backhand',57000), (20555,31154,'snd_dragon_made_golem_ouch_down',57000), (20556,31155,'snd_dragon_made_golem_ouch_forehand',57000), (20557,31156,'snd_dragon_made_golem_ouch_thrust',57000), (20558,31157,'snd_dragon_made_golem_pile_driver',57000), (20559,31158,'snd_dragon_made_golem_shield_shove',57000), (20560,31159,'snd_dragon_made_golem_whirl_attack',57000), (20561,31170,'design_barrier_active',57000), (20562,31181,'design_meditate_fx',57000), (20563,31192,'ethereal_construct_idle_base',57000), (20564,31193,'ethereal_construct_attack',57000), (20565,31194,'ethereal_construct_attack_01',57000), (20566,31195,'ethereal_construct_attack_02',57000), (20567,31196,'ethereal_construct_attack_03',57000), (20568,31197,'ethereal_construct_death_enter',57000), (20569,31198,'ethereal_construct_deffensive_buff',57000), (20570,31199,'ethereal_construct_fist_catch',57000), (20571,31200,'ethereal_construct_footsteps',57000), (20572,31201,'ethereal_construct_idle_01',57000), (20573,31202,'ethereal_construct_idle_02',57000), (20574,31203,'ethereal_construct_offensive_buff',57000), (20575,31204,'ethereal_construct_ouch',57000), (20576,31205,'ethereal_construct_ouch_backhand',57000), (20577,31206,'ethereal_construct_ouch_down',57000), (20578,31207,'ethereal_construct_ouch_knock_back',57000), (20579,31208,'ethereal_construct_ouch_knock_back_get_up',57000), (20580,31209,'ethereal_construct_sit_enter',57000), (20581,31210,'ethereal_construct_sit_exit',57000), (20582,31211,'ethereal_construct_weapon_attack_01',57000), (20583,31212,'ethereal_construct_weapon_attack_03',57000), (20584,31213,'ethereal_construct_weapon_combat_enter',57000), (20585,31214,'ethereal_construct_weapon_combat_exit',57000), (20586,31215,'ethereal_construct_weapon_death_enter',57000), (20587,31216,'ethereal_construct_weapon_super_buff',57000), (20588,31217,'ethereal_construct_wild_swing',57000), (20589,31224,'cast_assassin_mythical_fx',57000), (20590,31225,'cast_beastlord_mythical_fx',57000), (20591,31226,'cast_berserker_mythical_fx',57000), (20592,31227,'cast_brigand_mythical_fx',57000), (20593,31228,'cast_bruiser_mythical_fx',57000), (20594,31229,'cast_coercer_mythical_fx',57000), (20595,31230,'cast_conjuror_mythical_fx',57000), (20596,31231,'cast_defiler_mythical_fx',57000), (20597,31232,'cast_dirge_mythical_fx',57000), (20598,31233,'cast_fury_mythical_fx',57000), (20599,31234,'cast_guardian_mythical_fx',57000), (20600,31235,'cast_illusionist_mythical_fx',57000), (20601,31236,'cast_inquisitor_mythical_fx',57000), (20602,31237,'cast_monk_mythical_fx',57000), (20603,31238,'cast_mystic_mythical_fx',57000), (20604,31239,'cast_necromancer_mythical_fx',57000), (20605,31240,'cast_paladin_mythical_fx',57000), (20606,31243,'cast_ranger_mythical_fx',57000), (20607,31244,'cast_shadowknight_mythical_fx',57000), (20608,31245,'cast_swashbuckler_mythical_fx',57000), (20609,31246,'cast_templar_mythical_fx',57000), (20610,31247,'cast_troubador_mythical_fx',57000), (20611,31248,'cast_warden_mythical_fx',57000), (20612,31249,'cast_warlock_mythical_fx',57000), (20613,31250,'cast_wizard_mythical_fx',57000), (20614,31261,'design_undead_ward',57000), (20615,31268,'aa_holy_circle_summon',57000), (20616,31279,'cursed_nayad_attack',57000), (20617,31280,'cursed_nayad_death',57000), (20618,31281,'cursed_nayad_take_damage',57000), (20619,31288,'cast_flame_emblem',57000), (20620,31289,'cast_flame_punchdown',57000), (20621,31290,'cast_flaming_sun_beams',57000), (20622,31291,'cast_hand_fireball',57000), (20623,31294,'cast_sun_sphere',57000), (20624,31295,'cast_weapon_flames_bottom',57000), (20625,31296,'cast_weapon_flames_top',57000), (20626,31299,'design_sol_ro_perimiter',57000), (20627,31303,'result_solusek_nuke_blast',57000), (20628,31314,'design_sol_ro_perimeter',57000), (20629,31315,'dontuse__ouch',57000), (20630,31316,'dontuse_dodge_backhand',57000), (20631,31317,'dontuse_dodge_down',57000), (20632,31318,'dontuse_dodge_forehand',57000), (20633,31319,'dontuse_dodge_thrust',57000), (20634,31320,'dontuse_fly_enter',57000), (20635,31321,'dontuse_habitat01',57000), (20636,31322,'dontuse_habitat02',57000), (20637,31323,'dontuse_habitat03',57000), (20638,31324,'dontuse_idle03',57000), (20639,31325,'dontuse_knockeddowntoknees',57000), (20640,31326,'dontuse_ouch_backhand',57000), (20641,31327,'dontuse_ouch_down',57000), (20642,31328,'dontuse_ouch_forehand',57000), (20643,31329,'dontuse_ouch_thrust',57000), (20644,31330,'dontuse_swim_backup',57000), (20645,31331,'dontuse_swim_idle',57000), (20646,31332,'dontuse_swim_run',57000), (20647,31333,'dontuse_swim_walk',57000), (20648,31336,'lizardkin_1h_sword_attack',57000), (20649,31337,'lizardkin_1h_sword_attack_01',57000), (20650,31338,'lizardkin_1h_sword_attack_02',57000), (20651,31339,'lizardkin_1h_sword_attack_03',57000), (20652,31340,'lizardkin_1h_sword_enter',57000), (20653,31341,'lizardkin_bow_attack',57000), (20654,31342,'lizardkin_bow_enter',57000), (20655,31343,'lizardkin_bow_exit',57000), (20656,31344,'lizardkin_cast',57000), (20657,31345,'lizardkin_charge_up',57000), (20658,31346,'lizardkin_death_enter',57000), (20659,31347,'lizardkin_dodge_backhand',57000), (20660,31348,'lizardkin_dodge_down',57000), (20661,31349,'lizardkin_dodge_forehand',57000), (20662,31350,'lizardkin_dodge_thrust',57000), (20663,31351,'lizardkin_footstep',57000), (20664,31352,'lizardkin_get_up',57000), (20665,31353,'lizardkin_jump',57000), (20666,31354,'lizardkin_knockback_get_up',57000), (20667,31355,'lizardkin_ouch',57000), (20668,31356,'lizardkin_ouch_backhand',57000), (20669,31357,'lizardkin_ouch_down',57000), (20670,31358,'lizardkin_ouch_forehand',57000), (20671,31359,'lizardkin_sit_enter',57000), (20672,31360,'lizardkin_sit_exit',57000), (20673,31361,'lizardkin_sword_exit',57000), (20674,31362,'lizardkin_whirl_attack',57000), (20675,31363,'lizardkin_wildswing',57000), (20676,31377,'puppeteer_enter',57000), (20677,31378,'puppeteer_idle',57000), (20678,31379,'puppeter_exit',57000), (20679,31386,'cast_hand_fireball_blast',57000), (20680,31397,'design_door_smoke',57000), (20681,31398,'design_plasma_barrier',57000), (20682,31402,'puppeteer_exit',57000), (20683,31416,'result_solusek_sun_beam_blast',57000), (20684,31417,'ro_death_portal',57000), (20685,31418,'ro_sun_beam',57000), (20686,31427,'console_dead',57000), (20687,31428,'console_idle',57000), (20688,31429,'console_ouch',57000), (20689,31439,'crash',57000), (20690,31441,'dead_idle',57000), (20691,31443,'fly_dodge01',57000), (20692,31444,'fly_trans_left',57000), (20693,31497,'test',57000), (20694,31504,'cannon_fire_blast_aoe',57000), (20695,31551,'solusek_death_enter',57000), (20696,31552,'solusek_ro_attack',57000), (20697,31553,'solusek_ro_attack_01',57000), (20698,31554,'solusek_ro_attack_02',57000), (20699,31555,'solusek_ro_attack_03',57000), (20700,31556,'solusek_ro_cast',57000), (20701,31557,'solusek_ro_cast_04',57000), (20702,31558,'solusek_ro_cast_09',57000), (20703,31559,'solusek_ro_charge_up',57000), (20704,31560,'solusek_ro_combat_enter',57000), (20705,31561,'solusek_ro_combat_exit',57000), (20706,31562,'solusek_ro_foot_steps',57000), (20707,31563,'solusek_ro_jump',57000), (20708,31564,'solusek_ro_ouch',57000), (20709,31565,'solusek_ro_shield_shove',57000), (20710,31566,'solusek_ro_whirl_attack',57000), (20711,31567,'solusek_ro_wild_swing',57000), (20712,31581,'scene_04',57000), (20713,31582,'scene_09',57000), (20714,31583,'scene_10',57000), (20715,31597,'scene04',57000), (20716,31598,'scene09',57000), (20717,31599,'scene10',57000), (20718,31611,'fly_left',57000), (20719,31614,'scene02',57000), (20720,31615,'scene05',57000), (20721,31616,'scene07',57000), (20722,31617,'scene08_flycircle',57000), (20723,31618,'scene08_flyenter',57000), (20724,31619,'scene08_flyidle',57000), (20725,31633,'scene02_intro',57000), (20726,31634,'scene04_roar',57000), (20727,31635,'scene06_flyleft',57000), (20728,31636,'scene08_flyexit',57000), (20729,31637,'scene09_flyover',57000), (20730,31651,'scene08_long',57000), (20731,31660,'cast_prism_breath',57000), (20732,31666,'scene08_long_alt',57000), (20733,31673,'cast_icy_breath',57000), (20734,31680,'cast_fighter_aa_reassignment_fx',57000), (20735,31681,'cast_mage_aa_reassignment_fx',57000), (20736,31684,'cast_priest_aa_reassignment_fx',57000), (20737,31685,'cast_scout_aa_reassignment_fx',57000), (20738,31691,'scene02_spawn',57000), (20739,31692,'scene09_crash',57000), (20740,31707,'sit_talking_idle',57000), (20741,31757,'trdskl_scribing01_snd',57000), (20742,31758,'trdskl_scribing02_snd',57000), (20743,31759,'trdskl_scribing03_snd',57000), (20744,31760,'trdskl_scribing04_snd',57000), (20745,31771,'design_light',57000), (20746,31775,'scene02_shout',57000), (20747,31789,'result_tear_of_veeshan_channeling_p2p',57000), (20748,31798,'cast_tear_shout',57000), (20749,31801,'design_tear_energy_gather',57000), (20750,31802,'design_tear_energy_release',57000), (20751,31806,'result_explode_up',57000), (20752,31807,'result_kerafyrm_tear_runes_p2p',57000), (20753,31808,'result_tear_blast',57000), (20754,31809,'result_tear_chain_channeling_p2p',57000), (20755,31810,'result_veeshan_teleport',57000), (20756,31811,'scene06_fly_left',57000), (20757,31812,'scene08_belowground',57000), (20758,31821,'charge_of_silence',57000), (20759,31824,'design_dome_of_silence',57000), (20760,31835,'design_break_chains',57000), (20761,31836,'design_rock_water_blast',57000), (20762,31839,'kerafyrm_wingflap_lrg_long',57000), (20763,31840,'kerafyrm_wingflap_lrg_med',57000), (20764,31841,'kerafyrm_wingflap_lrg_shor',57000), (20765,31842,'misst_target_trigger',57000), (20766,31849,'antonia_soulsuck_hover',57000), (20767,31850,'antonia_soulsuck_hover_exit',57000), (20768,31855,'dontuse_scene06_fly_left',57000), (20769,31856,'dontuse_scene06_flyleft',57000), (20770,31857,'dontuse_scene08_flycircle',57000), (20771,31858,'dontuse_scene08_flyenter',57000), (20772,31859,'dontuse_scene08_flyexit',57000), (20773,31860,'dontuse_scene08_flyidle',57000), (20774,31903,'snd_yelinak_wing_flaps',57000), (20775,31915,'unforl',57000), (20776,31922,'cast_hand_fx_in',57000), (20777,31930,'result_chest_flare',57000), (20778,31931,'result_lucan_essense_suck_p2p',57000), (20779,31932,'result_veeshan_tear_energy_absorb_p2p',57000), (20780,31972,'soulsuck_exit',57000), (20781,31985,'kerafyrm_bite',57000), (20782,31986,'kerafyrm_firebreath',57000), (20783,31987,'kerafyrm_foley_intro',57000), (20784,31988,'kerafyrm_foley_roar',57000), (20785,31989,'kerafyrm_vox_flyover',57000), (20786,31990,'kerafyrm_vox_idlebreath',57000), (20787,31991,'kerafyrm_vox_intro',57000), (20788,31992,'kerafyrm_vox_roar',57000), (20789,31993,'kerafyrm_wing_by',57000), (20790,31994,'kerafyrm_wing_by_long',57000), (20791,31996,'scene02_enter_convo',57000), (20792,31997,'scene02_look_convo',57000), (20793,32037,'snd_yelinak_breath',57000), (20794,32038,'snd_yelinak_crash_impact',57000), (20795,32039,'snd_yelinak_roar_01',57000), (20796,32040,'snd_yelinak_wing_by',57000), (20797,32041,'snd_yelinak_wing_by_long',57000), (20798,32048,'blast_rune_ring',57000), (20799,32053,'design_ring_black',57000), (20800,32054,'design_ring_blue',57000), (20801,32055,'design_ring_green',57000), (20802,32056,'design_ring_orange',57000), (20803,32057,'design_ring_purple',57000), (20804,32058,'design_ring_red',57000), (20805,32059,'design_ring_yellow',57000), (20806,32074,'skull_attack_fx',57000), (20807,32124,'tiered_truespirit_arrow_barrage',57000), (20808,32131,'cast_assassin',57000), (20809,32132,'cast_beastlord',57000), (20810,32133,'cast_berserker',57000), (20811,32134,'cast_brigand',57000), (20812,32135,'cast_bruiser',57000), (20813,32136,'cast_channeler',57000), (20814,32137,'cast_guardian',57000), (20815,32138,'cast_monk',57000), (20816,32141,'cast_ranger',57000), (20817,32142,'cast_swashbuckler',57000), (20818,32198,'tiered_essence_channel_p2p',57000), (20819,32199,'tiered_eye_arrow_p2p',57000), (20820,32206,'bubbles_fx',57000), (20821,32238,'snd_idle01',57000), (20822,32239,'snd_idle02',57000), (20823,32249,'snd_trick01',57000), (20824,32250,'snd_trick02',57000), (20825,32268,'tiered_heal_arrow_blast',57000), (20826,32269,'trick01',57000), (20827,32270,'trick02',57000), (20828,32271,'unfurl',57000), (20829,32278,'cast_conduit_input',57000), (20830,32286,'result_conduit_p2p',57000), (20831,32287,'result_sword_cyclone',57000), (20832,32300,'kerafyrm_vox_shout_01',57000), (20833,32301,'kerafyrm_vox_shout_roar_01',57000), (20834,32302,'kerafyrm_vox_shout_roar_02',57000), (20835,32304,'result_chains_barrier',57000), (20836,32305,'result_conduit_chain_p2p',57000), (20837,32306,'result_dissonance_barrier',57000), (20838,32307,'result_healing_wisps',57000), (20839,32314,'aa_shield_barrier_buff',57000), (20840,32319,'design_boiling_flames_warning',57000), (20841,32323,'result_heal_ball_p2p',57000), (20842,32324,'result_ring_flare',57000), (20843,32325,'result_stone_copy_shield',57000), (20844,32326,'result_weaving_wisp',57000), (20845,32340,'result_bubble_sphere_prism',57000), (20846,32341,'result_spirits_blast_out_dark',57000), (20847,32348,'aa_shield_barrier_heal',57000), (20848,32356,'result_poison_spiral_ball_p2p',57000), (20849,32357,'result_weaving2_wisp',57000), (20850,32369,'idle_360',57000), (20851,32372,'result_quickened_heal',57000), (20852,32373,'1h_sword_attack_01',57000), (20853,32374,'1h_sword_attack_02',57000), (20854,32375,'1h_sword_attack_03',57000), (20855,32376,'1h_sword_combat_buff',57000), (20856,32377,'1h_sword_combat_idle',57000), (20857,32378,'1h_sword_death',57000), (20858,32379,'1h_sword_idle_fidget_01',57000), (20859,32380,'1h_sword_idle_fidget_02',57000), (20860,32381,'1h_sword_turn_left',57000), (20861,32382,'2h_sword_ground_attack_01',57000), (20862,32383,'2h_sword_ground_attack_02',57000), (20863,32384,'2h_sword_ground_combat_buff',57000), (20864,32385,'2h_sword_ground_death',57000), (20865,32386,'2h_sword_ground_dodge_backhand',57000), (20866,32387,'2h_sword_ground_dodge_down',57000), (20867,32388,'2h_sword_ground_dodge_forehand',57000), (20868,32389,'2h_sword_ground_dodge_thrust',57000), (20869,32390,'2h_sword_ground_idle',57000), (20870,32391,'2h_sword_ground_idle_fidget',57000), (20871,32392,'2h_sword_ground_ouch_backhand',57000), (20872,32393,'2h_sword_ground_ouch_down',57000), (20873,32394,'2h_sword_ground_ouch_forehand',57000), (20874,32395,'2h_sword_ground_ouch_thrust',57000), (20875,32402,'aa_reactive_buff',57000), (20876,32403,'cast_draining_portal_fx',57000), (20877,32405,'cast_portal_energy_release',57000), (20878,32412,'result_drain_essence_p2p',57000), (20879,32413,'result_energy_release_death',57000), (20880,32420,'cast_golem_head_summon',57000), (20881,32428,'result_golem_head_interception',57000), (20882,32479,'tiered_spirit_tiger_lounging',57000), (20883,32488,'clear',57000), (20884,32493,'miss',57000), (20885,32495,'result_beetle_barrier_buff',57000), (20886,32496,'result_oxygen_tunnel',57000), (20887,32547,'tiered_heal_cone_forward',57000), (20888,32548,'tiered_root_shield',57000), (20889,32559,'design_lava_wave',57000), (20890,32560,'eating_idle',57000), (20891,32614,'trapped_exit',57000), (20892,32615,'trapped_idle',57000), (20893,32629,'result_shadow_bind',57000), (20894,32640,'design_zone_blast_fx',57000), (20895,32694,'vulakk_breathe_fire',57000), (20896,32701,'cast_heal_ball_gather',57000), (20897,62189,'kill_aa_rune_out_buff',57000), (20898,62196,'kill_aa_wind_blast',57000), (20899,62215,'kill_snd_gumdrop_fs',57000), (20900,62231,'kill_sound_fs',57000), (20901,62275,'kill_wyvern_mount_backup',57000), (20902,62276,'kill_wyvern_mount_fall',57000), (20903,62277,'kill_wyvern_mount_fly_backup',57000), (20904,62278,'kill_wyvern_mount_fly_climb',57000), (20905,62279,'kill_wyvern_mount_fly_dive',57000), (20906,62280,'kill_wyvern_mount_fly_down',57000), (20907,62281,'kill_wyvern_mount_fly_glide',57000), (20908,62282,'kill_wyvern_mount_fly_glide_left',57000), (20909,62283,'kill_wyvern_mount_fly_glide_right',57000), (20910,62284,'kill_wyvern_mount_fly_idle',57000), (20911,62285,'kill_wyvern_mount_fly_run',57000), (20912,62286,'kill_wyvern_mount_fly_strafe_left',57000), (20913,62287,'kill_wyvern_mount_fly_strafe_right',57000), (20914,62288,'kill_wyvern_mount_fly_turn_left',57000), (20915,62289,'kill_wyvern_mount_fly_turn_right',57000), (20916,62290,'kill_wyvern_mount_fly_up',57000), (20917,62291,'kill_wyvern_mount_fly_walk',57000), (20918,62292,'kill_wyvern_mount_idle',57000), (20919,62293,'kill_wyvern_mount_idle01',57000), (20920,62294,'kill_wyvern_mount_jump',57000), (20921,62295,'kill_wyvern_mount_jump_substitute',57000), (20922,62296,'kill_wyvern_mount_land',57000), (20923,62297,'kill_wyvern_mount_long_fall',57000), (20924,62298,'kill_wyvern_mount_run',57000), (20925,62299,'kill_wyvern_mount_turn_left',57000), (20926,62300,'kill_wyvern_mount_turn_right',57000), (20927,62301,'kill_wyvern_mount_walk',57000), (20928,62308,'kill_aa_spirit_mongoose',57000), (20929,62309,'kill_aa_unyielding_will',57000), (20930,62316,'kill_aa_hammer_buff',57000), (20931,62317,'kill_aa_speed_buff',57000), (20932,62321,'kill_cookie_gumdrop_fx',57000), (20933,62325,'kill_result_elephant_trample',57000), (20934,62326,'kill_scared',57000), (20935,62333,'kill_aa_anger_buff',57000), (20936,62334,'kill_aa_lance_attack',57000), (20937,62335,'kill_aa_plane_shift',57000), (20938,62349,'kill_skyshrine_drake_fly_fall',57000), (20939,62380,'kill_wyvern_mount_fly_fall',57000), (20940,62387,'kill_aa_heal_flourish',57000), (20941,62394,'kill_aa_frenzy',57000), (20942,62405,'kill_design_night_eyes',57000), (20943,62412,'kill_aa_hammer_smite',57000), (20944,62419,'kill_aa_blast_circle',57000), (20945,62426,'kill_aa_spirit_tree',57000), (20946,62427,'kill_2h_sword_run',57000), (20947,62434,'kill__idle03',57000), (20948,62445,'kill_design_sg_dome_beam_fx01',57000), (20949,62446,'kill_design_sg_dome_beam_fx02',57000), (20950,62447,'kill_design_sg_dome_beam_fx03',57000), (20951,62448,'kill_design_sg_dome_beam_fx04',57000), (20952,62449,'kill_design_sg_dome_beam_fx05',57000), (20953,62450,'kill_design_sg_dome_beam_fx06',57000), (20954,62451,'kill_design_sg_dome_fx',57000), (20955,62458,'kill_aa_spirit_circle_summon',57000), (20956,62465,'kill_aa_ancestral_gather',57000), (20957,62466,'kill_aa_divine_burst',57000), (20958,62467,'kill_aa_rune_debuff_all',57000), (20959,62468,'kill_aa_spirit_swirl_hit',57000), (20960,62469,'kill_2h_sword_dead',57000), (20961,62470,'kill_2h_sword_dead_enter',57000), (20962,62481,'kill_dual_wield_run',57000), (20963,62484,'kill_pike_run',57000), (20964,62485,'kill_2h_idle',57000), (20965,62486,'kill_2h_knockedtoback',57000), (20966,62487,'kill_2h_knockedtoback_getup',57000), (20967,62488,'kill_2h_knockedtoback_onbackidle',57000), (20968,62497,'kill_cast_rock_strike_targeted',57000), (20969,62500,'kill_four_to_five_enter',57000), (20970,62501,'kill_head_four_dead',57000), (20971,62502,'kill_head_one_dead',57000), (20972,62503,'kill_head_one_dead_enter',57000), (20973,62504,'kill_head_one_dead_exit',57000), (20974,62505,'kill_head_three_dead',57000), (20975,62506,'kill_head_three_dead_exit',57000), (20976,62507,'kill_head_two_dead',57000), (20977,62508,'kill_head_two_dead_exit',57000), (20978,62509,'kill_head_zero_dead',57000), (20979,62510,'kill_head_zero_dead_enter',57000), (20980,62511,'kill_head_zero_dead_exit',57000), (20981,62518,'kill_aa_dancing_blades',57000), (20982,62523,'kill_head_four_dead_enter',57000), (20983,62524,'kill_head_three_dead_enter',57000), (20984,62525,'kill_head_two_dead_enter',57000), (20985,62528,'kill_result_paper_scatter',57000), (20986,62529,'kill_2h_sword_idle01',57000), (20987,62536,'kill_aa_hand_notes',57000), (20988,62537,'kill_aa_hand_spin_notes',57000), (20989,62538,'kill_aa_music_blast_ball',57000), (20990,62539,'kill_aa_music_bubble',57000), (20991,62540,'kill_aa_notes_shield',57000), (20992,62541,'kill_cast_01',57000), (20993,62542,'kill_cast_02',57000), (20994,62543,'kill_cast_03',57000), (20995,62544,'kill_cast_04',57000), (20996,62545,'kill_cast_05',57000), (20997,62552,'kill__dont_use_dead',57000), (20998,62553,'kill__dont_use_dead_enter',57000), (20999,62554,'kill_aa_coin_toss',57000), (21000,62555,'kill_aa_death_mark',57000), (21001,62556,'kill_aa_notes_swirling',57000), (21002,62561,'kill_head_carry',57000), (21003,62574,'kill_result_fireworks_brew_burst',57000), (21004,62575,'kill_result_fireworks_confetti_brewday',57000), (21005,62576,'kill_result_fireworks_shamrock_sparkle_burst',57000), (21006,62589,'kill_result_fireworks_flare_beads_burst',57000), (21007,62590,'kill_result_fireworks_flare_cards_burst',57000), (21008,62591,'kill_result_fireworks_flare_coins_burst',57000), (21009,62599,'kill_snd_parrot_vox',57000), (21010,62610,'kill_design_bristlebane_collect_gold',57000), (21011,62611,'kill_design_bristlebane_collect_green',57000), (21012,62612,'kill_design_bristlebane_collect_red',57000), (21013,62613,'kill_design_bristlebane_fish_boost',57000), (21014,62614,'kill_design_launch_boost',57000), (21015,62615,'kill_design_powerup_buff_gold',57000), (21016,62616,'kill_design_powerup_buff_green',57000), (21017,62617,'kill_design_powerup_buff_red',57000), (21018,62628,'kill_design_sg_tidal_wave',57000), (21019,62651,'kill_snd_wave_crash01',57000), (21020,62662,'kill_design_music_barrier',57000), (21021,62665,'kill_recline_side',57000), (21022,62666,'kill_result_music_barrier_beam_p2p',57000), (21023,62677,'kill_design_kill',57000), (21024,62678,'kill_design_reef_grow',57000), (21025,62679,'kill_design_ride',57000), (21026,62680,'kill_design_target_reef',57000), (21027,62681,'kill_design_zip_car',57000), (21028,62682,'kill_idle_mode',57000), (21029,62719,'kill_sound_swim_idle',57000), (21030,62720,'kill_sound_swim_walk',57000), (21031,62726,'kill_sound_ulthork_1h_sword_attack',57000), (21032,62727,'kill_sound_ulthork_1h_sword_attack01',57000), (21033,62728,'kill_sound_ulthork_1h_sword_attack02',57000), (21034,62729,'kill_sound_ulthork_1h_sword_attack03',57000), (21035,62730,'kill_sound_ulthork_attack',57000), (21036,62731,'kill_sound_ulthork_attack01',57000), (21037,62732,'kill_sound_ulthork_attack02',57000), (21038,62733,'kill_sound_ulthork_attack03',57000), (21039,62734,'kill_sound_ulthork_dead_enter',57000), (21040,62735,'kill_sound_ulthork_dual_wield_attack',57000), (21041,62736,'kill_sound_ulthork_dual_wield_attack01',57000), (21042,62737,'kill_sound_ulthork_dual_wield_attack02',57000), (21043,62738,'kill_sound_ulthork_dual_wield_attack03',57000), (21044,62739,'kill_sound_ulthork_dual_wield_enter',57000), (21045,62740,'kill_sound_ulthork_ouch',57000), (21046,62741,'kill_sound_ulthork_ouch_down',57000), (21047,62742,'kill_sound_ulthork_ouch_forehand',57000), (21048,62743,'kill_sound_ulthork_whirling_attack',57000), (21049,62744,'kill_sound_ulthork_wildswing',57000), (21050,62755,'kill_design_reef_barrier',57000), (21051,62756,'kill_design_siren_queen_beam_fx',57000), (21052,62769,'kill_result_chainlink_p2p',57000), (21053,62801,'kill_weapon_blood_lust',57000), (21054,62808,'kill_aa_slashing_daggers',57000), (21055,62846,'kill_zombie_eat',57000), (21056,62853,'kill_aa_self_lifetap',57000), (21057,62891,'kill_zombie_sleep',57000), (21058,62892,'kill_zombie_sleep_exit',57000), (21059,62904,'kill_necro_curse',57000), (21060,62913,'kill_snd_meatbeast_ide01',57000), (21061,62914,'kill_snd_meatbeast_jumpsub',57000), (21062,62934,'kill_snd_meatbeast_jump',57000), (21063,62945,'kill_design_ballista_flames',57000), (21064,62946,'kill_design_drake_flame_attack01',57000), (21065,62947,'kill_design_drake_flame_attack02',57000), (21066,62955,'kill_cast_poison_spray_back',57000), (21067,62956,'kill_cast_poison_spray_cone',57000), (21068,62976,'kill_snd_undead_ulthork_eat',57000), (21069,62987,'kill_idle_waterfall',57000), (21070,62992,'kill_snd_illithid_attack',57000), (21071,62993,'kill_snd_illithid_attack01',57000), (21072,62994,'kill_snd_illithid_attack02',57000), (21073,62995,'kill_snd_illithid_attack03',57000), (21074,62996,'kill_snd_illithid_cast01',57000), (21075,62997,'kill_snd_illithid_cast02',57000), (21076,62998,'kill_snd_illithid_cast03',57000), (21077,62999,'kill_snd_illithid_cast04',57000), (21078,63000,'kill_snd_illithid_combat_enter',57000), (21079,63001,'kill_snd_illithid_dead_enter',57000), (21080,63002,'kill_snd_illithid_knockedtoback',57000), (21081,63003,'kill_snd_illithid_knockedtoback_getup',57000), (21082,63004,'kill_snd_illithid_ouch_down',57000), (21083,63005,'kill_snd_illithid_ouch_forehand',57000), (21084,63006,'kill_snd_illithid_ouch_thrust',57000), (21085,63007,'kill_snd_illithid_whirling_attack',57000), (21086,63008,'kill_snd_illithid_wild_swing',57000), (21087,63009,'kill_snd_dodge_whoosh',57000), (21088,63020,'kill_design_feargate_portal',57000), (21089,63033,'kill_othmir_zom_att_vox',57000), (21090,63058,'kill_snd_othmir_zom_feed',57000), (21091,63059,'kill_snd_othmir_zom_sleep_exit',57000), (21092,63077,'kill_sound_othmir_cast1',57000), (21093,63114,'kill_snd_othmir_zom_ouch',57000), (21094,63125,'kill_idle_frightened',57000), (21095,63176,'kill_zen_enter',57000), (21096,63177,'kill_zen_exit',57000), (21097,63178,'kill_zen_idle',57000), (21098,63185,'kill_cast_frog_spit_fx',57000), (21099,63196,'kill_design_ballista_fire_green',57000), (21100,63197,'kill_design_ballista_fire_green_drake_hit',57000), (21101,63198,'kill_design_ballista_load_green',57000), (21102,63201,'kill_result_ballista_fire_green_p2p',57000), (21103,63226,'kill_snd_meatbeast_angry',57000), (21104,63227,'kill_snd_meatbeast_attack',57000), (21105,63228,'kill_snd_meatbeast_attack01',57000), (21106,63229,'kill_snd_meatbeast_combat_enter',57000), (21107,63230,'kill_snd_meatbeast_confused',57000), (21108,63231,'kill_snd_meatbeast_eat',57000), (21109,63232,'kill_snd_meatbeast_hungry',57000), (21110,63233,'kill_snd_meatbeast_ouch',57000), (21111,63234,'kill_snd_meatbeast_sick',57000), (21112,63235,'kill_snd_meatbeast_sit',57000), (21113,63236,'kill_snd_meatbeast_trick',57000), (21114,63243,'kill_ballista_launch_sound',57000), (21115,63244,'kill_ballista_load_sound',57000), (21116,63249,'kill_design_ballista_drake_hit',57000), (21117,63250,'kill_design_ballista_drake_hit02',57000), (21118,63252,'kill_launch',57000), (21119,63253,'kill_launch2',57000), (21120,63254,'kill_launch3',57000), (21121,63255,'kill_launch4',57000), (21122,63256,'kill_launch5',57000), (21123,63296,'kill_sound_flames',57000), (21124,63303,'kill_cast_ink_barrier',57000), (21125,63304,'kill_cast_ink_spray',57000), (21126,63311,'kill_result_ink_zone',57000), (21127,63345,'kill_snd_frogboss_attack',57000), (21128,63346,'kill_snd_frogboss_attack01',57000), (21129,63347,'kill_snd_frogboss_cast_enter',57000), (21130,63348,'kill_snd_frogboss_dead_enter',57000), (21131,63349,'kill_snd_frogboss_ouch',57000), (21132,63356,'kill_cast_lightning_spray_hands',57000), (21133,63363,'kill_result_illithid_chain_lightning_bolt_p2p',57000), (21134,63364,'kill_result_illithid_chain_lightning_p2p',57000), (21135,63389,'kill_snd_siren_queen_rx_attack',57000), (21136,63390,'kill_snd_siren_queen_rx_attack01',57000), (21137,63391,'kill_snd_siren_queen_rx_attack02',57000), (21138,63392,'kill_snd_siren_queen_rx_attack03',57000), (21139,63393,'kill_snd_siren_queen_rx_charge_up',57000), (21140,63394,'kill_snd_siren_queen_rx_combat_enter',57000), (21141,63395,'kill_snd_siren_queen_rx_dead_enter',57000), (21142,63396,'kill_snd_siren_queen_rx_knocktoback',57000), (21143,63397,'kill_snd_siren_queen_rx_knocktoback_getup',57000), (21144,63398,'kill_snd_siren_queen_rx_knocktoknees',57000), (21145,63399,'kill_snd_siren_queen_rx_ouch',57000), (21146,63400,'kill_snd_siren_queen_rx_ouch_backhand',57000), (21147,63401,'kill_snd_siren_queen_rx_ouch_forehand',57000), (21148,63402,'kill_snd_siren_queen_rx_shield_shove',57000), (21149,63403,'kill_snd_siren_queen_rx_whirl_attack',57000), (21150,63404,'kill_snd_siren_queen_rx_wild_swing',57000), (21151,63415,'kill_design_ghostly_seafoam',57000), (21152,63416,'kill_design_othmir_spirit_rise',57000), (21153,63417,'kill_dirt_fx',57000), (21154,63428,'kill_design_blast_cage1',57000), (21155,63429,'kill_design_blast_cage2',57000), (21156,63430,'kill_design_blast_cage3',57000), (21157,63431,'kill_design_cage1',57000), (21158,63432,'kill_design_cage2',57000), (21159,63433,'kill_design_cage3',57000), (21160,63436,'kill_result_water_forced_shader_no_sparkle',57000), (21161,63447,'kill_head1_grow_fx',57000), (21162,63448,'kill_head1_sever_fx',57000), (21163,63449,'kill_head1_spurt_fx',57000), (21164,63450,'kill_head2_grow_fx',57000), (21165,63451,'kill_head2_sever_fx',57000), (21166,63452,'kill_head2_spurt_fx',57000), (21167,63453,'kill_head3_grow_fx',57000), (21168,63454,'kill_head3_sever_fx',57000), (21169,63455,'kill_head3_spurt_fx',57000), (21170,63456,'kill_head4_grow_fx',57000), (21171,63457,'kill_head4_sever_fx',57000), (21172,63458,'kill_head4_spurt_fx',57000), (21173,63459,'kill_head5_grow_fx',57000), (21174,63460,'kill_head5_sever_fx',57000), (21175,63461,'kill_head5_spurt_fx',57000), (21176,63462,'kill_hydra_start',57000), (21177,63488,'kill_snd_jumpwhoosh',57000), (21178,63490,'kill_snd_siren_rx_knocktoknees',57000), (21179,63491,'kill_snd_siren_rx_attack',57000), (21180,63492,'kill_snd_siren_rx_attack01',57000), (21181,63493,'kill_snd_siren_rx_attack02',57000), (21182,63494,'kill_snd_siren_rx_attack03',57000), (21183,63495,'kill_snd_siren_rx_chargeup',57000), (21184,63496,'kill_snd_siren_rx_combat_enter',57000), (21185,63497,'kill_snd_siren_rx_death_enter',57000), (21186,63498,'kill_snd_siren_rx_dualwield_attack',57000), (21187,63499,'kill_snd_siren_rx_dualwield_attack01',57000), (21188,63500,'kill_snd_siren_rx_dualwield_attack02',57000), (21189,63501,'kill_snd_siren_rx_dualwield_attack03',57000), (21190,63502,'kill_snd_siren_rx_dualwield_enter',57000), (21191,63503,'kill_snd_siren_rx_knock_to_back',57000), (21192,63504,'kill_snd_siren_rx_knock_to_back_getup',57000), (21193,63505,'kill_snd_siren_rx_ouch',57000), (21194,63506,'kill_snd_siren_rx_ouch_backhand',57000), (21195,63507,'kill_snd_siren_rx_ouch_forehand',57000), (21196,63508,'kill_snd_siren_rx_shieldshove',57000), (21197,63509,'kill_snd_siren_rx_whirlattack',57000), (21198,63510,'kill_snd_siren_rx_wildswing',57000), (21199,63517,'kill_aa_bone_blast',57000), (21200,63518,'kill_aa_bone_cage',57000), (21201,63525,'kill__combat_enter',57000), (21202,63526,'kill__combat_exit',57000), (21203,63527,'kill_all_dead',57000), (21204,63534,'kill_bubble_trail_fx',57000), (21205,63540,'kill_lure_fx',57000), (21206,63547,'kill__combat_idle01',57000), (21207,63548,'kill__combat_idle02',57000), (21208,63557,'kill_cast_shell_note_gather',57000), (21209,63562,'kill_result_toxic_head_skulls',57000), (21210,63575,'kill_result_shell_note_charm',57000), (21211,63625,'kill_tinkered_barrel_mount_backup',57000), (21212,63626,'kill_tinkered_barrel_mount_fall',57000), (21213,63627,'kill_tinkered_barrel_mount_fly_backup',57000), (21214,63628,'kill_tinkered_barrel_mount_fly_climb',57000), (21215,63629,'kill_tinkered_barrel_mount_fly_dive',57000), (21216,63630,'kill_tinkered_barrel_mount_fly_down',57000), (21217,63631,'kill_tinkered_barrel_mount_fly_glide',57000), (21218,63632,'kill_tinkered_barrel_mount_fly_glide_left',57000), (21219,63633,'kill_tinkered_barrel_mount_fly_glide_right',57000), (21220,63634,'kill_tinkered_barrel_mount_fly_idle',57000), (21221,63635,'kill_tinkered_barrel_mount_fly_run',57000), (21222,63636,'kill_tinkered_barrel_mount_fly_strafe_left',57000), (21223,63637,'kill_tinkered_barrel_mount_fly_strafe_right',57000), (21224,63638,'kill_tinkered_barrel_mount_fly_turn_left',57000), (21225,63639,'kill_tinkered_barrel_mount_fly_turn_right',57000), (21226,63640,'kill_tinkered_barrel_mount_fly_up',57000), (21227,63641,'kill_tinkered_barrel_mount_fly_walk',57000), (21228,63642,'kill_tinkered_barrel_mount_glide',57000), (21229,63643,'kill_tinkered_barrel_mount_glide_left',57000), (21230,63644,'kill_tinkered_barrel_mount_glide_right',57000), (21231,63645,'kill_tinkered_barrel_mount_idle',57000), (21232,63646,'kill_tinkered_barrel_mount_jump',57000), (21233,63647,'kill_tinkered_barrel_mount_land',57000), (21234,63648,'kill_tinkered_barrel_mount_long_fall',57000), (21235,63649,'kill_tinkered_barrel_mount_run',57000), (21236,63650,'kill_tinkered_barrel_mount_turn_left',57000), (21237,63651,'kill_tinkered_barrel_mount_turn_right',57000), (21238,63652,'kill_tinkered_barrel_mount_walk',57000), (21239,63659,'kill_cast_clouds_head_inhale',57000), (21240,63662,'kill_cast_sonic_shout',57000), (21241,63687,'kill_snd_fish_angler_attack',57000), (21242,63688,'kill_snd_fish_angler_attack_01',57000), (21243,63689,'kill_snd_fish_angler_attack_02',57000), (21244,63690,'kill_snd_fish_angler_attack_03',57000), (21245,63691,'kill_snd_fish_angler_cast',57000), (21246,63692,'kill_snd_fish_angler_charge_up_and_combat_enter',57000), (21247,63693,'kill_snd_fish_angler_death_enter',57000), (21248,63694,'kill_snd_fish_angler_dodge_and_dodge_thrust',57000), (21249,63695,'kill_snd_fish_angler_dodge_backhand',57000), (21250,63696,'kill_snd_fish_angler_dodge_down',57000), (21251,63697,'kill_snd_fish_angler_dodge_forehand1',57000), (21252,63698,'kill_snd_fish_angler_ouch_backhand',57000), (21253,63699,'kill_snd_fish_angler_ouch_down',57000), (21254,63700,'kill_snd_fish_angler_ouch_forehand',57000), (21255,63701,'kill_snd_fish_angler_ouch_thrust',57000), (21256,63702,'kill_snd_fish_angler_run',57000), (21257,63703,'kill_snd_fish_angler_walk',57000), (21258,63704,'kill_snd_fish_angler_whirl_attack',57000), (21259,63705,'kill_snd_fish_angler_wild_swing',57000), (21260,63718,'kill_result_fist_counter',57000), (21261,63719,'kill_result_fist_pound',57000), (21262,63720,'kill_result_fist_pound_blast',57000), (21263,63744,'kill_snd_hydra_1h_sword_attack',57000), (21264,63745,'kill_snd_hydra_1h_sword_attack01',57000), (21265,63746,'kill_snd_hydra_1h_sword_attack02',57000), (21266,63747,'kill_snd_hydra_1h_sword_attack03',57000), (21267,63748,'kill_snd_hydra_1h_sword_idle01',57000), (21268,63749,'kill_snd_hydra_2h_knocktoback',57000), (21269,63750,'kill_snd_hydra_2h_knocktoback_getup',57000), (21270,63751,'kill_snd_hydra_2h_sword_attack',57000), (21271,63752,'kill_snd_hydra_2h_sword_attack01',57000), (21272,63753,'kill_snd_hydra_2h_sword_attack02',57000), (21273,63754,'kill_snd_hydra_2h_sword_attack03',57000), (21274,63755,'kill_snd_hydra_2h_sword_dead_enter',57000), (21275,63756,'kill_snd_hydra_2h_sword_enter',57000), (21276,63757,'kill_snd_hydra_2h_sword_idle01',57000), (21277,63758,'kill_snd_hydra_4to5_enter',57000), (21278,63759,'kill_snd_hydra_attack',57000), (21279,63760,'kill_snd_hydra_attack01',57000), (21280,63761,'kill_snd_hydra_attack02',57000), (21281,63762,'kill_snd_hydra_attack03',57000), (21282,63763,'kill_snd_hydra_cast_01',57000), (21283,63764,'kill_snd_hydra_cast_02',57000), (21284,63765,'kill_snd_hydra_cast_03',57000), (21285,63766,'kill_snd_hydra_cast_04',57000), (21286,63767,'kill_snd_hydra_cast_05',57000), (21287,63768,'kill_snd_hydra_combat_idle01',57000), (21288,63769,'kill_snd_hydra_dual_wield_attack',57000), (21289,63770,'kill_snd_hydra_dual_wield_attack01',57000), (21290,63771,'kill_snd_hydra_dual_wield_attack02',57000), (21291,63772,'kill_snd_hydra_dual_wield_attack03',57000), (21292,63773,'kill_snd_hydra_dual_wield_idle01',57000), (21293,63774,'kill_snd_hydra_head_one_dead_exit',57000), (21294,63775,'kill_snd_hydra_head_three_dead_exit',57000), (21295,63776,'kill_snd_hydra_head_two_dead_exit',57000), (21296,63777,'kill_snd_hydra_head_zero_dead_exit',57000), (21297,63778,'kill_snd_hydra_pike_attack',57000), (21298,63779,'kill_snd_hydra_pike_attack01',57000), (21299,63780,'kill_snd_hydra_pike_attack02',57000), (21300,63781,'kill_snd_hydra_pike_attack03',57000), (21301,63782,'kill_snd_hydra_pike_idle01',57000), (21302,63789,'kill_acid_blast_fx',57000), (21303,63790,'kill_cast_acid_spit_fx',57000), (21304,63791,'kill_cast_acid_spray',57000), (21305,63792,'kill_cast_fang_fx',57000), (21306,63795,'kill_cast_water_spouts',57000), (21307,63798,'kill_head1_cauterize_fx',57000), (21308,63799,'kill_head2_cauterize_fx',57000), (21309,63800,'kill_head3_cauterize_fx',57000), (21310,63801,'kill_head4_cauterize_fx',57000), (21311,63802,'kill_head5_cauterize_fx',57000), (21312,63813,'kill_design_blue_pool',57000), (21313,63814,'kill_design_red_pool',57000), (21314,63815,'kill_design_yellow_pool',57000), (21315,63877,'kill_trdskl_othmir_tusk_staff',57000), (21316,63909,'kill_snd_dragon_made_golem_jump',57000), (21317,63910,'kill_snd_dragon_made_golem_attack_01',57000), (21318,63911,'kill_snd_dragon_made_golem_attack_02',57000), (21319,63912,'kill_snd_dragon_made_golem_attack_03',57000), (21320,63913,'kill_snd_dragon_made_golem_cast_01',57000), (21321,63914,'kill_snd_dragon_made_golem_cast_02',57000), (21322,63915,'kill_snd_dragon_made_golem_combat_enter',57000), (21323,63916,'kill_snd_dragon_made_golem_combat_exit',57000), (21324,63917,'kill_snd_dragon_made_golem_combat_idle_01',57000), (21325,63918,'kill_snd_dragon_made_golem_combat_idle_02',57000), (21326,63919,'kill_snd_dragon_made_golem_death_enter',57000), (21327,63920,'kill_snd_dragon_made_golem_death_exit',57000), (21328,63921,'kill_snd_dragon_made_golem_ouch_backhand',57000), (21329,63922,'kill_snd_dragon_made_golem_ouch_down',57000), (21330,63923,'kill_snd_dragon_made_golem_ouch_forehand',57000), (21331,63924,'kill_snd_dragon_made_golem_ouch_thrust',57000), (21332,63925,'kill_snd_dragon_made_golem_pile_driver',57000), (21333,63926,'kill_snd_dragon_made_golem_shield_shove',57000), (21334,63927,'kill_snd_dragon_made_golem_whirl_attack',57000), (21335,63938,'kill_design_barrier_active',57000), (21336,63949,'kill_design_meditate_fx',57000), (21337,63960,'kill_ethereal_construct_idle_base',57000), (21338,63961,'kill_ethereal_construct_attack',57000), (21339,63962,'kill_ethereal_construct_attack_01',57000), (21340,63963,'kill_ethereal_construct_attack_02',57000), (21341,63964,'kill_ethereal_construct_attack_03',57000), (21342,63965,'kill_ethereal_construct_death_enter',57000), (21343,63966,'kill_ethereal_construct_deffensive_buff',57000), (21344,63967,'kill_ethereal_construct_fist_catch',57000), (21345,63968,'kill_ethereal_construct_footsteps',57000), (21346,63969,'kill_ethereal_construct_idle_01',57000), (21347,63970,'kill_ethereal_construct_idle_02',57000), (21348,63971,'kill_ethereal_construct_offensive_buff',57000), (21349,63972,'kill_ethereal_construct_ouch',57000), (21350,63973,'kill_ethereal_construct_ouch_backhand',57000), (21351,63974,'kill_ethereal_construct_ouch_down',57000), (21352,63975,'kill_ethereal_construct_ouch_knock_back',57000), (21353,63976,'kill_ethereal_construct_ouch_knock_back_get_up',57000), (21354,63977,'kill_ethereal_construct_sit_enter',57000), (21355,63978,'kill_ethereal_construct_sit_exit',57000), (21356,63979,'kill_ethereal_construct_weapon_attack_01',57000), (21357,63980,'kill_ethereal_construct_weapon_attack_03',57000), (21358,63981,'kill_ethereal_construct_weapon_combat_enter',57000), (21359,63982,'kill_ethereal_construct_weapon_combat_exit',57000), (21360,63983,'kill_ethereal_construct_weapon_death_enter',57000), (21361,63984,'kill_ethereal_construct_weapon_super_buff',57000), (21362,63985,'kill_ethereal_construct_wild_swing',57000), (21363,63992,'kill_cast_assassin_mythical_fx',57000), (21364,63993,'kill_cast_beastlord_mythical_fx',57000), (21365,63994,'kill_cast_berserker_mythical_fx',57000), (21366,63995,'kill_cast_brigand_mythical_fx',57000), (21367,63996,'kill_cast_bruiser_mythical_fx',57000), (21368,63997,'kill_cast_coercer_mythical_fx',57000), (21369,63998,'kill_cast_conjuror_mythical_fx',57000), (21370,63999,'kill_cast_defiler_mythical_fx',57000), (21371,64000,'kill_cast_dirge_mythical_fx',57000), (21372,64001,'kill_cast_fury_mythical_fx',57000), (21373,64002,'kill_cast_guardian_mythical_fx',57000), (21374,64003,'kill_cast_illusionist_mythical_fx',57000), (21375,64004,'kill_cast_inquisitor_mythical_fx',57000), (21376,64005,'kill_cast_monk_mythical_fx',57000), (21377,64006,'kill_cast_mystic_mythical_fx',57000), (21378,64007,'kill_cast_necromancer_mythical_fx',57000), (21379,64008,'kill_cast_paladin_mythical_fx',57000), (21380,64011,'kill_cast_ranger_mythical_fx',57000), (21381,64012,'kill_cast_shadowknight_mythical_fx',57000), (21382,64013,'kill_cast_swashbuckler_mythical_fx',57000), (21383,64014,'kill_cast_templar_mythical_fx',57000), (21384,64015,'kill_cast_troubador_mythical_fx',57000), (21385,64016,'kill_cast_warden_mythical_fx',57000), (21386,64017,'kill_cast_warlock_mythical_fx',57000), (21387,64018,'kill_cast_wizard_mythical_fx',57000), (21388,64029,'kill_design_undead_ward',57000), (21389,64036,'kill_aa_holy_circle_summon',57000), (21390,64047,'kill_cursed_nayad_attack',57000), (21391,64048,'kill_cursed_nayad_death',57000), (21392,64049,'kill_cursed_nayad_take_damage',57000), (21393,64056,'kill_cast_flame_emblem',57000), (21394,64057,'kill_cast_flame_punchdown',57000), (21395,64058,'kill_cast_flaming_sun_beams',57000), (21396,64059,'kill_cast_hand_fireball',57000), (21397,64062,'kill_cast_sun_sphere',57000), (21398,64063,'kill_cast_weapon_flames_bottom',57000), (21399,64064,'kill_cast_weapon_flames_top',57000), (21400,64067,'kill_design_sol_ro_perimiter',57000), (21401,64071,'kill_result_solusek_nuke_blast',57000), (21402,64082,'kill_design_sol_ro_perimeter',57000), (21403,64083,'kill_dontuse__ouch',57000), (21404,64084,'kill_dontuse_dodge_backhand',57000), (21405,64085,'kill_dontuse_dodge_down',57000), (21406,64086,'kill_dontuse_dodge_forehand',57000), (21407,64087,'kill_dontuse_dodge_thrust',57000), (21408,64088,'kill_dontuse_fly_enter',57000), (21409,64089,'kill_dontuse_habitat01',57000), (21410,64090,'kill_dontuse_habitat02',57000), (21411,64091,'kill_dontuse_habitat03',57000), (21412,64092,'kill_dontuse_idle03',57000), (21413,64093,'kill_dontuse_knockeddowntoknees',57000), (21414,64094,'kill_dontuse_ouch_backhand',57000), (21415,64095,'kill_dontuse_ouch_down',57000), (21416,64096,'kill_dontuse_ouch_forehand',57000), (21417,64097,'kill_dontuse_ouch_thrust',57000), (21418,64098,'kill_dontuse_swim_backup',57000), (21419,64099,'kill_dontuse_swim_idle',57000), (21420,64100,'kill_dontuse_swim_run',57000), (21421,64101,'kill_dontuse_swim_walk',57000), (21422,64104,'kill_lizardkin_1h_sword_attack',57000), (21423,64105,'kill_lizardkin_1h_sword_attack_01',57000), (21424,64106,'kill_lizardkin_1h_sword_attack_02',57000), (21425,64107,'kill_lizardkin_1h_sword_attack_03',57000), (21426,64108,'kill_lizardkin_1h_sword_enter',57000), (21427,64109,'kill_lizardkin_bow_attack',57000), (21428,64110,'kill_lizardkin_bow_enter',57000), (21429,64111,'kill_lizardkin_bow_exit',57000), (21430,64112,'kill_lizardkin_cast',57000), (21431,64113,'kill_lizardkin_charge_up',57000), (21432,64114,'kill_lizardkin_death_enter',57000), (21433,64115,'kill_lizardkin_dodge_backhand',57000), (21434,64116,'kill_lizardkin_dodge_down',57000), (21435,64117,'kill_lizardkin_dodge_forehand',57000), (21436,64118,'kill_lizardkin_dodge_thrust',57000), (21437,64119,'kill_lizardkin_footstep',57000), (21438,64120,'kill_lizardkin_get_up',57000), (21439,64121,'kill_lizardkin_jump',57000), (21440,64122,'kill_lizardkin_knockback_get_up',57000), (21441,64123,'kill_lizardkin_ouch',57000), (21442,64124,'kill_lizardkin_ouch_backhand',57000), (21443,64125,'kill_lizardkin_ouch_down',57000), (21444,64126,'kill_lizardkin_ouch_forehand',57000), (21445,64127,'kill_lizardkin_sit_enter',57000), (21446,64128,'kill_lizardkin_sit_exit',57000), (21447,64129,'kill_lizardkin_sword_exit',57000), (21448,64130,'kill_lizardkin_whirl_attack',57000), (21449,64131,'kill_lizardkin_wildswing',57000), (21450,64145,'kill_puppeteer_enter',57000), (21451,64146,'kill_puppeteer_idle',57000), (21452,64147,'kill_puppeter_exit',57000), (21453,64154,'kill_cast_hand_fireball_blast',57000), (21454,64165,'kill_design_door_smoke',57000), (21455,64166,'kill_design_plasma_barrier',57000), (21456,64170,'kill_puppeteer_exit',57000), (21457,64184,'kill_result_solusek_sun_beam_blast',57000), (21458,64185,'kill_ro_death_portal',57000), (21459,64186,'kill_ro_sun_beam',57000), (21460,64195,'kill_console_dead',57000), (21461,64196,'kill_console_idle',57000), (21462,64197,'kill_console_ouch',57000), (21463,64207,'kill_crash',57000), (21464,64209,'kill_dead_idle',57000), (21465,64211,'kill_fly_dodge01',57000), (21466,64212,'kill_fly_trans_left',57000), (21467,64265,'kill_test',57000), (21468,64272,'kill_cannon_fire_blast_aoe',57000), (21469,64319,'kill_solusek_death_enter',57000), (21470,64320,'kill_solusek_ro_attack',57000), (21471,64321,'kill_solusek_ro_attack_01',57000), (21472,64322,'kill_solusek_ro_attack_02',57000), (21473,64323,'kill_solusek_ro_attack_03',57000), (21474,64324,'kill_solusek_ro_cast',57000), (21475,64325,'kill_solusek_ro_cast_04',57000), (21476,64326,'kill_solusek_ro_cast_09',57000), (21477,64327,'kill_solusek_ro_charge_up',57000), (21478,64328,'kill_solusek_ro_combat_enter',57000), (21479,64329,'kill_solusek_ro_combat_exit',57000), (21480,64330,'kill_solusek_ro_foot_steps',57000), (21481,64331,'kill_solusek_ro_jump',57000), (21482,64332,'kill_solusek_ro_ouch',57000), (21483,64333,'kill_solusek_ro_shield_shove',57000), (21484,64334,'kill_solusek_ro_whirl_attack',57000), (21485,64335,'kill_solusek_ro_wild_swing',57000), (21486,64349,'kill_scene_04',57000), (21487,64350,'kill_scene_09',57000), (21488,64351,'kill_scene_10',57000), (21489,64365,'kill_scene04',57000), (21490,64366,'kill_scene09',57000), (21491,64367,'kill_scene10',57000), (21492,64379,'kill_fly_left',57000), (21493,64382,'kill_scene02',57000), (21494,64383,'kill_scene05',57000), (21495,64384,'kill_scene07',57000), (21496,64385,'kill_scene08_flycircle',57000), (21497,64386,'kill_scene08_flyenter',57000), (21498,64387,'kill_scene08_flyidle',57000), (21499,64401,'kill_scene02_intro',57000), (21500,64402,'kill_scene04_roar',57000), (21501,64403,'kill_scene06_flyleft',57000), (21502,64404,'kill_scene08_flyexit',57000), (21503,64405,'kill_scene09_flyover',57000), (21504,64419,'kill_scene08_long',57000), (21505,64428,'kill_cast_prism_breath',57000), (21506,64434,'kill_scene08_long_alt',57000), (21507,64441,'kill_cast_icy_breath',57000), (21508,64448,'kill_cast_fighter_aa_reassignment_fx',57000), (21509,64449,'kill_cast_mage_aa_reassignment_fx',57000), (21510,64452,'kill_cast_priest_aa_reassignment_fx',57000), (21511,64453,'kill_cast_scout_aa_reassignment_fx',57000), (21512,64459,'kill_scene02_spawn',57000), (21513,64460,'kill_scene09_crash',57000), (21514,64475,'kill_sit_talking_idle',57000), (21515,64525,'kill_trdskl_scribing01_snd',57000), (21516,64526,'kill_trdskl_scribing02_snd',57000), (21517,64527,'kill_trdskl_scribing03_snd',57000), (21518,64528,'kill_trdskl_scribing04_snd',57000), (21519,64539,'kill_design_light',57000), (21520,64543,'kill_scene02_shout',57000), (21521,64557,'kill_result_tear_of_veeshan_channeling_p2p',57000), (21522,64566,'kill_cast_tear_shout',57000), (21523,64569,'kill_design_tear_energy_gather',57000), (21524,64570,'kill_design_tear_energy_release',57000), (21525,64574,'kill_result_explode_up',57000), (21526,64575,'kill_result_kerafyrm_tear_runes_p2p',57000), (21527,64576,'kill_result_tear_blast',57000), (21528,64577,'kill_result_tear_chain_channeling_p2p',57000), (21529,64578,'kill_result_veeshan_teleport',57000), (21530,64579,'kill_scene06_fly_left',57000), (21531,64580,'kill_scene08_belowground',57000), (21532,64589,'kill_charge_of_silence',57000), (21533,64592,'kill_design_dome_of_silence',57000), (21534,64603,'kill_design_break_chains',57000), (21535,64604,'kill_design_rock_water_blast',57000), (21536,64607,'kill_kerafyrm_wingflap_lrg_long',57000), (21537,64608,'kill_kerafyrm_wingflap_lrg_med',57000), (21538,64609,'kill_kerafyrm_wingflap_lrg_shor',57000), (21539,64610,'kill_misst_target_trigger',57000), (21540,64617,'kill_antonia_soulsuck_hover',57000), (21541,64618,'kill_antonia_soulsuck_hover_exit',57000), (21542,64623,'kill_dontuse_scene06_fly_left',57000), (21543,64624,'kill_dontuse_scene06_flyleft',57000), (21544,64625,'kill_dontuse_scene08_flycircle',57000), (21545,64626,'kill_dontuse_scene08_flyenter',57000), (21546,64627,'kill_dontuse_scene08_flyexit',57000), (21547,64628,'kill_dontuse_scene08_flyidle',57000), (21548,64671,'kill_snd_yelinak_wing_flaps',57000), (21549,64683,'kill_unforl',57000), (21550,64690,'kill_cast_hand_fx_in',57000), (21551,64698,'kill_result_chest_flare',57000), (21552,64699,'kill_result_lucan_essense_suck_p2p',57000), (21553,64700,'kill_result_veeshan_tear_energy_absorb_p2p',57000), (21554,64740,'kill_soulsuck_exit',57000), (21555,64753,'kill_kerafyrm_bite',57000), (21556,64754,'kill_kerafyrm_firebreath',57000), (21557,64755,'kill_kerafyrm_foley_intro',57000), (21558,64756,'kill_kerafyrm_foley_roar',57000), (21559,64757,'kill_kerafyrm_vox_flyover',57000), (21560,64758,'kill_kerafyrm_vox_idlebreath',57000), (21561,64759,'kill_kerafyrm_vox_intro',57000), (21562,64760,'kill_kerafyrm_vox_roar',57000), (21563,64761,'kill_kerafyrm_wing_by',57000), (21564,64762,'kill_kerafyrm_wing_by_long',57000), (21565,64764,'kill_scene02_enter_convo',57000), (21566,64765,'kill_scene02_look_convo',57000), (21567,64805,'kill_snd_yelinak_breath',57000), (21568,64806,'kill_snd_yelinak_crash_impact',57000), (21569,64807,'kill_snd_yelinak_roar_01',57000), (21570,64808,'kill_snd_yelinak_wing_by',57000), (21571,64809,'kill_snd_yelinak_wing_by_long',57000), (21572,64816,'kill_blast_rune_ring',57000), (21573,64821,'kill_design_ring_black',57000), (21574,64822,'kill_design_ring_blue',57000), (21575,64823,'kill_design_ring_green',57000), (21576,64824,'kill_design_ring_orange',57000), (21577,64825,'kill_design_ring_purple',57000), (21578,64826,'kill_design_ring_red',57000), (21579,64827,'kill_design_ring_yellow',57000), (21580,64842,'kill_skull_attack_fx',57000), (21581,64892,'kill_tiered_truespirit_arrow_barrage',57000), (21582,64899,'kill_cast_assassin',57000), (21583,64900,'kill_cast_beastlord',57000), (21584,64901,'kill_cast_berserker',57000), (21585,64902,'kill_cast_brigand',57000), (21586,64903,'kill_cast_bruiser',57000), (21587,64904,'kill_cast_channeler',57000), (21588,64905,'kill_cast_guardian',57000), (21589,64906,'kill_cast_monk',57000), (21590,64909,'kill_cast_ranger',57000), (21591,64910,'kill_cast_swashbuckler',57000), (21592,64966,'kill_tiered_essence_channel_p2p',57000), (21593,64967,'kill_tiered_eye_arrow_p2p',57000), (21594,64974,'kill_bubbles_fx',57000), (21595,65006,'kill_snd_idle01',57000), (21596,65007,'kill_snd_idle02',57000), (21597,65017,'kill_snd_trick01',57000), (21598,65018,'kill_snd_trick02',57000), (21599,65036,'kill_tiered_heal_arrow_blast',57000), (21600,65037,'kill_trick01',57000), (21601,65038,'kill_trick02',57000), (21602,65039,'kill_unfurl',57000), (21603,65046,'kill_cast_conduit_input',57000), (21604,65054,'kill_result_conduit_p2p',57000), (21605,65055,'kill_result_sword_cyclone',57000), (21606,65068,'kill_kerafyrm_vox_shout_01',57000), (21607,65069,'kill_kerafyrm_vox_shout_roar_01',57000), (21608,65070,'kill_kerafyrm_vox_shout_roar_02',57000), (21609,65072,'kill_result_chains_barrier',57000), (21610,65073,'kill_result_conduit_chain_p2p',57000), (21611,65074,'kill_result_dissonance_barrier',57000), (21612,65075,'kill_result_healing_wisps',57000), (21613,65082,'kill_aa_shield_barrier_buff',57000), (21614,65087,'kill_design_boiling_flames_warning',57000), (21615,65091,'kill_result_heal_ball_p2p',57000), (21616,65092,'kill_result_ring_flare',57000), (21617,65093,'kill_result_stone_copy_shield',57000), (21618,65094,'kill_result_weaving_wisp',57000), (21619,65108,'kill_result_bubble_sphere_prism',57000), (21620,65109,'kill_result_spirits_blast_out_dark',57000), (21621,65116,'kill_aa_shield_barrier_heal',57000), (21622,65124,'kill_result_poison_spiral_ball_p2p',57000), (21623,65125,'kill_result_weaving2_wisp',57000), (21624,65137,'kill_idle_360',57000), (21625,65140,'kill_result_quickened_heal',57000), (21626,65141,'kill_1h_sword_attack_01',57000), (21627,65142,'kill_1h_sword_attack_02',57000), (21628,65143,'kill_1h_sword_attack_03',57000), (21629,65144,'kill_1h_sword_combat_buff',57000), (21630,65145,'kill_1h_sword_combat_idle',57000), (21631,65146,'kill_1h_sword_death',57000), (21632,65147,'kill_1h_sword_idle_fidget_01',57000), (21633,65148,'kill_1h_sword_idle_fidget_02',57000), (21634,65149,'kill_1h_sword_turn_left',57000), (21635,65150,'kill_2h_sword_ground_attack_01',57000), (21636,65151,'kill_2h_sword_ground_attack_02',57000), (21637,65152,'kill_2h_sword_ground_combat_buff',57000), (21638,65153,'kill_2h_sword_ground_death',57000), (21639,65154,'kill_2h_sword_ground_dodge_backhand',57000), (21640,65155,'kill_2h_sword_ground_dodge_down',57000), (21641,65156,'kill_2h_sword_ground_dodge_forehand',57000), (21642,65157,'kill_2h_sword_ground_dodge_thrust',57000), (21643,65158,'kill_2h_sword_ground_idle',57000), (21644,65159,'kill_2h_sword_ground_idle_fidget',57000), (21645,65160,'kill_2h_sword_ground_ouch_backhand',57000), (21646,65161,'kill_2h_sword_ground_ouch_down',57000), (21647,65162,'kill_2h_sword_ground_ouch_forehand',57000), (21648,65163,'kill_2h_sword_ground_ouch_thrust',57000), (21649,65170,'kill_aa_reactive_buff',57000), (21650,65171,'kill_cast_draining_portal_fx',57000), (21651,65173,'kill_cast_portal_energy_release',57000), (21652,65180,'kill_result_drain_essence_p2p',57000), (21653,65181,'kill_result_energy_release_death',57000), (21654,65188,'kill_cast_golem_head_summon',57000), (21655,65196,'kill_result_golem_head_interception',57000), (21656,65247,'kill_tiered_spirit_tiger_lounging',57000), (21657,65256,'kill_clear',57000), (21658,65261,'kill_miss',57000), (21659,65263,'kill_result_beetle_barrier_buff',57000), (21660,65264,'kill_result_oxygen_tunnel',57000), (21661,65315,'kill_tiered_heal_cone_forward',57000), (21662,65316,'kill_tiered_root_shield',57000), (21663,65327,'kill_design_lava_wave',57000), (21664,65328,'kill_eating_idle',57000), (21665,65382,'kill_trapped_exit',57000), (21666,65383,'kill_trapped_idle',57000), (21667,65397,'kill_result_shadow_bind',57000), (21668,65408,'kill_design_zone_blast_fx',57000), (21669,65462,'kill_vulakk_breathe_fire',57000), (21670,65469,'kill_cast_heal_ball_gather',57000);