#################################################
#                                               #
#                   TOXIC STAR                  #
#                                               #
#################################################

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

category = {
    name = "Ambient"
    soundeffects = {
    tox_amb_star_hum
    }
}


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

sound = {
	name = "tox_amb_star_hum_01"
	file = "assets/tox_amb_star_hum_01.wav"
}
##############################
##--------------------------##
##-------SOUNDEFFECTS-------##
##--------------------------##
##############################

soundeffect = {
	name = tox_amb_star_hum
	volume = 0.8
	loop = yes
	is3d = yes
	random_sound_when_looping = no
	prevent_random_repetition = no
    falloff = falloff_toxic_star
    fade_in = 0.5
	fade_out = 0.5
	max_audible = 1
    max_audible_behaviour = fail
	sounds = {
		sound = tox_amb_star_hum_01
	}
}