##############################
##--------------------------##
##---------CATEGORY---------##
##--------------------------##
##############################

category = {
	name = "Effects"
	soundeffects = {
        fc_ui_awareness_level
        fc_ui_reveal_yourself_button
        fc_ui_spy_network_button        
	}
}

##############################
##--------------------------##
##----------SOUNDS----------##
##--------------------------##
##############################

sound = {
	name = "fc_ui_awareness_level_01"
	file = "assets/fc_ui_awareness_level_01.wav"
	volume = 1.0
}
sound = {
	name = "fc_ui_reveal_yourself_button_01"
	file = "assets/fc_ui_reveal_yourself_button_01.wav"
	volume = 1.0
}
sound = {
	name = "fc_ui_spy_network_button_01"
	file = "assets/fc_ui_spy_network_button_01.wav"
	volume = 1.0
}

##############################
##                          ##
##    SOUNDEFFECTS - UI     ##
##                          ##
##############################

soundeffect = {
	name = fc_ui_awareness_level
	sounds = {
		sound = fc_ui_awareness_level_01
	}
	volume = 0.5
	max_audible = 1
	max_audible_behaviour = fail
}
soundeffect = {
	name = fc_ui_reveal_yourself_button
	sounds = {
		sound = fc_ui_reveal_yourself_button_01
	}
	volume = 0.5
	max_audible = 1
	max_audible_behaviour = fail
}
soundeffect = {
	name = fc_ui_spy_network_button
	sounds = {
		sound = fc_ui_awareness_level_01
	}
	volume = 0.5
	max_audible = 1
	max_audible_behaviour = fail
}