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

category = {
	name = "Ambient"
	soundeffects = {
		amb_megastructure_orbital_ring_01_idle
		amb_megastructure_orbital_ring_02_idle
		amb_megastructure_orbital_ring_03_idle
	}
}

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

sound = {
	name = "amb_megastructure_orbital_ring_01_idle_01"
	file = "assets/amb_megastructure_orbital_ring_01_idle_01.wav"
	volume = 1.0
}
sound = {
	name = "amb_megastructure_orbital_ring_02_idle_01"
	file = "assets/amb_megastructure_orbital_ring_02_idle_01.wav"
	volume = 1.0
}
sound = {
	name = "amb_megastructure_orbital_ring_03_idle_01"
	file = "assets/amb_megastructure_orbital_ring_03_idle_01.wav"
	volume = 1.0
}

##############################
##--------------------------##
##-------SOUNDEFFECTS-------##
##--------------------------##
##############################

soundeffect = {
	name = amb_megastructure_orbital_ring_01_idle
	volume = 1.0
	loop = yes
	is3d = yes
	falloff = falloff_orbital_ring
	random_sound_when_looping = no
	prevent_random_repetition = no
	fade_in = 0.5
	fade_out = 0.5
	max_audible = 3
	sounds = {
		sound = amb_megastructure_orbital_ring_01_idle_01
	}
}

soundeffect = {
	name = amb_megastructure_orbital_ring_02_idle
	volume = 1.0
	loop = yes
	is3d = yes
	falloff = falloff_orbital_ring
	random_sound_when_looping = no
	prevent_random_repetition = no
	fade_in = 0.5
	fade_out = 0.5
	max_audible = 3
	sounds = {
		sound = amb_megastructure_orbital_ring_02_idle_01
	}
}

soundeffect = {
	name = amb_megastructure_orbital_ring_03_idle
	volume = 0.3
	loop = yes
	is3d = yes
	falloff = falloff_orbital_ring
	random_sound_when_looping = no
	prevent_random_repetition = no
	fade_in = 0.5
	fade_out = 0.5
	max_audible = 3
	sounds = {
		sound = amb_megastructure_orbital_ring_03_idle_01
	}
}

##############################
##--------------------------##
##---------FALLOFF----------##
##--------------------------##
##############################

falloff = {
	name = falloff_orbital_ring
	min_distance = 40.0
	max_distance = 300.0
	height_scale = 1.0
	type = Linear
}


