defined_text = {
	name = KCBGetFromMinoritySourceName

	text = { #Source 1
		trigger = { FROM = { has_character_flag = kcb_using_foreign_source_01 } }
		localisation_key = [target_kcb_minority_source_01.GetName]
	}
	text = { #Source 2
		trigger = { FROM = { has_character_flag = kcb_using_foreign_source_02 } }
		localisation_key = [target_kcb_minority_source_02.GetName]
	}
	text = { #Source 3
		trigger = { FROM = { has_character_flag = kcb_using_foreign_source_03 } }
		localisation_key = [target_kcb_minority_source_03.GetName]
	}
}

defined_text = {
	name = KCBGetFromMinoritySourceReligion

	text = { #Source 1
		trigger = { FROM = { has_character_flag = kcb_using_foreign_source_01 } }
		localisation_key = [target_kcb_minority_source_01.Religion.GetName]
	}
	text = { #Source 2
		trigger = { FROM = { has_character_flag = kcb_using_foreign_source_02 } }
		localisation_key = [target_kcb_minority_source_02.Religion.GetName]
	}
	text = { #Source 3
		trigger = { FROM = { has_character_flag = kcb_using_foreign_source_03 } }
		localisation_key = [target_kcb_minority_source_03.Religion.GetName]
	}
}

defined_text = {
	name = KCBGetRootMinoritySourceName

	text = { #Source 1
		trigger = { has_character_flag = kcb_using_foreign_source_01 }
		localisation_key = [target_kcb_minority_source_01.GetName]
	}
	text = { #Source 2
		trigger = { has_character_flag = kcb_using_foreign_source_02 }
		localisation_key = [target_kcb_minority_source_02.GetName]
	}
	text = { #Source 3
		trigger = { has_character_flag = kcb_using_foreign_source_03 }
		localisation_key = [target_kcb_minority_source_03.GetName]
	}
}

defined_text = {
	name = KCBGetIndiaorAfrica

	text = { #Just India
		trigger = {
			NOR = {
				has_game_rule = {
					name = kcult_fantasy_elephants
					value = k_atlas_elephants
				}
				has_game_rule = {
					name = kcult_fantasy_elephants
					value = k_all_fanstasy_elephants
				}
			}
		}
		localisation_key = world_india
	}
	text = { #India or Africa
		trigger = {
			OR = {
				has_game_rule = {
					name = kcult_fantasy_elephants
					value = k_atlas_elephants
				}
				has_game_rule = {
					name = kcult_fantasy_elephants
					value = k_all_fanstasy_elephants
				}
			}
		}
		localisation_key = kcb_india_africa_key
	}
}