clone = {
	# Really doesn't do anything at the moment
	health = -0.5
	general_opinion = -10
	same_opinion = 10
}

cloning_defects = {
	potential = { trait = clone }
	inherit_chance = 10
	
	fertility = -0.1
	health = -0.5
	learning = -1
	
	ai_rationality = -10
}

vat_born = {
	# clone with multiple donors
	health = -0.5
	general_opinion = -10
	same_opinion = 10
}