module Base
{
		
	sound shout_female
	{
		category = UI,
		clip { file = media/sound/shout_female.ogg, is3D = true, volume = 0.40, }
	}
	
	sound whisper_female
	{
		category = UI,
		clip { file = media/sound/whisper_female.ogg, is3D = true, volume = 0.40, }
	}
		
	sound shout_male
	{
		category = UI,
		clip { file = media/sound/shout_male.ogg, is3D = true, volume = 0.40, }
	}
		
	sound whisper_male
	{
		category = UI,
		clip { file = media/sound/whisper_male.ogg, is3D = true, volume = 0.40, }
	}
		
}