﻿### Toast SFX
@default_toast_soundeffect = "event:/SFX/UI/Notifications/Toasts/sfx_ui_notification_toast_generic"
@toast_soundeffect_neutral = "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_neutral"
@toast_soundeffect_good = "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_positive"
@toast_soundeffect_bad = "event:/SFX/UI/Notifications/Toasts/sfx_ui_notifications_toast_negative"


### Message SFX
@default_msg_soundeffect = "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_neutral"
@msg_neutral_soundeffect = "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_neutral"
@msg_good_soundeffect = "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_positive"
@msg_bad_soundeffect = "event:/SFX/UI/Notifications/Messages/sfx_ui_message_theme_negative"
@msg_diarchy_update_soundeffect = "event:/DLC/EP2/SFX/Events/Regencies/ep2_evn_regencies_update"

event_rfavor_neutral_with_text = {
	icon = "gpt_stratas"
	title = event_message_title
	desc = event_message_text_and_effect
	style = neutral
	soundeffect = @msg_neutral_soundeffect
}

event_rfavor_neutral_with_text = {
	icon = "gpt_adv_stratas"
	title = event_message_title
	desc = event_message_text_and_effect
	style = neutral
	soundeffect = @msg_neutral_soundeffect
}

