visual_traits_mythos_deep_hybrid = {
	usage = game

	scaly = {
		dna_modifiers = {
			color = {
				gene = skin_color
				mode = modify
				x = 0.0
				y = -0.1
			}
			accessory = {
				mode = modify
				gene = eye_accessory
				template = bloodshot_eyes
				value = 0.5
			}
			morph = {
				mode = modify
				gene = gene_eyebrows_shape
				template = no_eyebrows
				value = 1
			}
			morph = {
				mode = modify
				gene = gene_eyebrows_fullness
				template = no_eyebrows
				value = 1
			}

		}
		weight = {
			base = 0
			modifier = {
				add = 100
				has_trait = mythos_deep_hybrid
				should_show_disturbing_portrait_modifiers = yes
			}
		}
	}
}

visual_traits_mythos_scaly = {
	usage = game

	scaly = {
		dna_modifiers = {
			morph = {
				mode = add
				gene = gene_scaly
				value = 1.0
				template = scaly
			}
		}
		weight = {
			base = 0
			modifier = {
				add = 100
				OR = {
					has_trait = mythos_deep_hybrid_3
					has_trait = mythos_deep_hybrid_4
					has_trait = mythos_deep_hybrid_5
				}
				should_show_disturbing_portrait_modifiers = yes
			}
		}
	}
}
