﻿friendship_metaphor = {
	type = character
	random_valid = yes

	text = {
		trigger = {
			OR = {
				has_trait = education_martial_1
				has_trait = education_martial_2
				has_trait = education_martial_3
				has_trait = education_martial_4
				has_trait = education_martial_5
			}
		}
		localization_key = friendship_metaphor_martial_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_intrigue_1
				has_trait = education_intrigue_2
				has_trait = education_intrigue_3
				has_trait = education_intrigue_4
				has_trait = education_intrigue_5
			}
		}
		localization_key = friendship_metaphor_intrigue_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_stewardship_1
				has_trait = education_stewardship_2
				has_trait = education_stewardship_3
				has_trait = education_stewardship_4
				has_trait = education_stewardship_5
			}
		}
		localization_key = friendship_metaphor_stewardship_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_diplomacy_1
				has_trait = education_diplomacy_2
				has_trait = education_diplomacy_3
				has_trait = education_diplomacy_4
				has_trait = education_diplomacy_5
			}
		}
		localization_key = friendship_metaphor_diplomacy_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_learning_1
				has_trait = education_learning_2
				has_trait = education_learning_3
				has_trait = education_learning_4
				has_trait = education_learning_5
			}
		}
		localization_key = friendship_metaphor_learning_1
	}
}

friendship_metaphor_with_tending = {
	type = character
	random_valid = yes

	text = {
		trigger = {
			OR = {
				has_trait = education_martial_1
				has_trait = education_martial_2
				has_trait = education_martial_3
				has_trait = education_martial_4
				has_trait = education_martial_5
			}
		}
		localization_key = friendship_metaphor_with_tending_martial_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_intrigue_1
				has_trait = education_intrigue_2
				has_trait = education_intrigue_3
				has_trait = education_intrigue_4
				has_trait = education_intrigue_5
			}
		}
		localization_key = friendship_metaphor_with_tending_intrigue_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_stewardship_1
				has_trait = education_stewardship_2
				has_trait = education_stewardship_3
				has_trait = education_stewardship_4
				has_trait = education_stewardship_5
			}
		}
		localization_key = friendship_metaphor_with_tending_stewardship_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_diplomacy_1
				has_trait = education_diplomacy_2
				has_trait = education_diplomacy_3
				has_trait = education_diplomacy_4
				has_trait = education_diplomacy_5
			}
		}
		localization_key = friendship_metaphor_with_tending_diplomacy_1
	}
	text = {
		trigger = {
			OR = {
				has_trait = education_learning_1
				has_trait = education_learning_2
				has_trait = education_learning_3
				has_trait = education_learning_4
				has_trait = education_learning_5
			}
		}
		localization_key = friendship_metaphor_with_tending_learning_1
	}
}