tr_est_benevolence_adopt = {
	modifier = {
		envoys_add = 1
	}
}

tr_est_benevolence_finish = {
	custom_tooltip = tr_est_benevolence_finish_desc

	modifier = {
		damage_vs_country_type_swarm_mult = 0.15
		damage_vs_country_type_extradimensional_mult = 0.15
		damage_vs_country_type_extradimensional_2_mult = 0.15
		damage_vs_country_type_extradimensional_3_mult = 0.15
		damage_vs_country_type_ai_empire_mult = 0.15
		damage_vs_country_type_fallen_empire_mult = 0.15
		damage_vs_country_type_awakened_fallen_empire_mult = 0.15
		diplo_weight_mult = 0.15
		ascension_perks_add = 1
	}
}


tr_est_benevolence_1 = {
	modifier = {
		country_trade_attractiveness = 0.10
		country_energy_produces_mult = 0.05
	}

	ai_weight = { factor = 5000 }
}

tr_est_benevolence_2 = {
	possible = {
		has_tradition = tr_est_benevolence_1
	}

	modifier = {
		country_border_friction_mult = -0.50
		country_trust_growth = 0.20
	}

	ai_weight = { factor = 5000 }
}

tr_est_benevolence_3 = {
	custom_tooltip = tr_est_benevolence_3_desc

	possible = {
		has_tradition = tr_est_benevolence_1
		has_tradition = tr_est_benevolence_2
	}

	ai_weight = { factor = 5000 }
}

tr_est_benevolence_4 = {
	possible = { has_tradition = tr_est_benevolence_1 }

	modifier = {
		planet_stability_add = 5
	}

	ai_weight = { factor = 5000 }
}

tr_est_benevolence_5 = {
	possible = { has_tradition = tr_est_benevolence_4 }

	modifier = {
		all_technology_research_speed = 0.05
	}

	ai_weight = { factor = 5000 }
}