"afg.MountainTop"
{

	// *** dsp settings *** //
	"dsp"	"0"
	"dsp_volume" "0.9"
	

	// *** looping sounds *** //
	
	//	Mountain Wind Ambience
	"playlooping"
	{
		"volume"	"1.0"
		"pitch"		"100"
		"wave"	"soundscape\ambience\wind_mountain_ambience.wav"	
	}
	
	//	Howling Wind Ambience
	"playlooping"
	{
		"volume"	"0.5"
		"pitch"		"100"
		"wave"	"soundscape\ambience\wind_howling_ambience.wav"	
	}
	
    // Windgust Sands
	"playrandom"
	{
		"time"		"10,20"
		"volume"	"0.5"
		"pitch"		"95,105"
		"position"	"random"
		"soundlevel"  	"SNDLVL_NORM"
		
		"rndwave"	
		{
		"wave"	"soundscape\emitters\Oneshot\windgust_sand_01.wav"	
		"wave"	"soundscape\emitters\Oneshot\windgust_sand_02.wav"	
		"wave"	"soundscape\emitters\Oneshot\windgust_sand_03.wav"	
		"wave"	"soundscape\emitters\Oneshot\windgust_sand_04.wav"		
		"wave"	"soundscape\emitters\Oneshot\windgust_sand_05.wav"	
		}
	} 
	
	//bg various bird calls
	"playrandom"
	{
		"time"		"20,40"
		"volume"	"0.4"
		"pitch"		"100"
		"position"	"random"
		"soundlevel"  	"SNDLVL_NORM"
		
		"rndwave"	
		{
		"wave"	"soundscape\emitters\Oneshot\birds_raven_01.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_raven_02.wav"
		}
	} 
	
	// Goat Herder Bell
	"playrandom"
	{
		"time"		"5,8"
		"volume"	"0.1"
		"pitch"		"95,105"
		"position"	"random"
		"soundlevel"  	"SNDLVL_NORM"
		
		"rndwave"	
		{
		"wave"	"soundscape\emitters\Oneshot\goatbell_01.wav"	
		"wave"	"soundscape\emitters\Oneshot\goatbell_02.wav"	
		"wave"	"soundscape\emitters\Oneshot\goatbell_03.wav"			
		"wave"	"soundscape\emitters\Oneshot\goatbell_05.wav"	
		"wave"	"soundscape\emitters\Oneshot\goatbell_06.wav"	
		}
	} 
	
	//HawkCry
	"playrandom"
	{
		"time"		"8,16"
		"volume"	"0.1"
		"pitch"		"80,100"
		"position"	"random"
		"soundlevel"  	"SNDLVL_NORM"
		
		"rndwave"	
		{
		"wave"	"soundscape\emitters\Oneshot\birds_hawkcry_01.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_hawkcry_02.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_hawkcry_03.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_hawkcry_04.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_hawkcry_05.wav"
		}
	} 
	
     //BlueJay
	"playrandom"
	{
		"time"		"16,32"
		"volume"	"0.03"
		"pitch"		"95,105"
		"position"	"random"
		"soundlevel"  	"SNDLVL_NORM"
		
		"rndwave"	
		{
		"wave"	"soundscape\emitters\Oneshot\birds_bluejay_01.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_bluejay_02.wav"	
		"wave"	"soundscape\emitters\Oneshot\birds_bluejay_03.wav"	
		}
	} 
	
	//Single Flies
	"playrandom"
	{
		"time"		"8,16"
		"volume"	"0.2"
		"pitch"		"100"
		"position"	"random"
		"soundlevel"  	"SNDLVL_NORM"
		
		"rndwave"	
		{
		"wave"	"soundscape\emitters\Oneshot\flies_single_01.wav"	
		"wave"	"soundscape\emitters\Oneshot\flies_single_02.wav"	
		"wave"	"soundscape\emitters\Oneshot\flies_single_03.wav"	
		"wave"	"soundscape\emitters\Oneshot\flies_single_04.wav"	
		"wave"	"soundscape\emitters\Oneshot\flies_single_05.wav"	
		"wave"	"soundscape\emitters\Oneshot\flies_single_06.wav"		
		}
	} 
}