tradition_synthetics = {
	tree_template = "tree_11_12"
	adoption_bonus = "tr_synthetics_adopt"
	finish_bonus = "tr_synthetics_finish"
	potential = {
		OR = {
			AND = {
				is_regular_empire = yes
				is_individual_machine = no
				OR = {
					has_utopia = yes
					has_machine_age_dlc = yes
				}
			}
			AND = {
				is_machine_empire = yes
				has_synthetic_dawn = yes
				has_machine_age_dlc = no
			}
		}
		NOR = {
			has_cybernetic_ascension = yes
			has_psionic_ascension = yes
			is_natural_design_empire = yes
		}
	}

	traditions = {
		"tr_synthetics_maintenance_protocols"
		"tr_synthetics_optimization_algorithms"
		"tr_synthetics_transubstatiation_synthesis"
		"tr_synthetics_power_systems"
		"tr_synthetics_prefabricated_components"
	}

	ai_weight = {
		factor = 1000
	}
}