tiger_lib/vic3/tables/
sounds.rs

1use std::sync::LazyLock;
2
3use crate::helpers::TigerHashSet;
4use crate::lowercase::Lowercase;
5
6/// A hashed version of [`SOUNDS`], for quick case-insensitive lookup.
7pub static SOUNDS_SET: LazyLock<TigerHashSet<Lowercase<'static>>> = LazyLock::new(|| {
8    let mut set = TigerHashSet::default();
9    for sound in SOUNDS.iter().copied() {
10        set.insert(Lowercase::new(sound));
11    }
12    set
13});
14
15// LAST UPDATED VIC3 VERSION 1.7.1
16// Taken from the object browser
17const SOUNDS: &[&str] = &[
18    "event:/MUSIC/DLC/MP1/Main/01_Main_Theme_The_People",
19    "event:/MUSIC/DLC/MP1/Mood/02_Dreaming_Of_The_Future",
20    "event:/MUSIC/DLC/MP1/Mood/03_Andante_For_The_Common_People",
21    "event:/MUSIC/DLC/MP1/Mood/04_A Farmer_s_Tale",
22    "event:/MUSIC/DLC/MP1/Mood/05_Spring_Dance",
23    "event:/MUSIC/DLC/MP1/Mood/06_Working_Class",
24    "event:/MUSIC/DLC/MP1/Mood/07_Golden_Fields",
25    "event:/MUSIC/DLC/MP1/Mood/08_Job_Openings",
26    "event:/MUSIC/DLC/MP1/Mood/09_Trader_Of_Hope",
27    "event:/MUSIC/DLC/MP1/Mood/10_The_Risk_Taker",
28    "event:/MUSIC/DLC/MP1/Mood/11_Chance_Of_Success",
29    "event:/MUSIC/DLC/MP1/Mood/12_An_Ordinary_Life",
30    "event:/MUSIC/DLC/MP1/Mood/13_Faded_Rose",
31    "event:/MUSIC/DLC/MP1/Mood/14_A_New_Place_Called_Home",
32    "event:/MUSIC/Main/theme_01",
33    "event:/MUSIC/Mood/V2/01_For_God_and_Queen",
34    "event:/MUSIC/Mood/V2/02_Coronation",
35    "event:/MUSIC/Mood/V2/03_Buckingham_Palace",
36    "event:/MUSIC/Mood/V2/04_Europe_Anno_1850",
37    "event:/MUSIC/Mood/V2/05_Johans_Waltz",
38    "event:/MUSIC/Mood/V2/06_A_Day_at_the_Court",
39    "event:/MUSIC/Mood/V2/07_New_World_Anthem",
40    "event:/MUSIC/Mood/V2/08_We_Have_Independence",
41    "event:/MUSIC/Mood/V2/09_Handel_This",
42    "event:/MUSIC/Mood/V2/10_Inventions",
43    "event:/MUSIC/Mood/V2/11_Poverty",
44    "event:/MUSIC/Mood/V2/12_Queens_Scherzo",
45    "event:/MUSIC/Mood/V2/13_Royal_March",
46    "event:/MUSIC/Mood/V2/14_Death_of_Prince_Albert",
47    "event:/MUSIC/Mood/V2/15_Countryside",
48    "event:/MUSIC/Mood/V2/16_Russia_1917",
49    "event:/MUSIC/Mood/V2/17_Winter",
50    "event:/MUSIC/Mood/V3/Base/01_A_Prospering_Country",
51    "event:/MUSIC/Mood/V3/Base/02_Rule_The_World",
52    "event:/MUSIC/Mood/V3/Base/03_Adagio_For_Four_Strings",
53    "event:/MUSIC/Mood/V3/Base/04_At_The_Country_Manor",
54    "event:/MUSIC/Mood/V3/Base/05_Benedicte",
55    "event:/MUSIC/Mood/V3/Base/06_England_1850",
56    "event:/MUSIC/Mood/V3/Base/07_Moonlight_Waltz",
57    "event:/MUSIC/Mood/V3/Base/08_Our_New_Residence",
58    "event:/MUSIC/Mood/V3/Base/09_Over_The_Calm_Ocean",
59    "event:/MUSIC/Mood/V3/Base/10_Quite_Noble_Festivities",
60    "event:/MUSIC/Mood/V3/Base/11_Remembering_Prince_Albert",
61    "event:/MUSIC/Mood/V3/Base/12_Sunrise_Over_London",
62    "event:/MUSIC/Mood/V3/Base/13_Sunset_Over_Windsor_Castle",
63    "event:/MUSIC/Mood/V3/Base/14_Tea_Time",
64    "event:/MUSIC/Mood/V3/Base/15_The_Queen_Is_Actually_Amused",
65    "event:/MUSIC/Mood/V3/Base/16_To_Build_A_Factory",
66    "event:/MUSIC/Mood/V3/Base/17_Asset_Gathering",
67    "event:/MUSIC/Mood/V3/Base/18_British_Soil",
68    "event:/MUSIC/Mood/V3/Base/19_Death_March",
69    "event:/MUSIC/Mood/V3/Base/20_Glory_To_The_Queen",
70    "event:/MUSIC/Stingers/diplomatic_play/begun",
71    "event:/MUSIC/Stingers/events/civil",
72    "event:/MUSIC/Stingers/events/dramatic",
73    "event:/MUSIC/Stingers/events/enthusiastic",
74    "event:/MUSIC/Stingers/events/political",
75    "event:/MUSIC/Stingers/events/sadness",
76    "event:/MUSIC/Stingers/events/spiritual",
77    "event:/MUSIC/Stingers/events/tranquil",
78    "event:/MUSIC/Stingers/game_over/negative",
79    "event:/MUSIC/Stingers/game_over/positive",
80    "event:/MUSIC/Stingers/toasts/acquired_technology",
81    "event:/MUSIC/Stingers/toasts/country_revolution",
82    "event:/MUSIC/Stingers/toasts/election_results_negative",
83    "event:/MUSIC/Stingers/toasts/election_results_neutral",
84    "event:/MUSIC/Stingers/toasts/election_results_positive",
85    "event:/MUSIC/Stingers/toasts/heir_born",
86    "event:/MUSIC/Stingers/toasts/journal_entry_completed",
87    "event:/MUSIC/Stingers/toasts/law_changed",
88    "event:/MUSIC/Stingers/toasts/migration_target_created_other",
89    "event:/MUSIC/Stingers/toasts/native_uprising",
90    "event:/MUSIC/Stingers/toasts/new_parties",
91    "event:/MUSIC/Stingers/toasts/rank_changed",
92    "event:/MUSIC/Stingers/toasts/used_favor",
93    "event:/MUSIC/Stingers/unique_buildings/angkorwat",
94    "event:/MUSIC/Stingers/unique_buildings/bigben",
95    "event:/MUSIC/Stingers/unique_buildings/eiffeltower",
96    "event:/MUSIC/Stingers/unique_buildings/forbiddencity",
97    "event:/MUSIC/Stingers/unique_buildings/hagiasophia",
98    "event:/MUSIC/Stingers/unique_buildings/mosqueofdjenna",
99    "event:/MUSIC/Stingers/unique_buildings/saintbasilscathedral",
100    "event:/MUSIC/Stingers/unique_buildings/statueofliberty",
101    "event:/MUSIC/Stingers/unique_buildings/tajmahal",
102    "event:/MUSIC/Stingers/unique_buildings/thevatican",
103    "event:/MUSIC/Stingers/unique_buildings/thewhitehouse",
104    "event:/MUSIC/Stingers/war/outcome_neutral",
105    "event:/MUSIC/Stingers/war/start",
106    "event:/SFX/Ambience/2D/master",
107    "event:/SFX/Ambience/3D/Fauna/seagulls",
108    "event:/SFX/Ambience/3D/Fauna/vultures",
109    "event:/SFX/Ambience/3D/War/Vocalizations/voc_group_cheer",
110    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_cheer",
111    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_cough",
112    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_deathGurgle",
113    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_deathScream",
114    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_effortAggressive",
115    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_hurt",
116    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_order",
117    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_panic",
118    "event:/SFX/Ambience/3D/War/Vocalizations/voc_single_warcry",
119    "event:/SFX/Ambience/3D/War/Whistles/whistle_boatswains_fire",
120    "event:/SFX/Ambience/3D/War/Whistles/whistle_boatswains_forward",
121    "event:/SFX/Ambience/3D/War/Whistles/whistle_boatswains_order",
122    "event:/SFX/Ambience/3D/War/Whistles/whistle_boatswains_warning",
123    "event:/SFX/Ambience/3D/War/Whistles/whistle_trench_RndAdvancing",
124    "event:/SFX/Ambience/3D/War/Whistles/whistle_trench_RndDefending",
125    "event:/SFX/Ambience/3D/War/Whistles/whistle_trench_fire",
126    "event:/SFX/Ambience/3D/War/Whistles/whistle_trench_forward",
127    "event:/SFX/Ambience/3D/War/Whistles/whistle_trench_order",
128    "event:/SFX/Ambience/3D/War/Whistles/whistle_trench_warning",
129    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_bees_heavy",
130    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_bees_light",
131    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_cicadas",
132    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_crickets",
133    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_crickets_relaxed",
134    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_extreme_winds_heavy",
135    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_extreme_winds_light",
136    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_flies_swarm_heavy",
137    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_flies_swarm_light",
138    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_flood_heavy",
139    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_flood_light",
140    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_frost",
141    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_hailstorm_heavy",
142    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_hailstorm_light",
143    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_hailstorm_medium",
144    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_heatwave_sizzle",
145    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_heatwave_sizzle_deep",
146    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_locust_swarm_heavy",
147    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_locust_swarm_light",
148    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_moderate_rainfall_heavy",
149    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_moderate_rainfall_light",
150    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_torrential_rains",
151    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_wildfire_heavy",
152    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_wildfire_light",
153    "event:/SFX/Ambience/3D/harvestconditions/components/beds/hc_component_bed_wind_rustles",
154    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_bees_flyby_close",
155    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_cicada_call",
156    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_cicada_response",
157    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_crickets_close",
158    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_fire_sweep_big",
159    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_flies_flyby",
160    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_gust_calm",
161    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_gust_heavy",
162    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_hail_single",
163    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_hummingbird_calls",
164    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_hummingbird_wings_close",
165    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_ice_crack_big",
166    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_ice_crack_light",
167    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_ice_crack_medium",
168    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_lightning_dry_medium",
169    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_lightning_rainy_heavy",
170    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_lightning_rainy_medium",
171    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_locust_flyby_group",
172    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_locust_flyby_single_medium",
173    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_locust_flyby_single_small",
174    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_rain_drop",
175    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_rain_phrase",
176    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_rockslide",
177    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_tree_fall",
178    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_water_splash_big",
179    "event:/SFX/Ambience/3D/harvestconditions/components/oneshots/hc_component_oneshot_water_splash_small",
180    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_diseaseOutbreak",
181    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_drought",
182    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_extremeWinds",
183    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_flood",
184    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_frost",
185    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_hailstorm",
186    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_heatwave",
187    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_locustSwarm",
188    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_moderateRainfall",
189    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_optimalSunlight",
190    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_pollinatorSurge",
191    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_torrentialRains",
192    "event:/SFX/Ambience/3D/harvestconditions/composites/hc_3D_wildfire",
193    "event:/SFX/Ambience/3D/hub/War/TEST",
194    "event:/SFX/Ambience/3D/hub/War/basecamp_diorama",
195    "event:/SFX/Ambience/3D/hub/War/battle_diorama",
196    "event:/SFX/Ambience/3D/hub/War/frontline",
197    "event:/SFX/Ambience/3D/hub/city_african",
198    "event:/SFX/Ambience/3D/hub/city_arabic",
199    "event:/SFX/Ambience/3D/hub/city_asian",
200    "event:/SFX/Ambience/3D/hub/city_south_american",
201    "event:/SFX/Ambience/3D/hub/city_western",
202    "event:/SFX/Ambience/3D/hub/farm",
203    "event:/SFX/Ambience/3D/hub/forestry",
204    "event:/SFX/Ambience/3D/hub/industry",
205    "event:/SFX/Ambience/3D/hub/mining",
206    "event:/SFX/Ambience/3D/hub/oil_rig",
207    "event:/SFX/Ambience/3D/hub/plantation",
208    "event:/SFX/Ambience/3D/hub/port",
209    "event:/SFX/Animation/generic/artillery/anm_artillery_defeat_explosion",
210    "event:/SFX/Animation/generic/cavalry/anm_cavalry_blunderbuss_defeat_02_animation",
211    "event:/SFX/Animation/generic/cavalry/anm_cavalry_blunderbuss_victory_01_animation",
212    "event:/SFX/Animation/generic/cavalry/anm_cavalry_saber_idle_animation",
213    "event:/SFX/Animation/generic/cavalry/anm_cavalry_saber_walk_01_animation",
214    "event:/SFX/Animation/generic/infantry/anm_infantry_blunderbuss_defeat_01_animation",
215    "event:/SFX/Animation/generic/infantry/anm_infantry_blunderbuss_defeat_02_animation",
216    "event:/SFX/Animation/generic/infantry/anm_infantry_blunderbuss_idle_01_animation",
217    "event:/SFX/Animation/generic/infantry/anm_infantry_blunderbuss_victory_01_animation",
218    "event:/SFX/Animation/generic/infantry/anm_infantry_blunderbuss_walk_01_animation",
219    "event:/SFX/Animation/generic/tanks/anm_tank_defeat_explosion",
220    "event:/SFX/Animation/vehicles/identity/anm_identity_balloon_military_treaty_organisation",
221    "event:/SFX/Animation/vehicles/identity/anm_identity_car_ideological_union",
222    "event:/SFX/Animation/vehicles/identity/anm_identity_caravan_religious_congregation",
223    "event:/SFX/Animation/vehicles/identity/anm_identity_cart_sovereign_empire",
224    "event:/SFX/Animation/vehicles/identity/anm_identity_ship_cutty_shark",
225    "event:/SFX/Animation/vehicles/naval/capital_ship/battleship/anm_battleship_ship_defeat_animation",
226    "event:/SFX/Animation/vehicles/naval/capital_ship/battleship/anm_battleship_ship_fire_animation_advance",
227    "event:/SFX/Animation/vehicles/naval/capital_ship/battleship/anm_battleship_ship_fire_animation_defend",
228    "event:/SFX/Animation/vehicles/naval/capital_ship/battleship/anm_battleship_ship_idle_animation",
229    "event:/SFX/Animation/vehicles/naval/capital_ship/battleship/anm_battleship_ship_move_animation",
230    "event:/SFX/Animation/vehicles/naval/capital_ship/battleship/wpn_battleship_shot",
231    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_capital_defeat",
232    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_capital_engine_end_anchor",
233    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_capital_engine_middle_idle_loop",
234    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_capital_engine_middle_rev_loop",
235    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_capital_engine_start_horn",
236    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_turret_sequence",
237    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_turret_turn_end",
238    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_turret_turn_middle",
239    "event:/SFX/Animation/vehicles/naval/capital_ship/components/sfx_naval_turret_turn_start",
240    "event:/SFX/Animation/vehicles/naval/capital_ship/components/ship_transport_close_copyMonoized",
241    "event:/SFX/Animation/vehicles/naval/capital_ship/dreadnought/anm_dreadnought_ship_defeat_animation",
242    "event:/SFX/Animation/vehicles/naval/capital_ship/dreadnought/anm_dreadnought_ship_fire_animation_advance",
243    "event:/SFX/Animation/vehicles/naval/capital_ship/dreadnought/anm_dreadnought_ship_fire_animation_defend",
244    "event:/SFX/Animation/vehicles/naval/capital_ship/dreadnought/anm_dreadnought_ship_idle_animation",
245    "event:/SFX/Animation/vehicles/naval/capital_ship/dreadnought/anm_dreadnought_ship_move_animation",
246    "event:/SFX/Animation/vehicles/naval/capital_ship/dreadnought/wpn_dreadnought_shot",
247    "event:/SFX/Animation/vehicles/naval/capital_ship/ironclad/anm_ironclad_ship_defeat_animation",
248    "event:/SFX/Animation/vehicles/naval/capital_ship/ironclad/anm_ironclad_ship_fire_animation_advance",
249    "event:/SFX/Animation/vehicles/naval/capital_ship/ironclad/anm_ironclad_ship_fire_animation_defend",
250    "event:/SFX/Animation/vehicles/naval/capital_ship/ironclad/anm_ironclad_ship_idle_animation",
251    "event:/SFX/Animation/vehicles/naval/capital_ship/ironclad/anm_ironclad_ship_move_animation",
252    "event:/SFX/Animation/vehicles/naval/capital_ship/ironclad/wpn_ironclad_shot",
253    "event:/SFX/Animation/vehicles/naval/capital_ship/manowar/anm_manowar_ship_defeat_animation",
254    "event:/SFX/Animation/vehicles/naval/capital_ship/manowar/anm_manowar_ship_fire_animation_advance",
255    "event:/SFX/Animation/vehicles/naval/capital_ship/manowar/anm_manowar_ship_fire_animation_defend",
256    "event:/SFX/Animation/vehicles/naval/capital_ship/manowar/anm_manowar_ship_idle_animation",
257    "event:/SFX/Animation/vehicles/naval/capital_ship/manowar/anm_manowar_ship_move_animation",
258    "event:/SFX/Animation/vehicles/naval/capital_ship/manowar/wpn_manowar_shot",
259    "event:/SFX/Animation/vehicles/naval/capital_ship/monitor/anm_monitor_ship_defeat_animation",
260    "event:/SFX/Animation/vehicles/naval/capital_ship/monitor/anm_monitor_ship_fire_animation_advance",
261    "event:/SFX/Animation/vehicles/naval/capital_ship/monitor/anm_monitor_ship_fire_animation_defend",
262    "event:/SFX/Animation/vehicles/naval/capital_ship/monitor/anm_monitor_ship_idle_animation",
263    "event:/SFX/Animation/vehicles/naval/capital_ship/monitor/anm_monitor_ship_move_animation",
264    "event:/SFX/Animation/vehicles/naval/capital_ship/monitor/wpn_monitor_shot",
265    "event:/SFX/Animation/vehicles/naval/light_ship/components/sfx_naval_light_defeat",
266    "event:/SFX/Animation/vehicles/naval/light_ship/components/sfx_naval_light_engine_end",
267    "event:/SFX/Animation/vehicles/naval/light_ship/components/sfx_naval_light_engine_middle_idle_loop",
268    "event:/SFX/Animation/vehicles/naval/light_ship/components/sfx_naval_light_engine_middle_rev_loop",
269    "event:/SFX/Animation/vehicles/naval/light_ship/components/sfx_naval_light_engine_start_pump",
270    "event:/SFX/Animation/vehicles/naval/light_ship/destroyer/anm_destroyer_ship_defeat_animation",
271    "event:/SFX/Animation/vehicles/naval/light_ship/destroyer/anm_destroyer_ship_fire_animation_advance",
272    "event:/SFX/Animation/vehicles/naval/light_ship/destroyer/anm_destroyer_ship_fire_animation_defend",
273    "event:/SFX/Animation/vehicles/naval/light_ship/destroyer/anm_destroyer_ship_idle_animation",
274    "event:/SFX/Animation/vehicles/naval/light_ship/destroyer/anm_destroyer_ship_move_animation",
275    "event:/SFX/Animation/vehicles/naval/light_ship/destroyer/wpn_destroyer_shot",
276    "event:/SFX/Animation/vehicles/naval/light_ship/frigate/anm_frigate_ship_defeat_animation",
277    "event:/SFX/Animation/vehicles/naval/light_ship/frigate/anm_frigate_ship_fire_animation_advance",
278    "event:/SFX/Animation/vehicles/naval/light_ship/frigate/anm_frigate_ship_fire_animation_defend",
279    "event:/SFX/Animation/vehicles/naval/light_ship/frigate/anm_frigate_ship_idle_animation",
280    "event:/SFX/Animation/vehicles/naval/light_ship/frigate/anm_frigate_ship_move_animation",
281    "event:/SFX/Animation/vehicles/naval/light_ship/frigate/wpn_frigate_shot",
282    "event:/SFX/Animation/vehicles/naval/light_ship/scout_cruiser/anm_scout_cruiser_ship_defeat_animation",
283    "event:/SFX/Animation/vehicles/naval/light_ship/scout_cruiser/anm_scout_cruiser_ship_fire_animation_advance",
284    "event:/SFX/Animation/vehicles/naval/light_ship/scout_cruiser/anm_scout_cruiser_ship_fire_animation_defend",
285    "event:/SFX/Animation/vehicles/naval/light_ship/scout_cruiser/anm_scout_cruiser_ship_idle_animation",
286    "event:/SFX/Animation/vehicles/naval/light_ship/scout_cruiser/anm_scout_cruiser_ship_move_animation",
287    "event:/SFX/Animation/vehicles/naval/light_ship/scout_cruiser/wpn_scout_cruiser_shot",
288    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/anm_torpedo_boat_ship_defeat_animation",
289    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/anm_torpedo_boat_ship_fire_animation_advance",
290    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/anm_torpedo_boat_ship_fire_animation_defend",
291    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/anm_torpedo_boat_ship_idle_animation",
292    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/anm_torpedo_boat_ship_move_animation",
293    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/components/sfx_naval_torpedo_shot_dbs",
294    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/components/sfx_water_splash",
295    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/components/sfx_water_trail",
296    "event:/SFX/Animation/vehicles/naval/light_ship/torpedo_boat/wpn_torpedo_boat_shot",
297    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/anm_carrier_ship_animation_advance",
298    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/anm_carrier_ship_animation_defend",
299    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/anm_carrier_ship_defeat_animation",
300    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/anm_carrier_ship_idle_animation",
301    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/anm_carrier_ship_move_animation",
302    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/wpn_carrier_plane_carrier_recon",
303    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/wpn_carrier_plane_land",
304    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/wpn_carrier_plane_loop",
305    "event:/SFX/Animation/vehicles/naval/support_vessel/carrier/wpn_carrier_plane_takeoff",
306    "event:/SFX/Animation/vehicles/naval/support_vessel/submarine/anm_submarine_ship_defeat_animation",
307    "event:/SFX/Animation/vehicles/naval/support_vessel/submarine/anm_submarine_ship_fire_animation_advance",
308    "event:/SFX/Animation/vehicles/naval/support_vessel/submarine/anm_submarine_ship_fire_animation_defend",
309    "event:/SFX/Animation/vehicles/naval/support_vessel/submarine/anm_submarine_ship_idle_animation",
310    "event:/SFX/Animation/vehicles/naval/support_vessel/submarine/anm_submarine_ship_move_animation",
311    "event:/SFX/Animation/vehicles/naval/support_vessel/submarine/wpn_submarine_shot",
312    "event:/SFX/Animation/vehicles/transport/artillery_shrapnel/anm_military_transport_railroad_artillery_shrapnel_generic",
313    "event:/SFX/Animation/vehicles/transport/naval_dhow/anm_transport_naval_dhow_moving",
314    "event:/SFX/Animation/vehicles/transport/naval_junk/anm_transport_naval_junk_moving",
315    "event:/SFX/Animation/vehicles/transport/naval_landingcraft/anm_military_transport_naval_landingcraft_generic",
316    "event:/SFX/Animation/vehicles/transport/naval_marmara/anm_transport_naval_marmara_moving",
317    "event:/SFX/Animation/vehicles/transport/naval_rowboat/anm_military_transport_naval_rowboat_generic_idle",
318    "event:/SFX/Animation/vehicles/transport/naval_rowboat/anm_military_transport_naval_rowboat_generic_moving",
319    "event:/SFX/Animation/vehicles/transport/naval_rowboat/anm_military_transport_naval_rowboat_generic_stop",
320    "event:/SFX/Animation/vehicles/transport/railroad_armoredcart/anm_military_transport_railroad_armoredcart_generic",
321    "event:/SFX/Animation/vehicles/transport/railroad_armoredlocomotive/anm_military_transport_railroad_armoredlocomotive_generic",
322    "event:/SFX/Animation/vehicles/transport/railroad_infantrycart/anm_military_transport_railroad_infantrycart_generic",
323    "event:/SFX/Animation/vehicles/transport/road_horsecart/anm_military_transport_road_horsecart_generic",
324    "event:/SFX/Animation/vehicles/transport/road_truck/anm_military_transport_road_truck_generic",
325    "event:/SFX/Animation/weapons/Support Units/aerial_recon_units_planes/Unknown",
326    "event:/SFX/Animation/weapons/Support Units/chemical_warfare/chemical_warfare_barrel_active",
327    "event:/SFX/Animation/weapons/Support Units/chemical_warfare/chemical_warfare_cloud_active",
328    "event:/SFX/Animation/weapons/Support Units/field_hospitals/components/field_hospital_rustle",
329    "event:/SFX/Animation/weapons/Support Units/field_hospitals/components/field_hospital_saw",
330    "event:/SFX/Animation/weapons/Support Units/field_hospitals/field_hospital_active",
331    "event:/SFX/Animation/weapons/Support Units/first_aid/first_aid_active",
332    "event:/SFX/Animation/weapons/artillery/cannon/anm_cannon_artillery_defeat_animation",
333    "event:/SFX/Animation/weapons/artillery/cannon/anm_cannon_artillery_fire_aggressive_animation",
334    "event:/SFX/Animation/weapons/artillery/cannon/anm_cannon_artillery_fire_defensive_animation",
335    "event:/SFX/Animation/weapons/artillery/cannon/anm_cannon_artillery_idle_animation",
336    "event:/SFX/Animation/weapons/artillery/cannon/components/6lb_brass_cannon_fuse",
337    "event:/SFX/Animation/weapons/artillery/cannon/components/6lb_brass_cannon_impact",
338    "event:/SFX/Animation/weapons/artillery/cannon/components/6lb_brass_cannon_impactSeq",
339    "event:/SFX/Animation/weapons/artillery/cannon/components/6lb_brass_cannon_load_moves",
340    "event:/SFX/Animation/weapons/artillery/cannon/components/6lb_brass_cannon_scout",
341    "event:/SFX/Animation/weapons/artillery/cannon/components/6lb_brass_cannon_shot",
342    "event:/SFX/Animation/weapons/artillery/cannon/wpn_artillery_cannon_impact",
343    "event:/SFX/Animation/weapons/artillery/cannon/wpn_artillery_cannon_shot",
344    "event:/SFX/Animation/weapons/artillery/heavy_tank/anm_heavy_tank_defeat_animation",
345    "event:/SFX/Animation/weapons/artillery/heavy_tank/anm_heavy_tank_fire_aggressive_animation",
346    "event:/SFX/Animation/weapons/artillery/heavy_tank/anm_heavy_tank_fire_defensive_animation",
347    "event:/SFX/Animation/weapons/artillery/heavy_tank/anm_heavy_tank_idle_animation",
348    "event:/SFX/Animation/weapons/artillery/heavy_tank/anm_heavy_tank_scout_animation",
349    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/mark-iv_impactSeq_1hits",
350    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/mark-iv_impactSeq_3hits",
351    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/mark-iv_tank_load",
352    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/mark-iv_tank_shot",
353    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/mark-iv_tank_turret",
354    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/sfx_mark-iv_engine_end",
355    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/sfx_mark-iv_engine_middle_idle",
356    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/sfx_mark-iv_engine_middle_rev",
357    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/sfx_mark-iv_engine_sequence_idle",
358    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/sfx_mark-iv_engine_sequence_rev",
359    "event:/SFX/Animation/weapons/artillery/heavy_tank/components/sfx_mark-iv_engine_start",
360    "event:/SFX/Animation/weapons/artillery/heavy_tank/wpn_artillery_heavy_tank_impact_aggressive",
361    "event:/SFX/Animation/weapons/artillery/heavy_tank/wpn_artillery_heavy_tank_impact_defensive",
362    "event:/SFX/Animation/weapons/artillery/heavy_tank/wpn_artillery_heavy_tank_shot",
363    "event:/SFX/Animation/weapons/artillery/mobile_artillery/anm_mobile_artillery_fire_aggressive_animation",
364    "event:/SFX/Animation/weapons/artillery/mobile_artillery/anm_mobile_artillery_fire_defensive_animation",
365    "event:/SFX/Animation/weapons/artillery/mobile_artillery/components/12lb_brass_cannon_impact",
366    "event:/SFX/Animation/weapons/artillery/mobile_artillery/components/12lb_brass_cannon_impactSeq",
367    "event:/SFX/Animation/weapons/artillery/mobile_artillery/components/12lb_brass_cannon_load",
368    "event:/SFX/Animation/weapons/artillery/mobile_artillery/components/12lb_brass_cannon_scout",
369    "event:/SFX/Animation/weapons/artillery/mobile_artillery/components/12lb_brass_cannon_shot",
370    "event:/SFX/Animation/weapons/artillery/mobile_artillery/wpn_artillery_mobile_impact",
371    "event:/SFX/Animation/weapons/artillery/mobile_artillery/wpn_artillery_mobile_shot",
372    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/anm_shrapnel_artillery_fire_aggressive_animation",
373    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/anm_shrapnel_artillery_fire_defensive_animation",
374    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/components/3.2_inch_gun_impact",
375    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/components/3.2_inch_gun_impactSeq",
376    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/components/3.2_inch_gun_load",
377    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/components/3.2_inch_gun_shot",
378    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/components/3.3_inch_gun_eject",
379    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/components/3.4_inch_gun_adjust",
380    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/wpn_artillery_shrapnel_impact",
381    "event:/SFX/Animation/weapons/artillery/shrapnel_artillery/wpn_artillery_shrapnel_shot",
382    "event:/SFX/Animation/weapons/artillery/siege_artillery/anm_siege_artillery_fire_aggressive_animation",
383    "event:/SFX/Animation/weapons/artillery/siege_artillery/anm_siege_artillery_fire_defensive_animation",
384    "event:/SFX/Animation/weapons/artillery/siege_artillery/components/21cm_morser_adjust",
385    "event:/SFX/Animation/weapons/artillery/siege_artillery/components/21cm_morser_impact",
386    "event:/SFX/Animation/weapons/artillery/siege_artillery/components/21cm_morser_impactSeq",
387    "event:/SFX/Animation/weapons/artillery/siege_artillery/components/21cm_morser_load",
388    "event:/SFX/Animation/weapons/artillery/siege_artillery/components/21cm_morser_shot",
389    "event:/SFX/Animation/weapons/artillery/siege_artillery/wpn_artillery_siege_impact",
390    "event:/SFX/Animation/weapons/artillery/siege_artillery/wpn_artillery_siege_shot",
391    "event:/SFX/Animation/weapons/cavalry/Components/fol_gearLong",
392    "event:/SFX/Animation/weapons/cavalry/Components/fol_gearShort",
393    "event:/SFX/Animation/weapons/cavalry/Components/horse_hoofDown",
394    "event:/SFX/Animation/weapons/cavalry/Components/horse_hoofScuff",
395    "event:/SFX/Animation/weapons/cavalry/Components/voc_horse_aggressive",
396    "event:/SFX/Animation/weapons/cavalry/Components/voc_horse_idle",
397    "event:/SFX/Animation/weapons/cavalry/dreyse_needle_gun/anm_cavalry_dragoon_fire_aggressive_animation",
398    "event:/SFX/Animation/weapons/cavalry/dreyse_needle_gun/anm_cavalry_dragoon_fire_defensive_animation",
399    "event:/SFX/Animation/weapons/cavalry/lance/anm_cavalry_lancer_charge_animation",
400    "event:/SFX/Animation/weapons/cavalry/lance/anm_cavalry_lancer_warcry_animation",
401    "event:/SFX/Animation/weapons/cavalry/lance/components/lance_handling",
402    "event:/SFX/Animation/weapons/cavalry/lance/components/lance_impact",
403    "event:/SFX/Animation/weapons/cavalry/lance/components/lance_sheath",
404    "event:/SFX/Animation/weapons/cavalry/lance/components/lance_unsheath",
405    "event:/SFX/Animation/weapons/cavalry/renault-ft/anm_light_tank_defeat_animation",
406    "event:/SFX/Animation/weapons/cavalry/renault-ft/anm_light_tank_fire_aggressive_animation",
407    "event:/SFX/Animation/weapons/cavalry/renault-ft/anm_light_tank_fire_defensive_animation",
408    "event:/SFX/Animation/weapons/cavalry/renault-ft/anm_light_tank_idle_animation",
409    "event:/SFX/Animation/weapons/cavalry/renault-ft/anm_light_tank_scout_animation",
410    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/renault-ft_light_tank_impact_1explosion",
411    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/renault-ft_light_tank_impact_3explosions",
412    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/renault-ft_light_tank_turret",
413    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/renautl-ft_light_tank_load",
414    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/sfx_renault-ft_engine_end",
415    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/sfx_renault-ft_engine_middle_idle",
416    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/sfx_renault-ft_engine_middle_rev",
417    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/sfx_renault-ft_engine_sequence_idle",
418    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/sfx_renault-ft_engine_sequence_rev",
419    "event:/SFX/Animation/weapons/cavalry/renault-ft/components/sfx_renault-ft_engine_start",
420    "event:/SFX/Animation/weapons/cavalry/renault-ft/wpn_artillery_light_tank_impact_aggressive",
421    "event:/SFX/Animation/weapons/cavalry/renault-ft/wpn_artillery_light_tank_impact_defend",
422    "event:/SFX/Animation/weapons/cavalry/renault-ft/wpn_artillery_light_tank_shot",
423    "event:/SFX/Animation/weapons/cavalry/saber/anm_cavalry_hussar_charge_animation",
424    "event:/SFX/Animation/weapons/cavalry/saber/anm_cavalry_hussar_warcry_animation",
425    "event:/SFX/Animation/weapons/cavalry/saber/components/sabre_deflect",
426    "event:/SFX/Animation/weapons/cavalry/saber/components/sabre_impact",
427    "event:/SFX/Animation/weapons/cavalry/saber/components/sabre_sheath",
428    "event:/SFX/Animation/weapons/cavalry/saber/components/sabre_unsheath",
429    "event:/SFX/Animation/weapons/cavalry/sword/anm_cavalry_cuirassier_charge_animation",
430    "event:/SFX/Animation/weapons/cavalry/sword/anm_cavalry_cuirassier_warcry_animation",
431    "event:/SFX/Animation/weapons/infantry/blunderbuss/anm_fire_aggressive_blunderbuss_01",
432    "event:/SFX/Animation/weapons/infantry/blunderbuss/anm_fire_aggressive_blunderbuss_02",
433    "event:/SFX/Animation/weapons/infantry/blunderbuss/anm_fire_defensive_blunderbuss_01",
434    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_charge_in",
435    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_charge_out",
436    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_charge_push",
437    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_cock",
438    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_grab",
439    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_ramrod_release",
440    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_ramrod_replace",
441    "event:/SFX/Animation/weapons/infantry/blunderbuss/components/blunderbuss_shot",
442    "event:/SFX/Animation/weapons/infantry/blunderbuss/wpn_infantry_blunderbuss_shot",
443    "event:/SFX/Animation/weapons/infantry/brown_bess/anm_fire_aggressive_brownbess_01",
444    "event:/SFX/Animation/weapons/infantry/brown_bess/anm_fire_defensive_brownbess_01",
445    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_charge_in",
446    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_charge_out",
447    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_charge_push",
448    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_cock",
449    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_grab",
450    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_ramrod_release",
451    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_ramrod_replace",
452    "event:/SFX/Animation/weapons/infantry/brown_bess/components/brown_bess_shot",
453    "event:/SFX/Animation/weapons/infantry/brown_bess/wpn_infantry_brownbess_shot",
454    "event:/SFX/Animation/weapons/infantry/chauchat/anm_fire_aggressive_chauchat_01",
455    "event:/SFX/Animation/weapons/infantry/chauchat/anm_fire_defensive_chauchat_01",
456    "event:/SFX/Animation/weapons/infantry/chauchat/components/chauchat_burst_4rounds",
457    "event:/SFX/Animation/weapons/infantry/chauchat/components/chauchat_burst_8rounds",
458    "event:/SFX/Animation/weapons/infantry/chauchat/components/chauchat_cock",
459    "event:/SFX/Animation/weapons/infantry/chauchat/components/chauchat_mag_in",
460    "event:/SFX/Animation/weapons/infantry/chauchat/components/chauchat_mag_out",
461    "event:/SFX/Animation/weapons/infantry/chauchat/components/chauchat_shot",
462    "event:/SFX/Animation/weapons/infantry/chauchat/wpn_infantry_chauchat_burst_4rounds",
463    "event:/SFX/Animation/weapons/infantry/chauchat/wpn_infantry_chauchat_burst_8rounds",
464    "event:/SFX/Animation/weapons/infantry/chauchat/wpn_infantry_chauchat_shot",
465    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/anm_fire_aggressive_cavalry_dreyseneedle_01",
466    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/anm_fire_aggressive_dreyseneedle_01",
467    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/anm_fire_defensive_cavalry_dreyseneedle_01",
468    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/anm_fire_defensive_dreyseneedle_01",
469    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/components/dreyse_needle_gun_cock",
470    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/components/dreyse_needle_gun_grab",
471    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/components/dreyse_needle_gun_load",
472    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/components/dreyse_needle_gun_shot",
473    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/components/dreyse_needle_gun_unload",
474    "event:/SFX/Animation/weapons/infantry/dreyse_needle_gun/wpn_infantry_dreysneedle_shot",
475    "event:/SFX/Animation/weapons/infantry/flamethrower/anm_burst_aggressive_flamethrower",
476    "event:/SFX/Animation/weapons/infantry/flamethrower/anm_burst_defensive_flamethrower",
477    "event:/SFX/Animation/weapons/infantry/flamethrower/components/flamethrower_burst",
478    "event:/SFX/Animation/weapons/infantry/flamethrower/wpn_flamethrower_burst",
479    "event:/SFX/Animation/weapons/infantry/mauser_98/anm_fire_aggressive_mauser98_01",
480    "event:/SFX/Animation/weapons/infantry/mauser_98/anm_fire_defensive_mauser98_01",
481    "event:/SFX/Animation/weapons/infantry/mauser_98/components/mauser98_cock",
482    "event:/SFX/Animation/weapons/infantry/mauser_98/components/mauser98_grab",
483    "event:/SFX/Animation/weapons/infantry/mauser_98/components/mauser98_load",
484    "event:/SFX/Animation/weapons/infantry/mauser_98/components/mauser98_shot",
485    "event:/SFX/Animation/weapons/infantry/mauser_98/components/mauser98_unload",
486    "event:/SFX/Animation/weapons/infantry/mauser_98/wpn_infantry_mauser98_shot",
487    "event:/SFX/Animation/weapons/infantry/maxim_mg/anm_fire_aggressive_maxim_mg",
488    "event:/SFX/Animation/weapons/infantry/maxim_mg/anm_fire_defensive_maxim_mg",
489    "event:/SFX/Animation/weapons/infantry/maxim_mg/components/maxim_mg_burst_7rounds",
490    "event:/SFX/Animation/weapons/infantry/maxim_mg/components/maxim_shot",
491    "event:/SFX/Animation/weapons/infantry/maxim_mg/wpn_infantry_maxim_burst_7rounds",
492    "event:/SFX/Animation/weapons/infantry/maxim_mg/wpn_infantry_maxim_shot",
493    "event:/SFX/Animation/weapons/infantry/saber/anm_advance_saber_01",
494    "event:/SFX/Animation/weapons/infantry/saber/anm_defend_saber_01",
495    "event:/SFX/Animation/weapons/infantry/tommy_gun/anm_fire_aggressive_tommygun_01",
496    "event:/SFX/Animation/weapons/infantry/tommy_gun/anm_fire_defensive_tommygun_01",
497    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_burst_20rounds",
498    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_burst_30rounds",
499    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_mag_cock",
500    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_mag_grab",
501    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_mag_in",
502    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_mag_out",
503    "event:/SFX/Animation/weapons/infantry/tommy_gun/components/tommygun_shot",
504    "event:/SFX/Animation/weapons/infantry/tommy_gun/wpn_infantry_tommygun_burst_20rounds",
505    "event:/SFX/Animation/weapons/infantry/tommy_gun/wpn_infantry_tommygun_burst_30rounds",
506    "event:/SFX/Animation/weapons/infantry/tommy_gun/wpn_infantry_tommygun_shot",
507    "event:/SFX/DLC/1.3_ip1/Ambience/3D/Hub/city_french",
508    "event:/SFX/DLC/1.3_ip1/Ambience/3D/Hub/farm_french",
509    "event:/SFX/DLC/1.3_ip1/Ambience/3D/Hub/forestry_french",
510    "event:/SFX/DLC/1.3_ip1/Ambience/3D/Hub/mining_french",
511    "event:/SFX/DLC/1.3_ip1/Ambience/3D/Hub/port_french",
512    "event:/SFX/DLC/1.3_ip1/Ambience/3D/Hub/rural_city_french",
513    "event:/SFX/DLC/1.3_ip1/Events/unspecific/agitator_speaking",
514    "event:/SFX/DLC/1.3_ip1/Events/unspecific/barricade",
515    "event:/SFX/DLC/1.3_ip1/Events/unspecific/conspiring",
516    "event:/SFX/DLC/1.3_ip1/Events/unspecific/cops_march",
517    "event:/SFX/DLC/1.3_ip1/Events/unspecific/french_algeria",
518    "event:/SFX/DLC/1.3_ip1/Events/unspecific/garibaldi",
519    "event:/SFX/DLC/1.3_ip1/Events/unspecific/gunboat_diplomacy",
520    "event:/SFX/DLC/1.3_ip1/Events/unspecific/hostile_court",
521    "event:/SFX/DLC/1.3_ip1/Events/unspecific/monarch_holding_court",
522    "event:/SFX/DLC/1.3_ip1/Events/unspecific/people_sneaking",
523    "event:/SFX/DLC/1.3_ip1/Events/unspecific/prison",
524    "event:/SFX/DLC/1.3_ip1/Events/unspecific/realist_household",
525    "event:/SFX/DLC/1.3_ip1/UI/agitator_promote",
526    "event:/SFX/DLC/1.3_ip1/UI/character_interaction",
527    "event:/SFX/DLC/1.3_ip1/UI/character_invite",
528    "event:/SFX/DLC/1.3_ip1/UI/exile_character",
529    "event:/SFX/DLC/1.3_ip1/UI/exile_pool_open",
530    "event:/SFX/DLC/1.3_ip1/UI/generic_agitator_stinger",
531    "event:/SFX/DLC/1.3_ip1/UI/historical_agitator_stinger",
532    "event:/SFX/DLC/1.3_ip1/UI/item_revolutionary_movt",
533    "event:/SFX/DLC/1.3_ip1/UI/main_menu_illustration",
534    "event:/SFX/DLC/1.3_ip1/UI/new_country_start",
535    "event:/SFX/DLC/1.3_ip1/UI/open_character_panel",
536    "event:/SFX/DLC/1.3_ip1/UI/revolution_progress_tick",
537    "event:/SFX/Events/africa/animism",
538    "event:/SFX/Events/africa/city_center",
539    "event:/SFX/Events/africa/construction_colony",
540    "event:/SFX/Events/africa/desert_expedition",
541    "event:/SFX/Events/africa/diplomats_negotiating",
542    "event:/SFX/Events/africa/leader_arguing",
543    "event:/SFX/Events/africa/prosperous_farm",
544    "event:/SFX/Events/africa/public_protest",
545    "event:/SFX/Events/africa/soldiers_breaking_protest",
546    "event:/SFX/Events/asia/buddhism",
547    "event:/SFX/Events/asia/central_asian_city",
548    "event:/SFX/Events/asia/confucianism_shinto",
549    "event:/SFX/Events/asia/cross_cultural_festival",
550    "event:/SFX/Events/asia/dead_cattle_poor_harvest",
551    "event:/SFX/Events/asia/donghak_rebellion",
552    "event:/SFX/Events/asia/factory_accident",
553    "event:/SFX/Events/asia/farmers_market",
554    "event:/SFX/Events/asia/hinduism_sikhism",
555    "event:/SFX/Events/asia/india_countryside",
556    "event:/SFX/Events/asia/india_factory_floor",
557    "event:/SFX/Events/asia/india_protest",
558    "event:/SFX/Events/asia/india_urban_scene",
559    "event:/SFX/Events/asia/intercommunal_tensions",
560    "event:/SFX/Events/asia/persian_monarch_holding_court",
561    "event:/SFX/Events/asia/politician_parliament_motion",
562    "event:/SFX/Events/asia/poor_people_moving",
563    "event:/SFX/Events/asia/sepoy_mutiny",
564    "event:/SFX/Events/asia/telegraph_dictate",
565    "event:/SFX/Events/asia/union_leader",
566    "event:/SFX/Events/asia/unruly_soldiers",
567    "event:/SFX/Events/asia/westeners_arriving_in_east_asia",
568    "event:/SFX/Events/europenorthamerica/agitator_reading_manifesto",
569    "event:/SFX/Events/europenorthamerica/american_civil_war",
570    "event:/SFX/Events/europenorthamerica/angry_mob_raiding_minorities",
571    "event:/SFX/Events/europenorthamerica/before_the_battle",
572    "event:/SFX/Events/europenorthamerica/capitalists_meeting",
573    "event:/SFX/Events/europenorthamerica/gold_prospectors",
574    "event:/SFX/Events/europenorthamerica/judaism",
575    "event:/SFX/Events/europenorthamerica/london_center",
576    "event:/SFX/Events/europenorthamerica/native_american",
577    "event:/SFX/Events/europenorthamerica/officer_inspecting_peasant_conscripts",
578    "event:/SFX/Events/europenorthamerica/official_reading_dictate",
579    "event:/SFX/Events/europenorthamerica/opium_smoker",
580    "event:/SFX/Events/europenorthamerica/police_raid",
581    "event:/SFX/Events/europenorthamerica/political_extremism",
582    "event:/SFX/Events/europenorthamerica/redcoats",
583    "event:/SFX/Events/europenorthamerica/rich_and_poor",
584    "event:/SFX/Events/europenorthamerica/russian_cossacks",
585    "event:/SFX/Events/europenorthamerica/russian_serfs",
586    "event:/SFX/Events/europenorthamerica/springtime_of_nation",
587    "event:/SFX/Events/europenorthamerica/sufferage",
588    "event:/SFX/Events/europenorthamerica/village_school",
589    "event:/SFX/Events/generic/civil",
590    "event:/SFX/Events/generic/clandestine",
591    "event:/SFX/Events/generic/dramatic",
592    "event:/SFX/Events/generic/enthusiastic",
593    "event:/SFX/Events/generic/political",
594    "event:/SFX/Events/generic/sadness",
595    "event:/SFX/Events/generic/spiritual",
596    "event:/SFX/Events/generic/tranquil",
597    "event:/SFX/Events/middleeast/battlefield_trenches",
598    "event:/SFX/Events/middleeast/courtroom_upheaval",
599    "event:/SFX/Events/middleeast/engineer_blueprint",
600    "event:/SFX/Events/middleeast/islam",
601    "event:/SFX/Events/middleeast/jungle_expedition",
602    "event:/SFX/Events/middleeast/middleclass_cafe",
603    "event:/SFX/Events/middleeast/mountain_pass_civilian",
604    "event:/SFX/Events/middleeast/mountain_pass_military",
605    "event:/SFX/Events/middleeast/oil_derricks",
606    "event:/SFX/Events/middleeast/police_breaking_door",
607    "event:/SFX/Events/middleeast/upperclass_party",
608    "event:/SFX/Events/misc/1Character_2Flags",
609    "event:/SFX/Events/misc/1Character_4Flags",
610    "event:/SFX/Events/misc/1Character_Banner",
611    "event:/SFX/Events/misc/2Characters",
612    "event:/SFX/Events/misc/Icons_Various",
613    "event:/SFX/Events/southamerica/amazon_exploitation",
614    "event:/SFX/Events/southamerica/aristocrats",
615    "event:/SFX/Events/southamerica/brazilian_city",
616    "event:/SFX/Events/southamerica/child_labor",
617    "event:/SFX/Events/southamerica/christianity",
618    "event:/SFX/Events/southamerica/election",
619    "event:/SFX/Events/southamerica/factory_opening",
620    "event:/SFX/Events/southamerica/public_figure_assassination",
621    "event:/SFX/Events/southamerica/slaves_breaking_their_chains",
622    "event:/SFX/Events/southamerica/slaves_night",
623    "event:/SFX/Events/southamerica/war_civilians",
624    "event:/SFX/Events/unspecific/airplane",
625    "event:/SFX/Events/unspecific/airship",
626    "event:/SFX/Events/unspecific/arctic",
627    "event:/SFX/Events/unspecific/armored_train",
628    "event:/SFX/Events/unspecific/art_gallery",
629    "event:/SFX/Events/unspecific/automobile",
630    "event:/SFX/Events/unspecific/clandestine_meeting",
631    "event:/SFX/Events/unspecific/destruction",
632    "event:/SFX/Events/unspecific/devastation",
633    "event:/SFX/Events/unspecific/factory_closed",
634    "event:/SFX/Events/unspecific/gears_pistons",
635    "event:/SFX/Events/unspecific/iceberg_in_the_antartica",
636    "event:/SFX/Events/unspecific/leader_speaking_to_a_group_of_people",
637    "event:/SFX/Events/unspecific/military_parade",
638    "event:/SFX/Events/unspecific/naval_battle",
639    "event:/SFX/Events/unspecific/power_blocs",
640    "event:/SFX/Events/unspecific/printing_press",
641    "event:/SFX/Events/unspecific/sick_people_in_a_field_hospital",
642    "event:/SFX/Events/unspecific/signed_contract",
643    "event:/SFX/Events/unspecific/social_banditry",
644    "event:/SFX/Events/unspecific/steam_ship",
645    "event:/SFX/Events/unspecific/temperance_movement",
646    "event:/SFX/Events/unspecific/the_octopus",
647    "event:/SFX/Events/unspecific/trains",
648    "event:/SFX/Events/unspecific/transfer_of_authority",
649    "event:/SFX/Events/unspecific/vandalized_storefront",
650    "event:/SFX/Events/unspecific/whaling",
651    "event:/SFX/Events/unspecific/world_fair",
652    "event:/SFX/UI/Alerts/FloatyText/components/notification_ft_coin_flick",
653    "event:/SFX/UI/Alerts/FloatyText/components/notification_ft_coin_rustle",
654    "event:/SFX/UI/Alerts/FloatyText/components/notification_ft_default",
655    "event:/SFX/UI/Alerts/FloatyText/notification_ft_culture_created",
656    "event:/SFX/UI/Alerts/FloatyText/notification_ft_culture_created_cultural_erasure",
657    "event:/SFX/UI/Alerts/FloatyText/notification_ft_culture_created_full_acceptance",
658    "event:/SFX/UI/Alerts/FloatyText/notification_ft_culture_created_open_prejudice",
659    "event:/SFX/UI/Alerts/FloatyText/notification_ft_culture_created_second_rate_citizen",
660    "event:/SFX/UI/Alerts/FloatyText/notification_ft_culture_created_violent_hostility",
661    "event:/SFX/UI/Alerts/FloatyText/notification_ft_foreign_investment_made",
662    "event:/SFX/UI/Alerts/FloatyText/notification_ft_foreign_investment_received",
663    "event:/SFX/UI/Alerts/Toasts/_transient",
664    "event:/SFX/UI/Alerts/Toasts/acquired_technology",
665    "event:/SFX/UI/Alerts/Toasts/capitulated",
666    "event:/SFX/UI/Alerts/Toasts/country_mobilization",
667    "event:/SFX/UI/Alerts/Toasts/country_revolution",
668    "event:/SFX/UI/Alerts/Toasts/diplomatic_treaties_revoke_negative",
669    "event:/SFX/UI/Alerts/Toasts/diplomatic_treaties_revoke_neutral",
670    "event:/SFX/UI/Alerts/Toasts/diplomatic_treaties_signed_agreement",
671    "event:/SFX/UI/Alerts/Toasts/election_results",
672    "event:/SFX/UI/Alerts/Toasts/heir_born",
673    "event:/SFX/UI/Alerts/Toasts/journal_entry_completed",
674    "event:/SFX/UI/Alerts/Toasts/law_changed",
675    "event:/SFX/UI/Alerts/Toasts/migration_target",
676    "event:/SFX/UI/Alerts/Toasts/native_uprising",
677    "event:/SFX/UI/Alerts/Toasts/new_parties",
678    "event:/SFX/UI/Alerts/Toasts/peace_agreement",
679    "event:/SFX/UI/Alerts/Toasts/rank_changed",
680    "event:/SFX/UI/Alerts/Toasts/ranking_to_great_power",
681    "event:/SFX/UI/Alerts/Toasts/used_favor",
682    "event:/SFX/UI/Alerts/current_situation",
683    "event:/SFX/UI/Alerts/diplomatic_treaties_proposal_received",
684    "event:/SFX/UI/Alerts/event_appear",
685    "event:/SFX/UI/Alerts/high_attrition",
686    "event:/SFX/UI/Alerts/letter_appear",
687    "event:/SFX/UI/Alerts/notification",
688    "event:/SFX/UI/Alerts/notification_collapse",
689    "event:/SFX/UI/Alerts/notification_dismiss",
690    "event:/SFX/UI/Alerts/notification_expand",
691    "event:/SFX/UI/Alerts/warning_fist_appear",
692    "event:/SFX/UI/Budget/coins_lvl_1",
693    "event:/SFX/UI/Budget/coins_lvl_2",
694    "event:/SFX/UI/Budget/coins_lvl_3",
695    "event:/SFX/UI/Budget/coins_lvl_4",
696    "event:/SFX/UI/Budget/coins_lvl_5",
697    "event:/SFX/UI/Budget/pause_all",
698    "event:/SFX/UI/Budget/resume_all",
699    "event:/SFX/UI/BuildingOwnership/building_nationalize_confirm",
700    "event:/SFX/UI/BuildingOwnership/building_registry",
701    "event:/SFX/UI/BuildingOwnership/company_building_disband",
702    "event:/SFX/UI/BuildingOwnership/company_building_establish",
703    "event:/SFX/UI/CompanyCharters/company_charter_grant",
704    "event:/SFX/UI/CompanyCharters/company_charter_revoke",
705    "event:/SFX/UI/CompanyCharters/company_panel_open",
706    "event:/SFX/UI/CompanyCharters/company_panel_stop",
707    "event:/SFX/UI/DiplomaticTreaties/diplomatic_treaties_active_panel_open",
708    "event:/SFX/UI/DiplomaticTreaties/diplomatic_treaties_active_panel_stop",
709    "event:/SFX/UI/DiplomaticTreaties/diplomatic_treaties_draft_panel_open",
710    "event:/SFX/UI/DiplomaticTreaties/diplomatic_treaties_draft_panel_stop",
711    "event:/SFX/UI/DiplomaticTreaties/diplomatic_treaties_proposal_sent",
712    "event:/SFX/UI/DiplomaticTreaties/diplomatic_treaties_revoke_neutral_button",
713    "event:/SFX/UI/Frontend/bookmark_bottom_show",
714    "event:/SFX/UI/Frontend/start_game",
715    "event:/SFX/UI/Frontend/start_panel_show",
716    "event:/SFX/UI/Global/alert_remove",
717    "event:/SFX/UI/Global/back",
718    "event:/SFX/UI/Global/button_press",
719    "event:/SFX/UI/Global/button_release",
720    "event:/SFX/UI/Global/checkbox",
721    "event:/SFX/UI/Global/close",
722    "event:/SFX/UI/Global/confirm",
723    "event:/SFX/UI/Global/decrement",
724    "event:/SFX/UI/Global/exit_game",
725    "event:/SFX/UI/Global/flag",
726    "event:/SFX/UI/Global/game_pause",
727    "event:/SFX/UI/Global/game_speed",
728    "event:/SFX/UI/Global/game_unpause",
729    "event:/SFX/UI/Global/increment",
730    "event:/SFX/UI/Global/item_add",
731    "event:/SFX/UI/Global/item_remove",
732    "event:/SFX/UI/Global/map_click",
733    "event:/SFX/UI/Global/map_hover",
734    "event:/SFX/UI/Global/map_hover_interact",
735    "event:/SFX/UI/Global/panel_hide",
736    "event:/SFX/UI/Global/panel_show",
737    "event:/SFX/UI/Global/pause_logo",
738    "event:/SFX/UI/Global/play_continue",
739    "event:/SFX/UI/Global/play_pause",
740    "event:/SFX/UI/Global/pointer_over",
741    "event:/SFX/UI/Global/popup_hide",
742    "event:/SFX/UI/Global/popup_show",
743    "event:/SFX/UI/Global/promote",
744    "event:/SFX/UI/Global/select",
745    "event:/SFX/UI/Global/shimmer",
746    "event:/SFX/UI/Global/situation",
747    "event:/SFX/UI/Global/suppress",
748    "event:/SFX/UI/Global/tab",
749    "event:/SFX/UI/Global/toggle_all_off",
750    "event:/SFX/UI/Global/toggle_all_on",
751    "event:/SFX/UI/Global/toggle_single_off",
752    "event:/SFX/UI/Global/toggle_single_on",
753    "event:/SFX/UI/Global/tooltip_lock",
754    "event:/SFX/UI/Global/victoria_logo",
755    "event:/SFX/UI/Global/zoom",
756    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_01_raise_payments_benign",
757    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_02_decrease_payments_benign",
758    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_03_exempt_from_service_benign",
759    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_04_appoint_governor_benign",
760    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_05_grant_own_market_benign",
761    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_06_decrease_autonomy_hostile",
762    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_07_increase_autonomy_benign",
763    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_09_support_regime_benign",
764    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_10_knowledge_sharing_benign",
765    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_11_evangelize_benign",
766    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_12_request_market_control_benign",
767    "event:/SFX/UI/MapInteraction/SubjectInteractions/diplomatic_action_subjects_13_handle_states",
768    "event:/SFX/UI/MapInteraction/SubjectInteractions/power_bloc_invite_request",
769    "event:/SFX/UI/MapInteraction/SubjectInteractions/power_bloc_join_request",
770    "event:/SFX/UI/MapInteraction/build_building",
771    "event:/SFX/UI/MapInteraction/build_building_epic",
772    "event:/SFX/UI/MapInteraction/civil",
773    "event:/SFX/UI/MapInteraction/diplomatic_action_benign",
774    "event:/SFX/UI/MapInteraction/diplomatic_action_foreign_investment_agreement_request",
775    "event:/SFX/UI/MapInteraction/diplomatic_action_foreign_investment_rights_request",
776    "event:/SFX/UI/MapInteraction/diplomatic_action_hostile",
777    "event:/SFX/UI/MapInteraction/diplomatic_action_interest",
778    "event:/SFX/UI/MapInteraction/diplomatic_action_request",
779    "event:/SFX/UI/MapInteraction/diplomatic_play",
780    "event:/SFX/UI/MapInteraction/diplomatic_play_epic",
781    "event:/SFX/UI/MapInteraction/establish_colony",
782    "event:/SFX/UI/MapInteraction/map_interact_transient",
783    "event:/SFX/UI/MapInteraction/trade_route",
784    "event:/SFX/UI/MapLenses/diplomatic",
785    "event:/SFX/UI/MapLenses/diplomatic_stop",
786    "event:/SFX/UI/MapLenses/generic",
787    "event:/SFX/UI/MapLenses/generic_open",
788    "event:/SFX/UI/MapLenses/location_finder",
789    "event:/SFX/UI/MapLenses/military",
790    "event:/SFX/UI/MapLenses/military_stop",
791    "event:/SFX/UI/MapLenses/mobilize_general",
792    "event:/SFX/UI/MapLenses/political",
793    "event:/SFX/UI/MapLenses/political_stop",
794    "event:/SFX/UI/MapLenses/production",
795    "event:/SFX/UI/MapLenses/production_stop",
796    "event:/SFX/UI/MapLenses/trade",
797    "event:/SFX/UI/MapLenses/trade_stop",
798    "event:/SFX/UI/Market/filter/industrial",
799    "event:/SFX/UI/Market/filter/luxury",
800    "event:/SFX/UI/Market/filter/military",
801    "event:/SFX/UI/Market/filter/staple",
802    "event:/SFX/UI/Market/world_market_panel_open",
803    "event:/SFX/UI/Market/world_market_panel_stop",
804    "event:/SFX/UI/MaxiMap/activate",
805    "event:/SFX/UI/MaxiMap/deactivate",
806    "event:/SFX/UI/Military/Whistles/whistle_boatswains_fire",
807    "event:/SFX/UI/Military/Whistles/whistle_boatswains_forward",
808    "event:/SFX/UI/Military/Whistles/whistle_boatswains_order",
809    "event:/SFX/UI/Military/Whistles/whistle_boatswains_warning",
810    "event:/SFX/UI/Military/Whistles/whistle_trench_fire",
811    "event:/SFX/UI/Military/Whistles/whistle_trench_forward",
812    "event:/SFX/UI/Military/Whistles/whistle_trench_order",
813    "event:/SFX/UI/Military/Whistles/whistle_trench_warning",
814    "event:/SFX/UI/Military/add_war_goal",
815    "event:/SFX/UI/Military/battle_diorama_defeat",
816    "event:/SFX/UI/Military/battle_diorama_victory",
817    "event:/SFX/UI/Military/command_grant",
818    "event:/SFX/UI/Military/command_remove",
819    "event:/SFX/UI/Military/commander_mobilize",
820    "event:/SFX/UI/Military/commander_promote",
821    "event:/SFX/UI/Military/commander_recruit",
822    "event:/SFX/UI/Military/commander_retire",
823    "event:/SFX/UI/Military/conscription_center_activate",
824    "event:/SFX/UI/Military/create_formation",
825    "event:/SFX/UI/Military/demobilize_army",
826    "event:/SFX/UI/Military/entity_war_start",
827    "event:/SFX/UI/Military/formation_actions_deploy_to_front",
828    "event:/SFX/UI/Military/formation_actions_deploy_to_sea_node",
829    "event:/SFX/UI/Military/formation_actions_land_invasion",
830    "event:/SFX/UI/Military/formation_actions_land_invasion_cancel",
831    "event:/SFX/UI/Military/formation_actions_naval_invasion",
832    "event:/SFX/UI/Military/formation_actions_naval_invasion_cancel",
833    "event:/SFX/UI/Military/formation_actions_station_at_hq",
834    "event:/SFX/UI/Military/military_units_transfer_army",
835    "event:/SFX/UI/Military/military_units_transfer_navy",
836    "event:/SFX/UI/Military/order_admiral_blockade",
837    "event:/SFX/UI/Military/order_admiral_convoy_raiding",
838    "event:/SFX/UI/Military/order_admiral_intercept",
839    "event:/SFX/UI/Military/order_admiral_naval_invasion",
840    "event:/SFX/UI/Military/order_admiral_patrol",
841    "event:/SFX/UI/Military/order_general_activate",
842    "event:/SFX/UI/Military/order_general_front_advance",
843    "event:/SFX/UI/Military/order_general_front_defend",
844    "event:/SFX/UI/Military/order_general_standby",
845    "event:/SFX/UI/Military/strategic_objective_confirm",
846    "event:/SFX/UI/Military/to_war_popup_notification",
847    "event:/SFX/UI/Military/upgrade_battalion_in_formation",
848    "event:/SFX/UI/Military/upgrade_conscripts",
849    "event:/SFX/UI/Military/upgrade_flotilla_in_formation",
850    "event:/SFX/UI/MusicPlayer/music_density_slider",
851    "event:/SFX/UI/Population/TEST",
852    "event:/SFX/UI/Population/population_census_data",
853    "event:/SFX/UI/Popups/diplomatic_play_demobilize",
854    "event:/SFX/UI/Popups/diplomatic_play_mobilize",
855    "event:/SFX/UI/Popups/diplomatic_play_oppose",
856    "event:/SFX/UI/Popups/diplomatic_play_support",
857    "event:/SFX/UI/Popups/war_breaking_out",
858    "event:/SFX/UI/Popups/war_to_arms",
859    "event:/SFX/UI/SideBar/budget",
860    "event:/SFX/UI/SideBar/budget_stop",
861    "event:/SFX/UI/SideBar/buildings",
862    "event:/SFX/UI/SideBar/buildings_stop",
863    "event:/SFX/UI/SideBar/companies",
864    "event:/SFX/UI/SideBar/companies_stop",
865    "event:/SFX/UI/SideBar/country",
866    "event:/SFX/UI/SideBar/country_stop",
867    "event:/SFX/UI/SideBar/diplomacy",
868    "event:/SFX/UI/SideBar/diplomacy_stop",
869    "event:/SFX/UI/SideBar/journal",
870    "event:/SFX/UI/SideBar/journal_stop",
871    "event:/SFX/UI/SideBar/list_hide",
872    "event:/SFX/UI/SideBar/list_show",
873    "event:/SFX/UI/SideBar/markets",
874    "event:/SFX/UI/SideBar/markets_stop",
875    "event:/SFX/UI/SideBar/military",
876    "event:/SFX/UI/SideBar/military_stop",
877    "event:/SFX/UI/SideBar/outliner",
878    "event:/SFX/UI/SideBar/outliner_stop",
879    "event:/SFX/UI/SideBar/politics",
880    "event:/SFX/UI/SideBar/politics_stop",
881    "event:/SFX/UI/SideBar/population",
882    "event:/SFX/UI/SideBar/population_stop",
883    "event:/SFX/UI/SideBar/powerbloc",
884    "event:/SFX/UI/SideBar/powerbloc_stop",
885    "event:/SFX/UI/SideBar/society",
886    "event:/SFX/UI/SideBar/society_stop",
887    "event:/SFX/UI/SideBar/technology",
888    "event:/SFX/UI/SideBar/technology_stop",
889    "event:/SFX/UI/SideBar/vickypedia",
890    "event:/SFX/UI/SideBar/vickypedia_stop",
891    "event:/SFX/UI/SubjectInteractions/power_bloc_formation",
892    "event:/SFX/UI/SubjectInteractions/power_bloc_leave",
893    "event:/SFX/UI/SubjectInteractions/principles_button_shimmer_click",
894    "event:/SFX/UI/SubjectInteractions/principles_button_shimmer_loop",
895    "event:/SFX/UI/SubjectInteractions/principles_button_submit",
896    "event:/SFX/UI/SubjectInteractions/subject_button_medium_bloc",
897    "event:/SFX/UI/SubjectInteractions/subject_button_medium_overlord",
898    "event:/SFX/UI/SubjectInteractions/subject_button_medium_subject",
899    "event:/SFX/UI/SubjectInteractions/subject_button_small_annex",
900    "event:/SFX/UI/SubjectInteractions/subject_button_small_autonomy_decreased",
901    "event:/SFX/UI/SubjectInteractions/subject_button_small_autonomy_increased",
902    "event:/SFX/UI/SubjectInteractions/subject_button_small_independence",
903    "event:/SFX/UI/Technology/confirm",
904    "event:/SFX/VFX/TEST",
905    "event:/SFX/VFX/building_demolish",
906    "event:/SFX/VFX/building_demote",
907    "event:/SFX/VFX/building_promote",
908    "event:/SFX/VFX/conscription_center",
909    "event:/SFX/VFX/devastation_stage_1",
910    "event:/SFX/VFX/devastation_stage_2",
911    "event:/SFX/VFX/devastation_stage_3",
912    "event:/SFX/VFX/fireworks",
913    "event:/SFX/VFX/geyser",
914    "event:/SFX/VFX/pollution",
915    "event:/SFX/VFX/rain",
916    "event:/SFX/VFX/revolution_ongoing",
917    "event:/SFX/VFX/sandstorm",
918    "event:/SFX/VFX/scaffolding/big_mid",
919    "event:/SFX/VFX/scaffolding/big_start",
920    "event:/SFX/VFX/scaffolding/big_stop",
921    "event:/SFX/VFX/scaffolding/sml_mid",
922    "event:/SFX/VFX/scaffolding/sml_start",
923    "event:/SFX/VFX/scaffolding/sml_stop",
924    "event:/SFX/VFX/scaffolding/special_start",
925    "event:/SFX/VFX/scaffolding/special_stop",
926    "event:/SFX/VFX/snow",
927    "event:/SFX/VFX/unrest_2",
928    "event:/SFX/VFX/unrest_3",
929    "event:/SFX/VFX/unrest_4",
930    "event:/SFX/VFX/volcano",
931    "event:/SFX/VFX/war/armored_division/aerial_recon",
932    "event:/SFX/VFX/war/armored_division/mechanized_infantry",
933    "event:/SFX/VFX/war/artillery/heavy_tank/mark_iv_tank_shot",
934    "event:/SFX/VFX/war/artillery/mobile/generic",
935    "event:/SFX/VFX/war/artillery/siege/aerial_recon",
936    "event:/SFX/VFX/war/artillery/siege/chemical",
937    "event:/SFX/VFX/war/artillery/siege/generic",
938    "event:/SFX/VFX/war/artillery/siege/machine_gunners",
939    "event:/SFX/VFX/war/artillery/siege/shrapnel",
940    "event:/SFX/VFX/war/artillery/siege/siege_artillery",
941    "event:/SFX/VFX/war/artillery_breech",
942    "event:/SFX/VFX/war/artillery_chemical",
943    "event:/SFX/VFX/war/artillery_mobile",
944    "event:/SFX/VFX/war/campfire",
945    "event:/SFX/VFX/war/cavalry/light_tank/light_tank_shot",
946    "event:/SFX/VFX/war/conscription",
947    "event:/SFX/VFX/war/infantry/general/saber/advance_saber_01",
948    "event:/SFX/VFX/war/infantry/general/saber/defend_saber_02",
949    "event:/SFX/VFX/war/infantry/infantry_locomotion_group",
950    "event:/SFX/VFX/war/infantry/irregular/blunderbuss/blunderbuss_reload",
951    "event:/SFX/VFX/war/infantry/irregular/blunderbuss/blunderbuss_shot",
952    "event:/SFX/VFX/war/infantry/irregular/generic",
953    "event:/SFX/VFX/war/infantry/irregular/machine_gunners",
954    "event:/SFX/VFX/war/infantry/line/brown_bess/brownbess_reload",
955    "event:/SFX/VFX/war/infantry/line/brown_bess/brownbess_shot",
956    "event:/SFX/VFX/war/infantry/line/cannon_artillery",
957    "event:/SFX/VFX/war/infantry/line/flamethrower_company",
958    "event:/SFX/VFX/war/infantry/line/generic",
959    "event:/SFX/VFX/war/infantry/line/machine_gunners",
960    "event:/SFX/VFX/war/infantry/line/skirmish",
961    "event:/SFX/VFX/war/infantry/mechanized/thompson/thompson_reload",
962    "event:/SFX/VFX/war/infantry/mechanized/thompson/thompson_shot",
963    "event:/SFX/VFX/war/infantry/skirmish/dreyse_needle_gun/dreyse_needle_gun_reload",
964    "event:/SFX/VFX/war/infantry/skirmish/dreyse_needle_gun/dreyse_needle_gun_shot",
965    "event:/SFX/VFX/war/infantry/squad/chauchat/chauchat_reload",
966    "event:/SFX/VFX/war/infantry/squad/chauchat/chauchat_shot",
967    "event:/SFX/VFX/war/infantry/trench/aerial_recon",
968    "event:/SFX/VFX/war/infantry/trench/generic",
969    "event:/SFX/VFX/war/infantry/trench/machine_gunners",
970    "event:/SFX/VFX/war/infantry/trench/mauser_98/mauser98_reload",
971    "event:/SFX/VFX/war/infantry/trench/mauser_98/mauser98_shot",
972    "event:/SFX/VFX/war/infantry/trench/squad",
973    "event:/SFX/VFX/war/mobilization",
974    "event:/SFX/VFX/war/musket",
975    "event:/SFX/VFX/war/naval/battleship",
976    "event:/SFX/VFX/war/naval/flag_ships/dreadnought_shot",
977    "event:/SFX/VFX/war/naval/flag_ships/ironclad_shot",
978    "event:/SFX/VFX/war/naval/flag_ships/manowar_shot",
979    "event:/SFX/VFX/war/naval/flag_ships/monitor_shot",
980    "event:/SFX/VFX/war/naval/flag_ships/move_turnturret",
981    "event:/SFX/VFX/war/naval/ironclad",
982    "event:/SFX/VFX/war/naval/light_ships/destroyer_shot",
983    "event:/SFX/VFX/war/naval/light_ships/frigate_shot",
984    "event:/SFX/VFX/war/naval/light_ships/scout_cruiser_shot",
985    "event:/SFX/VFX/war/naval/light_ships/torpedo_boat_shot",
986    "event:/SFX/VFX/war/naval/ship_of_the_line",
987    "event:/SFX/VFX/war/naval/support_ships/move_carrier_airplane",
988    "event:/SFX/VFX/war/naval/support_ships/submarine_shot",
989    "event:/SFX/VFX/war/rifle",
990    "event:/SFX/VFX/war/rifle_bolt",
991    "event:/SFX/VFX/war/rifle_repeating",
992    "event:/SFX/VFX/war/zone_center",
993    "event:/SFX/VFX/war/zone_side",
994    "event:/SFX/VFX/war/zone_snapshot_mute_2Damb",
995    "event:/SFX/VFX/waterfall",
996    "event:/SFX/VFX/whale_exhale",
997    "event:/SFX/Vehicles/bleriotxi",
998    "event:/SFX/Vehicles/car",
999    "event:/SFX/Vehicles/flatbed_truck",
1000    "event:/SFX/Vehicles/horse_cart",
1001    "event:/SFX/Vehicles/military_transports/armored_locomotive",
1002    "event:/SFX/Vehicles/military_transports/military_horsecart",
1003    "event:/SFX/Vehicles/military_transports/military_infantrycart",
1004    "event:/SFX/Vehicles/military_transports/military_truck",
1005    "event:/SFX/Vehicles/military_transports/naval_landingcraft",
1006    "event:/SFX/Vehicles/military_transports/naval_rowboat",
1007    "event:/SFX/Vehicles/ships/ship_cargo",
1008    "event:/SFX/Vehicles/ships/ship_transport",
1009    "event:/SFX/Vehicles/ships/steamboat",
1010    "event:/SFX/Vehicles/tractor",
1011    "event:/SFX/Vehicles/train/cargo/logs",
1012    "event:/SFX/Vehicles/train/cargo/ore",
1013    "event:/SFX/Vehicles/train/diesel",
1014    "event:/SFX/Vehicles/train/electric",
1015    "event:/SFX/Vehicles/train/european_locomotive",
1016    "event:/SFX/Vehicles/train/train_locomotive_early_cherepanov",
1017    "event:/SFX/Vehicles/train/train_locomotive_early_crampton",
1018    "event:/SFX/Vehicles/train/train_locomotive_early_johnbull",
1019    "event:/SFX/Vehicles/train/train_locomotive_early_planet",
1020    "event:/SFX/Vehicles/train/train_locomotive_early_saxonia",
1021    "event:/SFX/Vehicles/train/train_locomotive_victorian_g",
1022    "event:/SFX/Vehicles/train/train_locomotive_victorian_gnrstirling",
1023    "event:/SFX/Vehicles/train/train_locomotive_victorian_jupiter",
1024    "event:/SFX/Vehicles/train/train_locomotive_victorian_ouest",
1025    "event:/SFX/Vehicles/train/train_locomotive_victorian_sudbahn",
1026    "event:/SFX/Vehicles/zeppelin",
1027    "event:/SFX/Vehicles/zeppelin_2",
1028    "snapshot:/Dynamic/duck_mx_map_height",
1029    "snapshot:/Dynamic/low_pass_world",
1030    "snapshot:/Dynamic/mute_2Damb_war",
1031    "snapshot:/Dynamic/mute_mx_100",
1032    "snapshot:/Dynamic/mute_mx_80",
1033    "snapshot:/Dynamic/mute_mx_80_music_player",
1034    "snapshot:/Dynamic/mute_veh_100",
1035    "snapshot:/Dynamic/mute_vfx_war_100",
1036    "snapshot:/Dynamic/mute_world_100",
1037    "snapshot:/Dynamic/mute_world_3D_60",
1038    "snapshot:/Dynamic/mute_world_80",
1039    "snapshot:/Gameplay/EventPopup",
1040    "snapshot:/Gameplay/GamePaused",
1041    "snapshot:/Gameplay/GameSpeedChange",
1042    "snapshot:/Gameplay/mute_music_mood",
1043    "snapshot:/Gameplay/mute_music_mood_via_toast_stinger",
1044    "snapshot:/Output/Headphones",
1045    "snapshot:/Output/Night_Mode",
1046    "snapshot:/Output/TV",
1047    "snapshot:/Settings/equal_loudness_contour",
1048    "snapshot:/States/FloatMapTransition",
1049    "snapshot:/States/MainMenu",
1050];