1use std::sync::LazyLock;
2
3use crate::helpers::TigerHashSet;
4use crate::lowercase::Lowercase;
5
6pub 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
15const SOUNDS: &[&str] = &[
18 "event:/DLC/BP1/MUSIC/moodtrack/mx_BP1Mood_Generic",
19 "event:/DLC/BP1/MUSIC/moodtrack/mx_BP1Mood_MiddleEastern",
20 "event:/DLC/BP1/MUSIC/moodtrack/mx_BP1Mood_Western",
21 "event:/DLC/BP2/MX/moodtrack/mx_mbp2_moodtrack_01",
22 "event:/DLC/BP2/MX/moodtrack/mx_mbp2_moodtrack_02",
23 "event:/DLC/BP2/MX/moodtrack/mx_mbp2_moodtrack_03",
24 "event:/DLC/BP2/MX/moodtrack/mx_mbp2_moodtrack_04",
25 "event:/DLC/CE2/Ambience/2D/Domicile/ce2_amb_2d_domicile_yurt",
26 "event:/DLC/CE2/Ambience/2D/courtroom_ambience_walla_steppe",
27 "event:/DLC/CE2/Animations/Fauna/Anim_Unit_Fauna_horse_herd_grazing",
28 "event:/DLC/CE2/Animations/Fauna/Anim_Unit_Fauna_horse_herd_running",
29 "event:/DLC/CE2/Animations/Fauna/Anim_Unit_Fauna_sheep_grazing",
30 "event:/DLC/CE2/Animations/Fauna/Anim_Unit_Fauna_sheep_idle",
31 "event:/DLC/CE2/Events/Event_Images/mpo_camp_steppe",
32 "event:/DLC/CE2/Events/Event_Images/mpo_campfire_steppe",
33 "event:/DLC/CE2/Events/Event_Images/mpo_city_steppe",
34 "event:/DLC/CE2/Events/Event_Images/mpo_greatest_of_khans",
35 "event:/DLC/CE2/Events/Event_Images/mpo_hunt_steppe",
36 "event:/DLC/CE2/Events/Event_Images/mpo_nomadic_throneroom",
37 "event:/DLC/CE2/Events/Event_Images/mpo_raid_burning_asian",
38 "event:/DLC/CE2/Events/Event_Images/mpo_rural_village_asian",
39 "event:/DLC/CE2/Events/Event_Images/mpo_steppe_evening",
40 "event:/DLC/CE2/Events/Event_Images/mpo_steppe_region",
41 "event:/DLC/CE2/Events/Event_Images/mpo_temple_steppe",
42 "event:/DLC/CE2/Events/Event_Images/mpo_tent_interior_mongol",
43 "event:/DLC/CE2/MX/Cues/mx_cue_conquest_of_the_golden_horde",
44 "event:/DLC/CE2/MX/Cues/mx_cue_the_khans_glory",
45 "event:/DLC/CE2/MX/Moods/mx_mood_call_of_the_gobi",
46 "event:/DLC/CE2/MX/Moods/mx_mood_dance_of_the_yurt",
47 "event:/DLC/CE2/MX/Moods/mx_mood_nomad_batzorig",
48 "event:/DLC/CE2/MX/Moods/mx_mood_nomads_journey",
49 "event:/DLC/CE2/MX/Moods/mx_mood_on_the_road_to_karakorum",
50 "event:/DLC/CE2/UI/Notifications/Toasts/ce2_ui_notifications_toast_kurultai",
51 "event:/DLC/CE2/UI/Notifications/ce2_ui_notifications_migration_negative",
52 "event:/DLC/CE2/UI/Notifications/ce2_ui_notifications_migration_positive",
53 "event:/DLC/CE2/UI/Notifications/ce2_ui_notifications_nomadicAuthority_wolf",
54 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_characterWarfareYurt",
55 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_diplomacyYurt",
56 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_familyYurt",
57 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_herdWelfareYurt",
58 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_kurultaiYurt",
59 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_mainYurt",
60 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_massWarfareYurt",
61 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_mysticalYurt",
62 "event:/DLC/CE2/UI/camp_buildings/ce2_ui_domicile_buildings_tradeYurt",
63 "event:/DLC/CE2/UI/ce2_ui_situation_panel_close",
64 "event:/DLC/CE2/UI/ce2_ui_situation_panel_open",
65 "event:/DLC/CE2/UI/ce2_ui_struggle_panel_close",
66 "event:/DLC/CE2/UI/ce2_ui_struggle_panel_open",
67 "event:/DLC/EP1/MX/Cuetracks/mx_cuetrack_01_middleeasterncourt",
68 "event:/DLC/EP1/MX/Cuetracks/mx_cuetrack_02_europeancourt",
69 "event:/DLC/EP1/MX/Cuetracks/mx_cuetrack_03_indiancourt",
70 "event:/DLC/EP1/MX/Cuetracks/mx_cuetrack_04_mediterraneancourt",
71 "event:/DLC/EP1/MX/Maintheme/mx_mep1_maintheme",
72 "event:/DLC/EP1/MX/Moodtracks/mx_mep1_mood_01",
73 "event:/DLC/EP1/MX/Moodtracks/mx_mep1_mood_02",
74 "event:/DLC/EP1/MX/Moodtracks/mx_mep1_mood_03",
75 "event:/DLC/EP1/MX/Moodtracks/mx_mep1_mood_04",
76 "event:/DLC/EP1/SFX/Ambience/2D/courtroom_ambience_baselayer",
77 "event:/DLC/EP1/SFX/Ambience/2D/courtroom_ambience_walla",
78 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/brazier",
79 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/candle",
80 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/chandelier",
81 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/characters",
82 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/characters_snapshot",
83 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/fireplace",
84 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/floor_lamp",
85 "event:/DLC/EP1/SFX/Ambience/3D/Objects/courtroom/oil_lamp",
86 "event:/DLC/EP1/SFX/Animation/Events/Themes/artifact_claim_negative",
87 "event:/DLC/EP1/SFX/Animation/Events/Themes/artifact_claim_positive",
88 "event:/DLC/EP1/SFX/Animation/Events/Themes/artifact_generic",
89 "event:/DLC/EP1/SFX/Animation/Events/Themes/court_curtier_drama",
90 "event:/DLC/EP1/SFX/Animation/Events/Themes/court_foreign_guest",
91 "event:/DLC/EP1/SFX/Animation/Events/Themes/court_majesty",
92 "event:/DLC/EP1/SFX/Animation/Events/Themes/court_patronage",
93 "event:/DLC/EP1/SFX/Animation/Events/Themes/court_relationship_negative",
94 "event:/DLC/EP1/SFX/Animation/Events/Themes/court_relationship_positive",
95 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_amenity_icon_show",
96 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_lvl_up_tier_1",
97 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_lvl_up_tier_2",
98 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_lvl_up_tier_3",
99 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_num_change",
100 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_toast_lvl_down",
101 "event:/DLC/EP1/SFX/UI/Notifications/court_grandeur_toast_lvl_up",
102 "event:/DLC/EP1/SFX/UI/Notifications/inspiration_inspired_individual",
103 "event:/DLC/EP1/SFX/UI/Notifications/inspiration_project_complete",
104 "event:/DLC/EP1/SFX/UI/Notifications/royal_court_event_available",
105 "event:/DLC/EP1/SFX/UI/Notifications/royal_court_toast_locked",
106 "event:/DLC/EP1/SFX/UI/Notifications/royal_court_toast_unlocked",
107 "event:/DLC/EP1/SFX/UI/artifact_place",
108 "event:/DLC/EP1/SFX/UI/artifact_reforge",
109 "event:/DLC/EP1/SFX/UI/hold_court",
110 "event:/DLC/EP1/SFX/UI/inventory_artifact_place",
111 "event:/DLC/EP1/SFX/courtcamera",
112 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_01_tournament_west",
113 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_02_tournament_mena",
114 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_03_tournament_india",
115 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_04_tournament_end",
116 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_05_tour_west",
117 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_06_tour_mena",
118 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_07_tour_india",
119 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_08_tour_end",
120 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_09_wedding_west",
121 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_10_wedding_mena",
122 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_11_wedding_india",
123 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_12_wedding_end",
124 "event:/DLC/EP2/MX/Cuetracks/mx_cuetrack_13_murder_feast",
125 "event:/DLC/EP2/MX/Maintheme/mx_mep2_maintheme",
126 "event:/DLC/EP2/MX/Moodtracks/mx_mep2_mood_01",
127 "event:/DLC/EP2/MX/Moodtracks/mx_mep2_mood_02",
128 "event:/DLC/EP2/MX/Moodtracks/mx_mep2_mood_03",
129 "event:/DLC/EP2/MX/Moodtracks/mx_mep2_mood_04",
130 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_crowd_base",
131 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_crowd_base_rise",
132 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_crowd_negative_reaction",
133 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_crowd_positive_reaction",
134 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_crowd_surprise_reaction",
135 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_tournament_begin_set",
136 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_tournament_locale",
137 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_tournament_outcome_set",
138 "event:/DLC/EP2/SFX/Ambience/2D/ep2_amb_2d_tournament_pivotal_set",
139 "event:/DLC/EP2/SFX/Animation/ep2_anim_char_mena_female_walk",
140 "event:/DLC/EP2/SFX/Animation/ep2_anim_char_mena_male_walk",
141 "event:/DLC/EP2/SFX/Animation/ep2_anim_char_west_female_walk",
142 "event:/DLC/EP2/SFX/Animation/ep2_anim_char_west_male_walk",
143 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_bedroom",
144 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_dark_forest",
145 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_feast_india",
146 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_feast_mena",
147 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_festival_western",
148 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_holysite_mena",
149 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_jerusalem",
150 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_jungle",
151 "event:/DLC/EP2/SFX/Events/Backgrounds/evn_background_steppe",
152 "event:/DLC/EP2/SFX/Events/Grand_Activities/Feasts/ep2_event_grand_feast",
153 "event:/DLC/EP2/SFX/Events/Grand_Activities/Feasts/ep2_event_grand_murder_feast",
154 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_arrow_flyby",
155 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_arrow_impact_hit",
156 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_arrow_impact_miss",
157 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_arrow_shoot",
158 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_beast_roar",
159 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_beast_struggle",
160 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_dogs_bark",
161 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_horn",
162 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/ep2_event_grand_hunt_ck_spear_impact",
163 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ConstructionKits/tgp_event_grand_hunt_ck_horn",
164 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_desert",
165 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_falconry/ep2_event_grand_hunt_falconry_fail",
166 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_falconry/ep2_event_grand_hunt_falconry_room",
167 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_falconry/ep2_event_grand_hunt_falconry_send",
168 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_falconry/ep2_event_grand_hunt_falconry_success",
169 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_praire",
170 "event:/DLC/EP2/SFX/Events/Grand_Activities/Hunts/ep2_event_grand_hunt_waterbank",
171 "event:/DLC/EP2/SFX/Events/Grand_Activities/Pilgrimages/ep2_event_revamp_pilgrimage_arrive",
172 "event:/DLC/EP2/SFX/Events/Grand_Activities/Pilgrimages/ep2_event_revamp_pilgrimage_return",
173 "event:/DLC/EP2/SFX/Events/Grand_Activities/Pilgrimages/ep2_event_revamp_pilgrimage_start",
174 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_arrow_flyby",
175 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_arrow_impact",
176 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_arrow_shoot",
177 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_horse_flyby",
178 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_horse_neigh",
179 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_horse_trotting",
180 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_male_grunts",
181 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_metal_clash",
182 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_metal_woosh",
183 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_wood_clash",
184 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ConstructionKits/ep2_event_grand_tournament_ck_wood_woosh",
185 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ep2_event_grand_tournament_lose",
186 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ep2_event_grand_tournament_start_brawl",
187 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ep2_event_grand_tournament_start_horsing",
188 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ep2_event_grand_tournament_start_poetry",
189 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tournaments/ep2_event_grand_tournament_win",
190 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tours/ep2_event_grand_tour_arrival_neutral",
191 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tours/ep2_event_grand_tour_arrival_suspicious",
192 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tours/ep2_event_grand_tour_arrival_welcome",
193 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tours/ep2_event_grand_tour_set_india",
194 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tours/ep2_event_grand_tour_set_mena",
195 "event:/DLC/EP2/SFX/Events/Grand_Activities/Tours/ep2_event_grand_tour_set_west",
196 "event:/DLC/EP2/SFX/Events/Grand_Activities/Weddings/ep2_event_grand_wedding",
197 "event:/DLC/EP2/SFX/Events/Grand_Activities/Weddings/ep2_event_grand_wedding_night",
198 "event:/DLC/EP2/SFX/Events/Knighthood/ep2_evn_knighthood_lineage_creation",
199 "event:/DLC/EP2/SFX/Events/Regencies/ep2_evn_regencies_update",
200 "event:/DLC/EP2/SFX/Events/Travel/ep2_evn_travel_arrive_destination",
201 "event:/DLC/EP2/SFX/Events/Travel/ep2_evn_travel_end_neutral",
202 "event:/DLC/EP2/SFX/Events/Travel/ep2_evn_travel_end_positive",
203 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_danger",
204 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_ending",
205 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_india_neutral",
206 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_india_suspicious",
207 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_india_welcome",
208 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_mena_neutral",
209 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_mena_suspicious",
210 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_mena_welcome",
211 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_west_neutral",
212 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_west_suspicious",
213 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tour_west_welcome",
214 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tournament_fighting",
215 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tournament_horsing",
216 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tournament_lose",
217 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tournament_poetry",
218 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_tournament_win",
219 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_wedding_end",
220 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_wedding_india",
221 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_wedding_mena",
222 "event:/DLC/EP2/SFX/Stingers/Grand_Activities/ep2_mx_sting_wedding_west",
223 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_armorer",
224 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_camp",
225 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_farrier",
226 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_fletcher",
227 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_grounds",
228 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_settlement",
229 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_tailor",
230 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_tavern",
231 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_temple",
232 "event:/DLC/EP2/SFX/UI/Grand_Activity/Tournaments/ep2_ui_grand_tournament_weaponsmith",
233 "event:/DLC/EP2/SFX/UI/Grand_Activity/Weddings/ep2_grand_wedding_murder_fest",
234 "event:/DLC/EP2/SFX/UI/Knighthood/ep2_ui_knighthood_lineage_creation",
235 "event:/DLC/EP2/SFX/UI/Regencies/ep2_ui_regencies_update",
236 "event:/DLC/EP2/SFX/UI/Travel/ep2_ui_travel_arrive_destination",
237 "event:/DLC/EP2/SFX/UI/Travel/ep2_ui_travel_end_neutral",
238 "event:/DLC/EP2/SFX/UI/Travel/ep2_ui_travel_end_positive",
239 "event:/DLC/EP3/MX/Cuetracks/mx_mep3_adventure_begins_cuetrack",
240 "event:/DLC/EP3/MX/Cuetracks/mx_mep3_byzantium_war_cuetrack",
241 "event:/DLC/EP3/MX/Maintheme/mx_mep3_maintheme",
242 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_byzantine_flavour_mood_01",
243 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_byzantine_flavour_mood_02",
244 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_byzantine_flavour_mood_03",
245 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_byzantine_flavour_mood_04",
246 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_byzantine_flavour_mood_05",
247 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_byzantine_flavour_mood_06",
248 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_landless_adventurer_mood_07",
249 "event:/DLC/EP3/MX/Moodtracks/mx_mep3_landless_adventurer_mood_08",
250 "event:/DLC/EP3/SFX/Ambience/2D/Domicile/ep3_amb_2d_domicile_byzantine_urban",
251 "event:/DLC/EP3/SFX/Ambience/2D/Domicile/ep3_amb_2d_domicile_dry_lands",
252 "event:/DLC/EP3/SFX/Ambience/2D/Domicile/ep3_amb_2d_domicile_green_lands",
253 "event:/DLC/EP3/SFX/Ambience/2D/Domicile/ep3_amb_2d_domicile_rough_lands",
254 "event:/DLC/EP3/SFX/Ambience/2D/Domicile/ep3_amb_2d_domicile_wetlands",
255 "event:/DLC/EP3/SFX/Ambience/2D/Domicile_main",
256 "event:/DLC/EP3/SFX/Ambience/2D/camp_main",
257 "event:/DLC/EP3/SFX/Ambience/2D/hide_camp",
258 "event:/DLC/EP3/SFX/Ambience/2D/show_camp",
259 "event:/DLC/EP3/SFX/Ambience/3D/Objects/ep3_lion_automata_roar",
260 "event:/DLC/EP3/SFX/Ambience/3D/Objects/ep3_lion_automata_tail",
261 "event:/DLC/EP3/SFX/Ambience/3D/Objects/ep3_tree_automata_birds",
262 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_at_the_gate",
263 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_byzantine_relaxing_room",
264 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_byzantine_throne_room",
265 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_campfire",
266 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_constantinople",
267 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_family_estate",
268 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_hagia_sophia",
269 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_living_tent_interior",
270 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_medi_market",
271 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_orthodox_holy_site",
272 "event:/DLC/EP3/SFX/Events/Event_Images/ep3_evn_eventimage_rioting_constantinople",
273 "event:/DLC/EP3/SFX/Events/Event_Moments/ep3_evn_eventmoment_chariot_race_ceremony",
274 "event:/DLC/EP3/SFX/Events/Event_Moments/ep3_evn_eventmoment_chariot_race_pivotal_moment",
275 "event:/DLC/EP3/SFX/Stingers/Byzantine_Flavor/ep3_mx_sting_byzantineflavor_become_emperor",
276 "event:/DLC/EP3/SFX/Stingers/Byzantine_Flavor/ep3_mx_sting_byzantineflavor_become_governor",
277 "event:/DLC/EP3/SFX/Stingers/Byzantine_Flavor/ep3_mx_sting_byzantineflavor_hold_triumph",
278 "event:/DLC/EP3/SFX/Stingers/Scheme_Rework/ep3_mx_sting_schemerework_advantages_max_amount",
279 "event:/DLC/EP3/SFX/Stingers/Scheme_Rework/ep3_mx_sting_schemerework_negative",
280 "event:/DLC/EP3/SFX/Stingers/Scheme_Rework/ep3_mx_sting_schemerework_positive",
281 "event:/DLC/EP3/SFX/Stingers/Scheme_Rework/ep3_mx_sting_schemerework_scheme_suffering_breaches",
282 "event:/DLC/EP3/SFX/UI/Scheme_Rework/ep3_ui_scheme_new_opportunity_unlock",
283 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_baggage_train",
284 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_barber_tent",
285 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_campfire",
286 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_main_building",
287 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_mess_tent",
288 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_perimeter",
289 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_proving_ground",
290 "event:/DLC/EP3/SFX/UI/camp_buildings/ep3_ui_domicile_buildings_supply_tent",
291 "event:/DLC/EP3/SFX/UI/camp_buildings/reference_events/ep3_ui_domicile_buildings_perimeter_wood_step",
292 "event:/DLC/EP3/SFX/UI/camp_buildings/reference_events/ep3_ui_domicile_buildings_supply_tent_grass_step",
293 "event:/DLC/EP3/SFX/UI/contracts/ep3_ui_contracts_accept_contract",
294 "event:/DLC/EP3/SFX/UI/contracts/ep3_ui_contracts_failure_on_contract",
295 "event:/DLC/EP3/SFX/UI/contracts/ep3_ui_contracts_success_on_contract",
296 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_barracks",
297 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_estate_main_building",
298 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_garden",
299 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_garden_fruit",
300 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_garden_leisure",
301 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_grain_fields",
302 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_grazing_lands",
303 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_grazing_lands_camel",
304 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_grazing_lands_elephant",
305 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_grazing_lands_horse",
306 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_guardhouse",
307 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_market",
308 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_olive_plantation",
309 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_stable",
310 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_stable_chariot",
311 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_stable_grand",
312 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_stable_kennel",
313 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_storage",
314 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_storage_granary",
315 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_storage_warehouse",
316 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_temple_crypt",
317 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_temple_large",
318 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_temple_monastery",
319 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_temple_small",
320 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_vineyard",
321 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_watchtower",
322 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_workshop",
323 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_workshop_carpenter",
324 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_workshop_mason",
325 "event:/DLC/EP3/SFX/UI/domicile_buildings/ep3_ui_domicile_buildings_workshop_textile",
326 "event:/DLC/EP4/MX/CueTracks/mx_mtgp_asian_tournament",
327 "event:/DLC/EP4/MX/CueTracks/mx_mtgp_dynastic_cycle_end",
328 "event:/DLC/EP4/MX/CueTracks/mx_mtgp_dynastic_cycle_start",
329 "event:/DLC/EP4/MX/Maintheme/mx_ep4_maintheme",
330 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_drunken_ecstasy",
331 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_generals_command",
332 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_prince_of_qins_victorious_battle_array",
333 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_songs_of_the_frontier",
334 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_spring_river_scene",
335 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_the_moon_on_high",
336 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_three_six_melody",
337 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_three_variations_on_the_plum_blossom",
338 "event:/DLC/EP4/MX/Moodtracks/Chinese/mx_mood_thunder_in_drought",
339 "event:/DLC/EP4/MX/Moodtracks/Influencer/mx_mood_bisho",
340 "event:/DLC/EP4/MX/Moodtracks/Influencer/mx_mood_cloud_feather_dance",
341 "event:/DLC/EP4/MX/Moodtracks/Influencer/mx_mood_peace_with_the_dawn",
342 "event:/DLC/EP4/MX/Moodtracks/mx_mood_allience_in_jeopardy",
343 "event:/DLC/EP4/MX/Moodtracks/mx_mood_celebration_parade",
344 "event:/DLC/EP4/MX/Moodtracks/mx_mood_conflict_escalation",
345 "event:/DLC/EP4/MX/Moodtracks/mx_mood_divided_in_court",
346 "event:/DLC/EP4/MX/Moodtracks/mx_mood_echoes_of_the_steppe",
347 "event:/DLC/EP4/MX/Moodtracks/mx_mood_emperor_of_heaven",
348 "event:/DLC/EP4/MX/Moodtracks/mx_mood_first_strike",
349 "event:/DLC/EP4/MX/Moodtracks/mx_mood_flower_gardens",
350 "event:/DLC/EP4/MX/Moodtracks/mx_mood_grand_procession",
351 "event:/DLC/EP4/MX/Moodtracks/mx_mood_heaven_of_meditation",
352 "event:/DLC/EP4/MX/Moodtracks/mx_mood_in_the_ashes",
353 "event:/DLC/EP4/MX/Moodtracks/mx_mood_silk_and_spices",
354 "event:/DLC/EP4/MX/Moodtracks/mx_mood_survival_of_dragons",
355 "event:/DLC/EP4/SFX/Ambience/tgp_silkroad_ambience",
356 "event:/DLC/EP4/SFX/Ambience/tgp_silkroad_hide",
357 "event:/DLC/EP4/SFX/Ambience/tgp_silkroad_show",
358 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_alley_day_asia",
359 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_alley_night_asia",
360 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_chinese_city",
361 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_chinese_corridor_day",
362 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_chinese_corridor_night",
363 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_courtyard_asia",
364 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_crossroad_inn_asia",
365 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_docks_asia",
366 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_examination_room",
367 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_farm_asia",
368 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_feast_asia",
369 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_festival_generic_japan",
370 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_garden_asia",
371 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_holysite_asia",
372 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_hunt_generic_asia",
373 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_kitchen_asia",
374 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_market_asia",
375 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_overflowing_river",
376 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_physician_asia",
377 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_relaxing_room_asia",
378 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_rice_fields",
379 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_ruined_holding",
380 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_study_asia",
381 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_study_asia_japan",
382 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_temple_asia",
383 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_wedding_bedroom_asia",
384 "event:/DLC/EP4/SFX/Events/Event_Backgrounds/tgp_wedding_ceremony_asia",
385 "event:/DLC/EP4/SFX/Events/Story_Events/tgp_dynastic_cycle_consolidation",
386 "event:/DLC/EP4/SFX/Events/Story_Events/tgp_dynastic_cycle_corruption",
387 "event:/DLC/EP4/SFX/Events/Story_Events/tgp_dynastic_cycle_shogunate",
388 "event:/DLC/EP4/SFX/Events/Story_Events/tgp_dynastic_cycle_stability",
389 "event:/DLC/EP4/SFX/Stingers/China/tgp_mx_sting_finishing_great_project_disaster",
390 "event:/DLC/EP4/SFX/Stingers/China/tgp_mx_sting_finishing_great_project_generic",
391 "event:/DLC/EP4/SFX/Stingers/China/tgp_mx_sting_finishing_great_project_military",
392 "event:/DLC/EP4/SFX/Stingers/Japan/tgp_mx_sting_adopting_feudal_government",
393 "event:/DLC/EP4/SFX/Stingers/Japan/tgp_mx_sting_become_japanese_shogun",
394 "event:/DLC/EP4/SFX/Stingers/Japan/tgp_mx_sting_restoring_japanese_emperor",
395 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_ancestral_shrine_chinese",
396 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_archives_japanese",
397 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_brewery_japanese",
398 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_chinese_main_building",
399 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_garden_chinese",
400 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_garden_japanese",
401 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_herbal_hall",
402 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_japanese_main_building",
403 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_market_asian",
404 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_rice_paddies",
405 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_tea_house",
406 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_temple_buddhist",
407 "event:/DLC/EP4/SFX/UI/domicile_buildings/tgp_ui_domicile_building_temple_shinto",
408 "event:/DLC/FP1/MUSIC/cuetracks/mx_raid",
409 "event:/DLC/FP1/MUSIC/moodtrack/mx_drakkar",
410 "event:/DLC/FP1/MUSIC/moodtrack/mx_scandinavia",
411 "event:/DLC/FP1/MUSIC/moodtrack/mx_thefeast",
412 "event:/DLC/FP1/SFX/Animation/Unit/norse_infantry_horn",
413 "event:/DLC/FP1/SFX/Animation/Unit/norse_ship_tier_01",
414 "event:/DLC/FP1/SFX/Events/event_beached_longships",
415 "event:/DLC/FP1/SFX/Events/event_ocean_longship",
416 "event:/DLC/FP1/SFX/Events/event_prison",
417 "event:/DLC/FP1/SFX/Events/event_runestone",
418 "event:/DLC/FP1/SFX/Events/event_steward_study",
419 "event:/DLC/FP1/SFX/Events/event_temple",
420 "event:/DLC/FP1/SFX/Events/event_throneroom",
421 "event:/DLC/FP1/SFX/Events/event_throneroom_nontribal",
422 "event:/DLC/FP1/SFX/Events/event_ting_stone_circle",
423 "event:/DLC/FP1/SFX/Events/event_tribal_corridor",
424 "event:/DLC/FP1/SFX/Events/event_viking_feast",
425 "event:/DLC/FP1/SFX/UI/ui_button_01",
426 "event:/DLC/FP1/SFX/UI/ui_button_02",
427 "event:/DLC/FP1/SFX/UI/ui_button_03",
428 "event:/DLC/FP1/SFX/UI/ui_decision_hold_blot",
429 "event:/DLC/FP1/SFX/UI/ui_decision_raise_runestone",
430 "event:/DLC/FP1/SFX/VFX/harsh_wind_01",
431 "event:/DLC/FP1/SFX/VFX/winter_01",
432 "event:/DLC/FP2/MUSIC/cuetracks/mx_Iberia_War",
433 "event:/DLC/FP2/MUSIC/cuetracks/mx_Struggle_Opening",
434 "event:/DLC/FP2/MUSIC/cuetracks/mx_Struggle_ending_compromise",
435 "event:/DLC/FP2/MUSIC/cuetracks/mx_Struggle_ending_conciliation",
436 "event:/DLC/FP2/MUSIC/cuetracks/mx_Struggle_ending_hostility",
437 "event:/DLC/FP2/MUSIC/moodtrack/mx_iberian_moodTrack1",
438 "event:/DLC/FP2/MUSIC/moodtrack/mx_iberian_moodTrack2",
439 "event:/DLC/FP2/MUSIC/moodtrack/mx_iberian_moodTrack3",
440 "event:/DLC/FP2/SFX/Ambience/Nature/iberian_nature_01",
441 "event:/DLC/FP2/SFX/Ambience/Nature/iberian_nature_02",
442 "event:/DLC/FP2/SFX/Animation/Unit/iberia_ship_move",
443 "event:/DLC/FP2/SFX/Animation/Unit/iberia_ship_start_move",
444 "event:/DLC/FP2/SFX/Events/corridor_day",
445 "event:/DLC/FP2/SFX/Events/corridor_night",
446 "event:/DLC/FP2/SFX/Events/courtyard",
447 "event:/DLC/FP2/SFX/Events/garden",
448 "event:/DLC/FP2/SFX/Events/prison",
449 "event:/DLC/FP2/SFX/Events/relaxing_room",
450 "event:/DLC/FP2/SFX/Events/temple",
451 "event:/DLC/FP2/SFX/Events/throneroom",
452 "event:/DLC/FP2/SFX/UI/fp2_struggle_button_new_phase",
453 "event:/DLC/FP2/SFX/UI/fp2_struggle_button_state_change",
454 "event:/DLC/FP2/SFX/UI/fp2_struggle_end_loop_compromise",
455 "event:/DLC/FP2/SFX/UI/fp2_struggle_end_loop_conciliation",
456 "event:/DLC/FP2/SFX/UI/fp2_struggle_end_loop_hostility",
457 "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_appear",
458 "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_banner_animate",
459 "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_banner_animate_glow",
460 "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_confirm",
461 "event:/DLC/FP2/SFX/UI/fp2_struggle_ending_decision_view",
462 "event:/DLC/FP2/SFX/UI/fp2_struggle_start_loop",
463 "event:/DLC/FP2/SFX/UI/fp2_struggle_start_select",
464 "event:/DLC/FP2/SFX/UI/fp2_struggle_ui_intro_animate",
465 "event:/DLC/FP2/SFX/UI/fp2_struggle_ui_intro_end_animate",
466 "event:/DLC/FP2/SFX/UI/fp2_struggle_view_close",
467 "event:/DLC/FP2/SFX/UI/fp2_struggle_view_open",
468 "event:/DLC/FP2/SFX/UI/fp2_ui_war_declare_war",
469 "event:/DLC/FP3/MX/Cuetracks/mx_cuetracks_01_struggle_starts",
470 "event:/DLC/FP3/MX/Cuetracks/mx_cuetracks_02_struggle_ends",
471 "event:/DLC/FP3/MX/Cuetracks/mx_cuetracks_03_war_during_struggle",
472 "event:/DLC/FP3/MX/Moodtracks/mx_mfp3_mood_01",
473 "event:/DLC/FP3/MX/Moodtracks/mx_mfp3_mood_02",
474 "event:/DLC/FP3/MX/Moodtracks/mx_mfp3_mood_03",
475 "event:/DLC/FP3/MX/Moodtracks/mx_mfp3_mood_04",
476 "event:/DLC/FP3/MX/Moodtracks/mx_mfp3_mood_05",
477 "event:/DLC/FP3/SFX/Ambience/3DMapEmitters/Holdings/fp3_ambience_3D_holdings_imamrezashrine",
478 "event:/DLC/FP3/SFX/Ambience/3DMapEmitters/Holdings/fp3_ambience_3D_holdings_minaret",
479 "event:/DLC/FP3/SFX/Ambience/3DMapEmitters/Holdings/fp3_ambience_3D_holdings_soltaniyeh",
480 "event:/DLC/FP3/SFX/UI/Generic/fp3_ui_war_declare_war",
481 "event:/DLC/FP3/SFX/UI/Notifications/Toasts/struggle_end_negative",
482 "event:/DLC/FP3/SFX/UI/Notifications/Toasts/struggle_end_positive",
483 "event:/DLC/FP4/MUSIC/Cues/mx_cue_apocalyptic_plague",
484 "event:/DLC/FP4/MUSIC/Cues/mx_cue_black_death",
485 "event:/DLC/FP4/MUSIC/Cues/mx_cue_legend_begins",
486 "event:/DLC/FP4/MUSIC/Moods/mx_mood_epidemics_01",
487 "event:/DLC/FP4/MUSIC/Moods/mx_mood_epidemics_02",
488 "event:/DLC/FP4/MUSIC/Moods/mx_mood_legends_01",
489 "event:/DLC/FP4/MUSIC/Moods/mx_mood_legends_02",
490 "event:/DLC/FP4/MUSIC/Moods/mx_mood_whoshallvigilstand",
491 "event:/DLC/FP4/MUSIC/Stingers/mx_stinger_legends_lvl_03",
492 "event:/DLC/FP4/MUSIC/Stingers/mx_stinger_legends_lvl_04",
493 "event:/DLC/FP4/MUSIC/Stingers/mx_stinger_legends_lvl_05",
494 "event:/DLC/FP4/SFX/Ambience/3D/sfx_3d_epidemic_model",
495 "event:/DLC/FP4/SFX/Ambience/3D/sfx_3d_epidemic_vfx",
496 "event:/DLC/FP4/SFX/Events/Story/apocalyptic_epidemic_mena",
497 "event:/DLC/FP4/SFX/Events/Story/apocalyptic_epidemic_western",
498 "event:/DLC/FP4/SFX/Events/Story/black_death_arrives",
499 "event:/DLC/FP4/SFX/Events/Story/heroic_story",
500 "event:/DLC/FP4/SFX/Events/Story/holy_story",
501 "event:/DLC/FP4/SFX/Events/Themes/sfx_event_theme_type_epidemic_lvl_03",
502 "event:/DLC/FP4/SFX/Events/Themes/sfx_event_theme_type_epidemic_lvl_04",
503 "event:/DLC/FP4/SFX/Events/Themes/sfx_event_theme_type_epidemic_lvl_05",
504 "event:/DLC/FP4/SFX/UI/Unique/sfx_ui_musician_task",
505 "event:/DLC/FP4/SFX/UI/Unique/sfx_ui_physician_task",
506 "event:/DLC/FP4/SFX/UI/Unique/sfx_ui_spread_legend",
507 "event:/Error/Errorhof",
508 "event:/Error/placeholder_obnoxious_ui",
509 "event:/MUSIC/Cues/Events/Banquet/mx_cue_banquet",
510 "event:/MUSIC/Cues/Events/Birth/mx_cue_birth",
511 "event:/MUSIC/Cues/Events/CK3 Vocal Main Theme/mx_cue_ck3_vocal_maintheme",
512 "event:/MUSIC/Cues/Events/Combat/mx_cue_combat_2",
513 "event:/MUSIC/Cues/Events/Combat/mx_cue_combat_3",
514 "event:/MUSIC/Cues/Events/Combat/mx_cue_combat_stinger",
515 "event:/MUSIC/Cues/Events/Crusade Starts/mx_cue_crusade_starts",
516 "event:/MUSIC/Cues/Events/Death/mx_cue_death",
517 "event:/MUSIC/Cues/Events/General Crusade Event/mx_cue_general_crusade_event_1",
518 "event:/MUSIC/Cues/Events/General Crusade Event/mx_cue_general_crusade_event_2",
519 "event:/MUSIC/Cues/Events/General Crusade Event/mx_cue_general_crusade_event_3",
520 "event:/MUSIC/Cues/Events/High Stress/mx_cue_stress",
521 "event:/MUSIC/Cues/Events/Illness/mx_cue_illness",
522 "event:/MUSIC/Cues/Events/Low Key Positive/mx_cue_low_key_postive",
523 "event:/MUSIC/Cues/Events/Marriage/mx_cue_marriage",
524 "event:/MUSIC/Cues/Events/Murder/mx_cue_murder",
525 "event:/MUSIC/Cues/Events/Pagan Rite/mx_cue_sacredrite",
526 "event:/MUSIC/Cues/Events/Peace_ensues/mx_cue_peace_ensues",
527 "event:/MUSIC/Cues/Events/Positive/mx_cue_postive_effect",
528 "event:/MUSIC/Cues/Events/Prison/mx_cue_prison",
529 "event:/MUSIC/Cues/Events/Sacral Happening/mx_cue_epic_sacral_moment",
530 "event:/MUSIC/Cues/Events/Secret/mx_cue_secret",
531 "event:/MUSIC/Cues/Events/Seduction/mx_cue_seduction",
532 "event:/MUSIC/Cues/Events/Succession/mx_cue_succession",
533 "event:/MUSIC/Cues/Events/Succession/mx_cue_succession_instrumental",
534 "event:/MUSIC/Cues/Events/Tavern/mx_cue_in_taberna_instrumental",
535 "event:/MUSIC/Cues/Events/Tavern/mx_cue_meadandwine",
536 "event:/MUSIC/Cues/Events/Touching Moment/mx_cue_touching_moment",
537 "event:/MUSIC/Cues/Events/War Declared/mx_cue_war_declared",
538 "event:/MUSIC/Cues/Events/faith_conversion/mx_cue_faith_conversion",
539 "event:/MUSIC/Cues/Events/kill_mx_cue",
540 "event:/MUSIC/MainTheme/Maintheme",
541 "event:/MUSIC/Moods/Calls/mena/mx_mood_call_20_mysterious_part3/mx_mood_call_20_mysterious_part3",
542 "event:/MUSIC/Moods/Calls/mena/mx_mood_call_mena_01/mx_mood_call_mena_01",
543 "event:/MUSIC/Moods/Calls/mena/mx_mood_call_mena_04/mx_mood_call_mena_04",
544 "event:/MUSIC/Moods/Calls/mx_mood_call_01/mx_mood_call_01",
545 "event:/MUSIC/Moods/Calls/mx_mood_call_02/mx_mood_call_02",
546 "event:/MUSIC/Moods/Calls/mx_mood_call_03/mx_mood_call_03",
547 "event:/MUSIC/Moods/Calls/mx_mood_call_04/mx_mood_call_04",
548 "event:/MUSIC/Moods/Calls/mx_mood_call_05/mx_mood_call_05",
549 "event:/MUSIC/Moods/Calls/mx_mood_call_06/mx_mood_call_06",
550 "event:/MUSIC/Moods/Calls/mx_mood_call_07/mx_mood_call_07",
551 "event:/MUSIC/Moods/Calls/mx_mood_call_10_dusk/mx_mood_call_10_dusk",
552 "event:/MUSIC/Moods/Calls/mx_mood_call_11_dawn_part1/mx_mood_call_11_dawn_part1",
553 "event:/MUSIC/Moods/Calls/mx_mood_call_12_dawn_part2/mx_mood_call_12_dawn_part2",
554 "event:/MUSIC/Moods/Calls/mx_mood_call_13_dawn_part3/mx_mood_call_13_dawn_part3",
555 "event:/MUSIC/Moods/Calls/mx_mood_call_14_dawn_part4/mx_mood_call_14_dawn_part4",
556 "event:/MUSIC/Moods/Calls/mx_mood_call_15_dawn_part5/mx_mood_call_15_dawn_part5",
557 "event:/MUSIC/Moods/Calls/mx_mood_call_16_duskingsky/mx_mood_call_16_duskingsky",
558 "event:/MUSIC/Moods/Calls/mx_mood_call_17_murkiness/mx_mood_call_17_murkiness",
559 "event:/MUSIC/Moods/Calls/mx_mood_call_18_mysterious_part1/mx_mood_call_18_mysterious_part1",
560 "event:/MUSIC/Moods/Calls/mx_mood_call_19_mysterious_part2/mx_mood_call_19_mysterious_part2",
561 "event:/MUSIC/Moods/Calls/mx_mood_call_21_mysterious_part4/mx_mood_call_21_mysterious_part4",
562 "event:/MUSIC/Moods/Calls/mx_mood_call_22_veni_part2/mx_mood_call_22_veni_part2",
563 "event:/MUSIC/Moods/Calls/mx_mood_call_23_veni_part3/mx_mood_call_23_veni_part3",
564 "event:/MUSIC/Moods/Calls/mx_mood_call_chants_08/mx_mood_call_chants_08",
565 "event:/MUSIC/Moods/Calls/mx_mood_call_resurrection_part1/mx_mood_call_resurrection_part1",
566 "event:/MUSIC/Moods/Calls/mx_mood_call_resurrection_part2/mx_mood_call_resurrection_part2",
567 "event:/MUSIC/Moods/Calls/mx_mood_call_resurrection_part3/mx_mood_call_resurrection_part3",
568 "event:/MUSIC/Moods/General/mx_mood_balik/mx_mood_balik_part1",
569 "event:/MUSIC/Moods/General/mx_mood_balik/mx_mood_balik_part2",
570 "event:/SFX/Ambience/2D/Nature/masterAmbienceSystem",
571 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/chinese_castle",
572 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/iberian_castle",
573 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/indian_castle",
574 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/japanese_castle",
575 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/mediterranean_castle",
576 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/mena_castle",
577 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/nordic_castle",
578 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/sea_castle",
579 "event:/SFX/Ambience/3DMapEmitters/Holdings/Castle/western_castle",
580 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/chinese_city",
581 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/iberian_city",
582 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/indian_city",
583 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/japanese_city",
584 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/mediterranean_city",
585 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/mena_city",
586 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/mongolian_city",
587 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/nordic_city",
588 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/sea_city",
589 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/tribal_city",
590 "event:/SFX/Ambience/3DMapEmitters/Holdings/City/western_city",
591 "event:/SFX/Ambience/3DMapEmitters/Holdings/Siege/sfx_amb_3d_holdings_siege",
592 "event:/SFX/Ambience/3DMapEmitters/Holdings/Siege/sfx_amb_3d_holdings_siege_amb",
593 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/chinese_holy_site",
594 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/chinese_temple",
595 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/church_temple",
596 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/dharmic_temple",
597 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/generic_temple",
598 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/japanese_holy_site",
599 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/japanese_temple",
600 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/mosque_temple",
601 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/orthodox_temple",
602 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/pagan_temple",
603 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/sea_pagan_temple",
604 "event:/SFX/Ambience/3DMapEmitters/Holdings/Temples/sea_temple",
605 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_desert",
606 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_field",
607 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_fire",
608 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_forest",
609 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_mountain",
610 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_ocean",
611 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_river",
612 "event:/SFX/Ambience/3DMapEmitters/Nature/sfx_amb_3d_snow",
613 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_besiege",
614 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_even_seq_1_defensive",
615 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_even_seq_1_offensive",
616 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_even_tx_winlose_defensive",
617 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_even_tx_winlose_offensive",
618 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_pursuit_defensive",
619 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_pursuit_offensive",
620 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_winlose_seq_1_defensive",
621 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_winlose_seq_1_offensive",
622 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_winlose_tx_even_defensive",
623 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_combat_winlose_tx_even_offensive",
624 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_disband",
625 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_gathering_army",
626 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_idle_base",
627 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_idle_tx_battle_axes",
628 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_idle_tx_battle_swords",
629 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_idle_var1",
630 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_moving_battle",
631 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_moving_retreat",
632 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_moving_retreat_var1",
633 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_moving_standard",
634 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_spawn",
635 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_victorious_combat",
636 "event:/SFX/Animations/Units/Infantry/sfx_anim_unit_infantry_victorious_siege",
637 "event:/SFX/Animations/Units/Mongol/Horse/sfx_anim_unit_mongol_horse_gallop",
638 "event:/SFX/Animations/Units/Mongol/Horse/sfx_anim_unit_mongol_horse_hoof",
639 "event:/SFX/Animations/Units/Mongol/Horse/sfx_anim_unit_mongol_horse_neigh",
640 "event:/SFX/Animations/Units/Mongol/Horse/sfx_anim_unit_mongol_horse_whinny",
641 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_battlecry",
642 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_call",
643 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_cheer",
644 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_cloth_move",
645 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_horsecommand",
646 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_hurt",
647 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_pain",
648 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_shield_hit",
649 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_sick",
650 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_weapon_hit",
651 "event:/SFX/Animations/Units/Mongol/Infantry/sfx_anim_unit_mongol_infantry_weapon_swing",
652 "event:/SFX/Animations/Units/Ships/Generic/sfx_anim_ship_generic_idle",
653 "event:/SFX/Animations/Units/Ships/Generic/sfx_anim_ship_generic_move",
654 "event:/SFX/Animations/Units/Ships/Generic/sfx_anim_ship_generic_start_move",
655 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Ballista",
656 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Bombard",
657 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Cannon",
658 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_CloudLadder",
659 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Mangonel",
660 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Onanger",
661 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Tower",
662 "event:/SFX/Animations/Units/SiegeWeapons/Anim_Unit_Siegeweapons_Trebuchet",
663 "event:/SFX/Animations/Units/combat_ambience",
664 "event:/SFX/Animations/Units/components/weapon_impact",
665 "event:/SFX/Debug/debug_1",
666 "event:/SFX/Debug/debug_2",
667 "event:/SFX/Debug/debug_parameter",
668 "event:/SFX/Events/Backgrounds/BP2/bp2_nursery",
669 "event:/SFX/Events/Backgrounds/BP2/bp2_stables",
670 "event:/SFX/Events/Backgrounds/BP2/bp2_university",
671 "event:/SFX/Events/Backgrounds/Battlefield_gloomy",
672 "event:/SFX/Events/Backgrounds/Bedchamber",
673 "event:/SFX/Events/Backgrounds/Bedchamber_alt",
674 "event:/SFX/Events/Backgrounds/Burning_building",
675 "event:/SFX/Events/Backgrounds/FP4/fp4_condemned_village",
676 "event:/SFX/Events/Backgrounds/FP4/fp4_epidemic_corpsecarts",
677 "event:/SFX/Events/Backgrounds/FP4/fp4_heroic_battlefield",
678 "event:/SFX/Events/Backgrounds/FP4/fp4_magical_spring",
679 "event:/SFX/Events/Backgrounds/FP4/fp4_mena_physician",
680 "event:/SFX/Events/Backgrounds/Feasthall",
681 "event:/SFX/Events/Backgrounds/Fields_farms_day",
682 "event:/SFX/Events/Backgrounds/Flies",
683 "event:/SFX/Events/Backgrounds/Office_workplace",
684 "event:/SFX/Events/Backgrounds/Old/Interior/corridor_night",
685 "event:/SFX/Events/Backgrounds/Old/Interior/dungeon",
686 "event:/SFX/Events/Backgrounds/Old/Interior/eastern_throneroom",
687 "event:/SFX/Events/Backgrounds/Old/Interior/livingroom",
688 "event:/SFX/Events/Backgrounds/Old/Interior/throneroom",
689 "event:/SFX/Events/Backgrounds/armory",
690 "event:/SFX/Events/Backgrounds/camp_generic_day",
691 "event:/SFX/Events/Backgrounds/castle_corridor_day",
692 "event:/SFX/Events/Backgrounds/castle_corridor_night",
693 "event:/SFX/Events/Backgrounds/castle_courtyard_western",
694 "event:/SFX/Events/Backgrounds/castle_garden_day",
695 "event:/SFX/Events/Backgrounds/city_alley_day_western",
696 "event:/SFX/Events/Backgrounds/city_alley_night",
697 "event:/SFX/Events/Backgrounds/coniferous_forest_day",
698 "event:/SFX/Events/Backgrounds/corner_of_tavern",
699 "event:/SFX/Events/Backgrounds/deciduous_forest_day",
700 "event:/SFX/Events/Backgrounds/desert_day",
701 "event:/SFX/Events/Backgrounds/docks_day",
702 "event:/SFX/Events/Backgrounds/dungeon",
703 "event:/SFX/Events/Backgrounds/gallows_execution_platform",
704 "event:/SFX/Events/Backgrounds/meetingchamber_western",
705 "event:/SFX/Events/Backgrounds/mountains_day",
706 "event:/SFX/Events/Backgrounds/physicians_office_western",
707 "event:/SFX/Events/Backgrounds/rain",
708 "event:/SFX/Events/Backgrounds/sittingroom_fireplace",
709 "event:/SFX/Events/Backgrounds/steppe_day",
710 "event:/SFX/Events/Backgrounds/temple_christian",
711 "event:/SFX/Events/Backgrounds/temple_generic",
712 "event:/SFX/Events/Backgrounds/temple_muslim",
713 "event:/SFX/Events/Backgrounds/throneroom_asia_chinese",
714 "event:/SFX/Events/Backgrounds/throneroom_asia_japanese",
715 "event:/SFX/Events/Backgrounds/throneroom_asia_sea",
716 "event:/SFX/Events/Backgrounds/throneroom_mediterranean",
717 "event:/SFX/Events/Backgrounds/throneroom_middleeastern_african",
718 "event:/SFX/Events/Backgrounds/throneroom_tribal_pagan",
719 "event:/SFX/Events/Backgrounds/throneroom_western",
720 "event:/SFX/Events/Backgrounds/town_market_middleeastern_day",
721 "event:/SFX/Events/Backgrounds/townmarket_day_tribal_pagan",
722 "event:/SFX/Events/Backgrounds/townmarket_western_day",
723 "event:/SFX/Events/Panels/sfx_event_panel_large",
724 "event:/SFX/Events/Panels/sfx_event_panel_letter",
725 "event:/SFX/Events/Themes/sfx_event_theme_type_activity",
726 "event:/SFX/Events/Themes/sfx_event_theme_type_corruption",
727 "event:/SFX/Events/Themes/sfx_event_theme_type_court",
728 "event:/SFX/Events/Themes/sfx_event_theme_type_diplomacy",
729 "event:/SFX/Events/Themes/sfx_event_theme_type_domain",
730 "event:/SFX/Events/Themes/sfx_event_theme_type_duty",
731 "event:/SFX/Events/Themes/sfx_event_theme_type_dynasty",
732 "event:/SFX/Events/Themes/sfx_event_theme_type_faith",
733 "event:/SFX/Events/Themes/sfx_event_theme_type_generic",
734 "event:/SFX/Events/Themes/sfx_event_theme_type_health_bad",
735 "event:/SFX/Events/Themes/sfx_event_theme_type_health_good",
736 "event:/SFX/Events/Themes/sfx_event_theme_type_intimidation",
737 "event:/SFX/Events/Themes/sfx_event_theme_type_intrigue",
738 "event:/SFX/Events/Themes/sfx_event_theme_type_learning",
739 "event:/SFX/Events/Themes/sfx_event_theme_type_love",
740 "event:/SFX/Events/Themes/sfx_event_theme_type_marriage",
741 "event:/SFX/Events/Themes/sfx_event_theme_type_martial",
742 "event:/SFX/Events/Themes/sfx_event_theme_type_medicine",
743 "event:/SFX/Events/Themes/sfx_event_theme_type_prison",
744 "event:/SFX/Events/Themes/sfx_event_theme_type_relation_friendly",
745 "event:/SFX/Events/Themes/sfx_event_theme_type_relation_unfriendly",
746 "event:/SFX/Events/Themes/sfx_event_theme_type_seduction",
747 "event:/SFX/Events/Themes/sfx_event_theme_type_social",
748 "event:/SFX/Events/Themes/sfx_event_theme_type_stewardship",
749 "event:/SFX/Events/Themes/sfx_event_theme_type_stress",
750 "event:/SFX/Events/Themes/sfx_event_theme_type_war",
751 "event:/SFX/Snapshots/sfx_snapshots_AnimationGlow",
752 "event:/SFX/Snapshots/sfx_snapshots_WaroutcomeWindow",
753 "event:/SFX/Snapshots/sfx_snapshots_closeWarOutcome",
754 "event:/SFX/UI/Character/Lifestyle/OLD/sfx_ui_character_lifestyle_mastery_trait_unlocked",
755 "event:/SFX/UI/Character/Lifestyle/OLD/sfx_ui_character_lifestyle_skillpoint_reclaim",
756 "event:/SFX/UI/Character/Lifestyle/OLD/sfx_ui_character_lifestyle_skillpoint_shimmer",
757 "event:/SFX/UI/Character/Lifestyle/OLD/sfx_ui_character_lifestyle_skillpoint_spend",
758 "event:/SFX/UI/Character/Lifestyle/sfx_ui_character_lifestyle_diplomacy_lifestyle",
759 "event:/SFX/UI/Character/Lifestyle/sfx_ui_character_lifestyle_intrigue_lifestyle",
760 "event:/SFX/UI/Character/Lifestyle/sfx_ui_character_lifestyle_learning_lifestyle",
761 "event:/SFX/UI/Character/Lifestyle/sfx_ui_character_lifestyle_martial_lifestyle",
762 "event:/SFX/UI/Character/Lifestyle/sfx_ui_character_lifestyle_stewardship_lifestyle",
763 "event:/SFX/UI/Character/sfx_ui_character_born",
764 "event:/SFX/UI/Character/sfx_ui_character_death",
765 "event:/SFX/UI/Character/sfx_ui_character_portrait_pointer_over",
766 "event:/SFX/UI/Character/sfx_ui_character_portrait_rightclick",
767 "event:/SFX/UI/Character/sfx_ui_character_portrait_select",
768 "event:/SFX/UI/Character/sfx_ui_character_stress_level",
769 "event:/SFX/UI/Frontend/sfx_ui_frontend_bookmark",
770 "event:/SFX/UI/Frontend/sfx_ui_frontend_character_widget_show",
771 "event:/SFX/UI/Frontend/sfx_ui_frontend_topbar_slide",
772 "event:/SFX/UI/Frontend/sfx_ui_frontend_topbar_tab_shimmer_on_create",
773 "event:/SFX/UI/Frontend/sfx_ui_frontend_topbar_tab_shimmer_on_loop",
774 "event:/SFX/UI/Frontend/sfx_ui_frontend_topbar_tab_slide_out",
775 "event:/SFX/UI/Frontend/sfx_ui_frontend_window_hide",
776 "event:/SFX/UI/Frontend/sfx_ui_frontend_window_show",
777 "event:/SFX/UI/Generic/Gamespeed/sfx_ui_generic_gamespeed_1",
778 "event:/SFX/UI/Generic/Gamespeed/sfx_ui_generic_gamespeed_2",
779 "event:/SFX/UI/Generic/Gamespeed/sfx_ui_generic_gamespeed_3",
780 "event:/SFX/UI/Generic/Gamespeed/sfx_ui_generic_gamespeed_4",
781 "event:/SFX/UI/Generic/Gamespeed/sfx_ui_generic_gamespeed_5",
782 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_outliner_hide",
783 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_outliner_show",
784 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_sidebar",
785 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_small",
786 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_standard_hide",
787 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_standard_show",
788 "event:/SFX/UI/Generic/Windows/sfx_ui_generic_window_suggestion",
789 "event:/SFX/UI/Generic/mute_play_button",
790 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Council",
791 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Court",
792 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Decisions",
793 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Factions",
794 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Intrigue",
795 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Military",
796 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_Realm",
797 "event:/SFX/UI/Generic/rightTab/sfx_ui_window_rightTab_RoyalCourt",
798 "event:/SFX/UI/Generic/sfx_ui_generic_advance",
799 "event:/SFX/UI/Generic/sfx_ui_generic_checkbox",
800 "event:/SFX/UI/Generic/sfx_ui_generic_close",
801 "event:/SFX/UI/Generic/sfx_ui_generic_confirm",
802 "event:/SFX/UI/Generic/sfx_ui_generic_decrement",
803 "event:/SFX/UI/Generic/sfx_ui_generic_gamespeed",
804 "event:/SFX/UI/Generic/sfx_ui_generic_icon_pointer_over",
805 "event:/SFX/UI/Generic/sfx_ui_generic_icon_select",
806 "event:/SFX/UI/Generic/sfx_ui_generic_increment",
807 "event:/SFX/UI/Generic/sfx_ui_generic_map_modes",
808 "event:/SFX/UI/Generic/sfx_ui_generic_page_close",
809 "event:/SFX/UI/Generic/sfx_ui_generic_page_open",
810 "event:/SFX/UI/Generic/sfx_ui_generic_pause",
811 "event:/SFX/UI/Generic/sfx_ui_generic_pause_window",
812 "event:/SFX/UI/Generic/sfx_ui_generic_play",
813 "event:/SFX/UI/Generic/sfx_ui_generic_pointer_over",
814 "event:/SFX/UI/Generic/sfx_ui_generic_pointer_press",
815 "event:/SFX/UI/Generic/sfx_ui_generic_pointer_release",
816 "event:/SFX/UI/Generic/sfx_ui_generic_quit_game",
817 "event:/SFX/UI/Generic/sfx_ui_generic_region_select",
818 "event:/SFX/UI/Generic/sfx_ui_generic_savegame",
819 "event:/SFX/UI/Generic/sfx_ui_generic_select",
820 "event:/SFX/UI/Generic/sfx_ui_generic_selected_playable",
821 "event:/SFX/UI/Generic/sfx_ui_generic_start_game",
822 "event:/SFX/UI/Generic/sfx_ui_generic_tab",
823 "event:/SFX/UI/Generic/sfx_ui_generic_tab_sub",
824 "event:/SFX/UI/Generic/sfx_ui_generic_window",
825 "event:/SFX/UI/Generic/sfx_ui_generic_window_sub",
826 "event:/SFX/UI/Notifications/Actions/sfx_ui_action_item",
827 "event:/SFX/UI/Notifications/Actions/sfx_ui_action_new",
828 "event:/SFX/UI/Notifications/Alerts/sfx_ui_notification_alert_action_mouse_press",
829 "event:/SFX/UI/Notifications/Alerts/sfx_ui_notification_alert_action_mouse_release",
830 "event:/SFX/UI/Notifications/Alerts/sfx_ui_notification_alert_action_oversound",
831 "event:/SFX/UI/Notifications/Alerts/sfx_ui_notification_alert_action_show",
832 "event:/SFX/UI/Notifications/Alerts/sfx_ui_notification_alert_shimmer",
833 "event:/SFX/UI/Notifications/Messages/Themes/sfx_ui_message_construction",
834 "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_generic",
835 "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_negative",
836 "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_neutral",
837 "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_positive",
838 "event:/SFX/UI/Notifications/Popup/sfx_ui_popup_theme_generic",
839 "event:/SFX/UI/Notifications/Popup/sfx_ui_popup_theme_negative",
840 "event:/SFX/UI/Notifications/Popup/sfx_ui_popup_theme_neutral",
841 "event:/SFX/UI/Notifications/Popup/sfx_ui_popup_theme_positive",
842 "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_generic",
843 "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_negative",
844 "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_neutral",
845 "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_positive",
846 "event:/SFX/UI/Notifications/TopBar/sfx_ui_notifications_topbar_alert",
847 "event:/SFX/UI/Notifications/TopBar/sfx_ui_notifications_topbar_diplomacy",
848 "event:/SFX/UI/Notifications/TopBar/sfx_ui_notifications_topbar_reactive_advice",
849 "event:/SFX/UI/Siege/sfx_kill_siege_sfx",
850 "event:/SFX/UI/Siege/sfx_ui_siege_vfx_fire_01",
851 "event:/SFX/UI/Siege/sfx_ui_siege_vfx_fire_02",
852 "event:/SFX/UI/Siege/sfx_ui_siege_vfx_fire_03",
853 "event:/SFX/UI/Unique/CharacterLifestyle/sfx_ui_unique_lifestyle_diplomacy",
854 "event:/SFX/UI/Unique/CharacterLifestyle/sfx_ui_unique_lifestyle_intrigue",
855 "event:/SFX/UI/Unique/CharacterLifestyle/sfx_ui_unique_lifestyle_learning",
856 "event:/SFX/UI/Unique/CharacterLifestyle/sfx_ui_unique_lifestyle_martial",
857 "event:/SFX/UI/Unique/CharacterLifestyle/sfx_ui_unique_lifestyle_stewardship",
858 "event:/SFX/UI/Unique/CharacterLifestyle/sfx_ui_unique_lifestyle_wanderer",
859 "event:/SFX/UI/Unique/Construction/Building/sfx_ui_unique_construction_building_generic",
860 "event:/SFX/UI/Unique/Construction/Holding/sfx_ui_unique_construction_holding_Castle",
861 "event:/SFX/UI/Unique/Construction/Holding/sfx_ui_unique_construction_holding_Church",
862 "event:/SFX/UI/Unique/Construction/Holding/sfx_ui_unique_construction_holding_City",
863 "event:/SFX/UI/Unique/Construction/Holding/sfx_ui_unique_construction_holding_generic",
864 "event:/SFX/UI/Unit/Army/sfx_ui_raise_army",
865 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_attach",
866 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_disband",
867 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_merge",
868 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_move_order",
869 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_new_army",
870 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_select_army",
871 "event:/SFX/UI/Unit/Army/sfx_ui_unit_army_split",
872 "event:/SFX/UI/Unit/Fleet/sfx_ui_unit_fleet_select_fleet",
873 "event:/SFX/UI/Unit/Fleet/sfx_ui_unit_fleet_split",
874 "event:/SFX/UI/War/sfx_ui_war_declare_war",
875 "event:/SFX/UI/War/sfx_ui_war_enforce_demand",
876 "event:/SFX/UI/War/sfx_ui_war_icon_pointer_over",
877 "event:/SFX/UI/War/sfx_ui_war_icon_pointer_select",
878 "event:/SFX/UI/War/sfx_ui_window_great_holy_war_hide",
879 "event:/SFX/UI/War/sfx_ui_window_great_holy_war_show",
880 "event:/SFX/UI/War/sfx_ui_window_war_hide",
881 "event:/SFX/UI/War/sfx_ui_window_war_show",
882 "event:/SFX/UI/War/siege/ActionItems/sfx_ui_war_siege_action_desertion",
883 "event:/SFX/UI/War/siege/ActionItems/sfx_ui_war_siege_action_disease",
884 "event:/SFX/UI/War/siege/ActionItems/sfx_ui_war_siege_action_stalemate",
885 "event:/SFX/UI/War/siege/ActionItems/sfx_ui_war_siege_action_starvation",
886 "event:/SFX/UI/War/siege/Fortstate/sfx_ui_war_siege_fortstate_breach",
887 "event:/SFX/UI/War/siege/Fortstate/sfx_ui_war_siege_fortstate_disease",
888 "event:/SFX/UI/War/siege/Fortstate/sfx_ui_war_siege_fortstate_starvation",
889 "event:/SFX/VFX/Siege/vfx_siege_explosion_rubble",
890 "event:/SFX/VFX/Siege/vfx_siege_projectile_bombard",
891 "event:/SFX/VFX/Siege/vfx_siege_projectile_mangonel",
892 "event:/SFX/VFX/Siege/vfx_siege_projectile_onanger",
893 "event:/SFX/VFX/Siege/vfx_siege_projectile_trebuchet",
894 "event:/SFX/VFX/vfx_construction_complete",
895 "event:/SFX/VFX/vfx_construction_ongoing",
896 "event:/SFX/VFX/vfx_waterfall",
897 "event:/SFX/VFX/vfx_winter_heavy",
898 "event:/SFX/VFX/vfx_winter_light",
899 "snapshot:/DefaultSnaphot",
900 "snapshot:/Gameplay/AnimationGlowFadeIn",
901 "snapshot:/Gameplay/EP1_Courtroom_Snapshot",
902 "snapshot:/Gameplay/EP2_Tournament_Locale",
903 "snapshot:/Gameplay/GamespeedLowerVolume",
904 "snapshot:/Gameplay/LetterPopup",
905 "snapshot:/Gameplay/MX_Stinger",
906 "snapshot:/Gameplay/Mute_bus_events",
907 "snapshot:/Gameplay/PanelPopup",
908 "snapshot:/Gameplay/WaroverviewWindowSlideup",
909 "snapshot:/Gameplay/WindowFullscreenPopUp",
910 "snapshot:/Gameplay/WindowSlideup",
911 "snapshot:/Gameplay/tgp_SilkRoad",
912 "snapshot:/States/OptionsMenu",
913 "snapshot:/States/PauseGame",
914 "snapshot:/States/QuitGame",
915 "snapshot:/States/mainMenu",
916 "snapshot:/States/mute_frontend_shimmer",
917];