tr_est_benevolence_adopt = {
	unlocks_agenda = agenda_est_benevolence
	modifier = {
		envoys_add = 1
		country_trust_cap_add = 25 #(Terranight): Added as a buff
	}
}

tr_est_benevolence_finish = {
	custom_tooltip = tr_est_benevolence_finish_desc

	#(Terranight): Finisher effect nerfed and overhauled
	modifier = {
		damage_vs_country_type_synth_queen_mult = 0.1
		damage_vs_country_type_awakened_synth_queen_mult = 0.1
		damage_vs_country_type_synth_queen_convoys_mult = 0.1
		damage_vs_country_type_synth_queen_outposts_mult = 0.1
		damage_vs_country_type_swarm_mult = 0.1
		damage_vs_country_type_extradimensional_mult = 0.1
		damage_vs_country_type_extradimensional_2_mult = 0.1
		damage_vs_country_type_extradimensional_3_mult = 0.1
		damage_vs_country_type_ai_empire_mult = 0.1
		damage_vs_country_type_gray_goo_mult = 0.1
		damage_vs_player_crisis_mult = 0.1
		diplo_weight_mult = 0.15
		ascension_perks_add = 1
	}
}


tr_est_benevolence_1 = {
	modifier = {
		country_trade_attractiveness = 0.10
		planet_traders_produces_mult = 0.15 #(Terranight): Changed flat Energy to Trader efficency
	}

	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
		planet_crime_add = -10 #(Terranight) Added as a buff
	}

	ai_weight = { factor = 5000 }
}

tr_est_benevolence_5 = {
	possible = { has_tradition = tr_est_benevolence_4 }

	modifier = {
		all_technology_research_speed = 0.05
		country_unity_produces_mult = 0.05 #(Terranight) Added as a buff
	}

	ai_weight = { factor = 5000 }
}