﻿has_education_affinity_childhood_trait_trigger = {
	trigger_if = {
		limit = {
			OR = {
				has_focus = education_diplomacy
				has_trait = education_diplomacy
			}
		}
		has_diplomacy_education_affinity_childhood_trait_trigger = yes
	}
	trigger_else_if = {
		limit = {
			OR = {
				has_focus = education_martial
				has_trait = education_martial
			}
		}
		has_martial_education_affinity_childhood_trait_trigger = yes
	}
	trigger_else_if = {
		limit = {
			OR = {
				has_focus = education_stewardship
				has_trait = education_stewardship
			}
		}
		has_stewardship_education_affinity_childhood_trait_trigger = yes
	}
	trigger_else_if = {
		limit = {
			OR = {
				has_focus = education_intrigue
				has_trait = education_intrigue
			}
		}
		has_intrigue_education_affinity_childhood_trait_trigger = yes
	}
	trigger_else_if = {
		limit = {
			OR = {
				has_focus = education_learning
				has_trait = education_learning
			}
		}
		has_learning_education_affinity_childhood_trait_trigger = yes
	}
	trigger_else = { always = no }
}