﻿
#GetChildEducationFocus is using loc from this
education_focus = {
	type = character

	text = {
		localization_key = education_learning_loc
		trigger = {
			has_trait = education_learning
		}
	}
	text = {
		localization_key = education_stewardship_loc
		trigger = {
			has_trait = education_stewardship
		}
	}
	text = {
		localization_key = education_martial_loc
		trigger = {
			has_trait = education_martial
		}
	}
	text = {
		localization_key = education_intrigue_loc
		trigger = {
			has_trait = education_intrigue
		}
	}
	text = {
		localization_key = education_diplomacy_loc
		trigger = {
			has_trait = education_diplomacy
		}
	}
	text = {
		localization_key = education_nht_prowess_loc
		trigger = {
			has_trait = education_nht_prowess
		}
	}
	text = {
		localization_key = education_nht_leadership_loc
		trigger = {
			has_trait = education_nht_leadership
		}
	}		
}

education_focus_child = {
	type = character

	text = {
		localization_key = education_learning_loc
		trigger = {
			exists = var:education_learning_variable
		}
	}
	text = {
		localization_key = education_stewardship_loc
		trigger = {
			exists = var:education_stewardship_variable
		}
	}
	text = {
		localization_key = education_martial_loc
		trigger = {
			exists = var:education_martial_variable
		}
	}
	text = {
		localization_key = education_intrigue_loc
		trigger = {
			exists = var:education_intrigue_variable
		}
	}
	text = {
		localization_key = education_diplomacy_loc
		trigger = {
			exists = var:education_diplomacy_variable
		}
	}
	text = {
		localization_key = education_nht_prowess_loc
		trigger = {
			exists = var:education_nht_prowess_variable
		}
	}
	text = {
		localization_key = education_nht_leadership_loc
		trigger = {
			exists = var:education_nht_leadership_variable
		}
	}
}

