category = {
 name = "Effects"
 soundeffects = {

	########## PHENOTYPES
	
	greetings_avian_special
	greetings_reptilian_special
	greetings_arthopoid_special
 }
}

########### SOUND Effects

##### REPTILIAN

soundeffect = {
	name = greetings_reptilian_special
	sounds = {
		sound = greetings_reptilian_special_01
		sound = greetings_reptilian_special_02
		sound = greetings_reptilian_special_03
		sound = greetings_reptilian_special_04
	}  
	volume = 0.25
}

##### AVIAN

soundeffect = {
	name = greetings_avian_special
	sounds = {
		sound = greetings_avian_special_01
		sound = greetings_avian_special_02
		sound = greetings_avian_special_03
		sound = greetings_avian_special_04
	}  
	volume = 0.65
}


soundeffect = {
	name = greetings_arthopoid_special
	sounds = {
		sound = greetings_arthopoid_special_01
		sound = greetings_arthopoid_special_02
		sound = greetings_arthopoid_special_03
		sound = greetings_arthopoid_special_04
	}  
	volume = 0.65
}


##### ARTHOPOID

########## SOUND ASSETS

##### REPTILIAN

sound = {
	name = "greetings_reptilian_special_01"
	file = "greetings_reptilian_special_01.wav"
}
sound = {
	name = "greetings_reptilian_special_02"
	file = "greetings_reptilian_special_02.wav"
}
sound = {
	name = "greetings_reptilian_special_03"
	file = "greetings_reptilian_special_03.wav"
}
sound = {
	name = "greetings_reptilian_special_04"
	file = "greetings_reptilian_special_04.wav"
}

##### AVIAN

sound = {
	name = "greetings_avian_special_01"
	file = "greetings_avian_special_01.wav"
}
sound = {
	name = "greetings_avian_special_02"
	file = "greetings_avian_special_02.wav"
}
sound = {
	name = "greetings_avian_special_03"
	file = "greetings_avian_special_03.wav"
}
sound = {
	name = "greetings_avian_special_04"
	file = "greetings_avian_special_04.wav"
}

##### ARTHOPOID

sound = {
	name = "greetings_arthopoid_special_01"
	file = "greetings_arthopoid_special_01.wav"
}
sound = {
	name = "greetings_arthopoid_special_02"
	file = "greetings_arthopoid_special_02.wav"
}
sound = {
	name = "greetings_arthopoid_special_03"
	file = "greetings_arthopoid_special_03.wav"
}
sound = {
	name = "greetings_arthopoid_special_04"
	file = "greetings_arthopoid_special_04.wav"
}