tradition_domestication = {
	tree_template = "tree_12_12"
	adoption_bonus = "tr_domestication_adopt"
	finish_bonus = "tr_domestication_finish"

	potential = {
		has_grand_archive_dlc = yes
	}

	traditions = {
		"tr_domestication_containment_protocols"
		"tr_domestication_bio_repurposing"
		"tr_domestication_astrozoology"
		"tr_domestication_metabolic_regulation"
		"tr_domestication_killer_instinct"
	}

	ai_weight = {
		base = 1
		modifier = {
			add = 10
			count_used_naval_cap = {
				limit = { is_space_fauna = yes }
				value >= 40
			}
		}
		modifier = {
			add = 10
			num_vivarium_slots = value:get_vivarium_capacity
		}
		modifier = {
			factor = 100
			OR = {
				has_origin = origin_here_be_dragons
				has_origin = origin_fruitful
				is_beastmasters_empire = yes
			}
		}
	}
}
