﻿descendant_of_temujin_borjigin = {
	category = fame
	genetic = no
	shown_in_ruler_designer = no

	desc = {
		first_valid = {
			triggered_desc = {
				trigger = { NOT = { exists = this } } # fallback, just in case there is no root scope. root is the character with the trait.
				desc = trait_descendant_of_temujin_borjigin
			}
			triggered_desc = {
				trigger = { has_trait = greatest_of_khans }
				desc = trait_descendant_of_temujin_borjigin_genghis_desc
			}
			desc = trait_descendant_of_temujin_borjigin_character_desc
		}
	}

	### bonus
	diplomacy = 1
	martial = 1
	mongol_opinion = 5
	short_reign_duration_mult = -0.05

	### inheritance
	inherit_chance = 100
	inherit_from_real_father = no # if set to yes, this would reveal bastards

	### AI
	ai_energy = 5
	ai_honor = 15
	ai_boldness = 10
}