"pvk_fort.util_windgusts"
{
	"playrandom"
	{
		"volume"	"0.4,0.9"
		"pitch"		"100"
		"time"		"5.0, 12.0"
		"pitch"		"90,130"
		"soundlevel"	"SNDLVL_140dB"
		"position"	"random"
		"rndwave"
		{
			"wave" "ambient/wind/wind_med1.wav"
			"wave" "ambient/wind/wind_hit1.wav"
			"wave" "ambient/wind/wind_hit2.wav"
			"wave" "ambient/wind/wind_snippet3.wav"
			"wave" "ambient/wind/wind_snippet4.wav"
			"wave" "ambient/wind/wind_snippet5.wav"
		}
	}
}


"pvk_fort.util_birds"
{
	"playrandom"
	{
		"time"		"4,10"
		"volume"	"0.15,0.38"
		"pitch"		"90,115"
		"soundlevel"	"SNDLVL_140dB"
		
		"position"	"random"

		"rndwave"
		{
			"wave"	"ambient/levels/coast/coastbird1.wav"
			"wave"	"ambient/levels/coast/coastbird2.wav"
			"wave"	"ambient/levels/coast/coastbird3.wav"
			"wave"	"ambient/levels/coast/coastbird4.wav"
			"wave"	"ambient/levels/coast/coastbird5.wav"
			"wave"	"ambient/levels/coast/coastbird6.wav"
			"wave"	"ambient/levels/coast/coastbird7.wav"
			"wave"	"ambient/levels/coast/seagulls_ambient1.wav"
			"wave"	"ambient/levels/coast/seagulls_ambient2.wav"
			"wave"	"ambient/levels/coast/seagulls_ambient3.wav"
			"wave"	"ambient/levels/coast/seagulls_ambient4.wav"
			"wave"	"ambient/levels/coast/seagulls_ambient5.wav"

		}
	}
}


"pvk_fort.util_shoreline"
{
	"playrandom"
	{
		"volume"	"0.45,0.65"
		"pitch"		"100"
		"time"		"3.0, 4.0"
		"rndwave"
		{
			"wave"	"ambient/levels/canals/shore1.wav"
			"wave"	"ambient/levels/canals/shore2.wav"
			"wave"	"ambient/levels/canals/shore3.wav"
			"wave"	"ambient/levels/canals/shore4.wav"
			"wave"	"ambient/water/lake_water.wav"
		}
	}
}


"pvk_fort.util_distant_shoreline"
{
	"playrandom"
	{
		"volume"	"0.45,0.65"
		"pitch"		"90,110"
		"time"		"6.0, 10.0"
		"rndwave"
		{
			"wave"	"ambient/water/distant_wave1.wav"
			"wave"	"ambient/water/distant_wave2.wav"
			"wave"	"ambient/water/distant_wave3.wav"
		}
	}
}

"pvk_fort.util_oldwood"
{
"playrandom"
	{
		"time"		"9,16"
		"volume"	"0.25,0.5"
		"pitch"		"95,105"
		"soundlevel"	"SNDLVL_140dB"
		"position"	"random"
		"rndwave"
		{
			"wave"	"ambient/materials/wood_creak1.wav"
			"wave"	"ambient/materials/wood_creak2.wav"
			"wave"	"ambient/materials/wood_creak3.wav"
			"wave"	"ambient/materials/wood_creak4.wav"
			"wave"	"ambient/materials/wood_creak6.wav"
		}
	}
}


////////////////////////////////////////////////////////////////////////////////
// coast soundscapes

"pvk_fort.general_shoreline"
{
	"dsp"	"20"

	"playsoundscape"
	{
		"name"	"pvk_fort.util_shoreline"
		"volume" "0.6"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_distant_shoreline"
		"volume" "0.5"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_birds"
		"volume" "0.7"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_windgusts"
		"volume" "0.3"
	}


}

"pvk_fort.lookout_shoreline"
{
	"dsp"	"20"

	"playsoundscape"
	{
		"name"	"pvk_fort.util_distant_shoreline"
		"volume" "0.7"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_birds"
		"volume" "0.7"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_windgusts"
		"volume" "0.7"
	}


}

"pvk_fort.general_oldwoodbuilding"
{

	"dsp"	"20"

	"playsoundscape"
	{
		"name"	"pvk_fort.util_oldwood"
		"volume" "0.7"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_windgusts"
		"volume" "0.05"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_birds"
		"volume" "0.05"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_distant_shoreline"
		"volume" "0.25"
	}
}

"pvk_fort.general_outdoors"
{

	"dsp"	"20"

	"playsoundscape"
	{
		"name"	"pvk_fort.util_oldwood"
		"volume" "0.05"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_windgusts"
		"volume" "0.25"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_birds"
		"volume" "0.7"
	}

	"playsoundscape"
	{
		"name"	"pvk_fort.util_distant_shoreline"
		"volume" "0.25"
	}
}