﻿has_more_than_one_language_in_court = {
	is_landed = yes
	
	culture = {
		save_temporary_scope_as = root_culture
	}
	any_courtier = {
		culture = {
			NOT = {
				has_same_culture_language = scope:root_culture
			}
		}
	}
}

multie_camp_purpose_suitable = {
	trigger_if = {
		limit = {
			is_landless_adventurer = yes
		}
		custom_tooltip = {
			text = multie_camp_purpose_explorers_or_scholars_tt
			OR = {
				has_realm_law = camp_purpose_scholars
				has_realm_law = camp_purpose_explorers
			}
		}
	}
}

multie_eligible_to_learn_language_trigger = {
	is_human = yes
	age = 6
}