//-----------------------------------
//Soundscapes for ge_temple_classic
//-----------------------------------

//----------------------------------------------------------------------
"ge_temple_classic.hallway"
//----------------------------------------------------------------------

{
	"dsp" "5"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.bondage"
		"volume"	".99"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/underground_hall_loop1.wav"
		"volume"	".2"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_temple_classic.rocks"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_temple_classic.mainroom"
//----------------------------------------------------------------------

{
	"dsp" "10"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.bondage"
		"volume"	".98"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/underground_hall_loop1.wav"
		"volume"	".2"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_temple_classic.rocks"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_temple_classic.sunroom"
//----------------------------------------------------------------------

{
	"dsp" "10"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.bondage"
		"volume"	".97"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/underground_hall_loop1.wav"
		"volume"	".2"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_temple_classic.rocks"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_temple_classic.pit"
//----------------------------------------------------------------------

{
	"dsp" "9"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.bondage"
		"volume"	".96"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/underground_hall_loop1.wav"
		"volume"	".2"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_temple_classic.rocks"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_temple_classic.smallroom"
//----------------------------------------------------------------------

{
	"dsp" "1"

	//----------------------Music-----------
	"playsoundscape"
	{
		"name"		"music.bondage"
		"volume"	".95"
	}
	//--------------------------------------

	"playlooping"
	{
		"wave"		"ambient/atmosphere/underground_hall_loop1.wav"
		"volume"	".2"
		"pitch"		"100"		
	}

	"playsoundscape"
	{
		"name"		"ge_temple_classic.rocks"
		"volume"	"1.0"
	}
}

//----------------------------------------------------------------------
"ge_temple_classic.rocks"
//----------------------------------------------------------------------

//rock crumbling noises will occur at random positions

{
	"playrandom"
	{
		"position"	"random"
		"time"		"5,15"
		"volume"	".8,.9"
		"pitch"		"100"

		"rndwave"
		{
			"wave"	"ambient/materials/rock1.wav"
			"wave"	"ambient/materials/rock2.wav"
			"wave"	"ambient/materials/rock3.wav"
			"wave"	"ambient/materials/rock4.wav"
			"wave"	"ambient/materials/rock5.wav"
		}
	}
}