module Base
{
	sound KSfire
	{
		category = Item,
		maxInstancesPerEmitter = 2,
		clip
		{
			file = media/sound/KSfire.wav,
			distanceMax = 100,
			distanceMin = 0,
			volume = 0.8,
		}
	}

	sound MP43shoot
	{
		category = Item,
		maxInstancesPerEmitter = 2,
		clip
		{
			file = media/sound/MP43shoot.wav,
			distanceMax = 100,
			distanceMin = 0,
			volume = 0.8,
		}
	}

	sound KSload
	{
		category = Item,
		clip
		{
			file = media/sound/KSload.wav,
		}
	}

}
