tr_est_biogenesis_adopt = {
	modifier = {
		pop_environment_tolerance = 0.10
		planet_colony_development_speed_mult = 0.25
	}
}

tr_est_biogenesis_finish = {
	modifier = {	
		planet_farmers_minerals_produces_add = 1
		ascension_perks_add = 1
	}
}


tr_est_biogenesis_1 = {
	modifier = {
		planet_buildings_upkeep_mult = -0.10
		planet_buildings_cost_mult = -0.10
	}

	ai_weight = { factor = 5000 }
}

tr_est_biogenesis_2 = {
	possible = { has_tradition = tr_est_biogenesis_1 }

	modifier = {	
		ship_hull_regen_add_perc = 0.02
	}

	ai_weight = { factor = 5000 }
}

tr_est_biogenesis_3 = {
	modifier = {
		country_food_produces_mult = 0.20
	}

	ai_weight = { factor = 5000 }
}

tr_est_biogenesis_4 = {
	possible = {
		has_tradition = tr_est_biogenesis_2
		has_tradition = tr_est_biogenesis_3
	}

	modifier = {
		pop_growth_speed = 0.20
	}
	
	tradition_swap = {
		name = tr_est_biogenesis_4_ap
		inherit_effects = yes
		inherit_icon = yes
		trigger = {
			has_ascension_perk = ap_evolutionary_mastery
		}	
		modifier = {
			pop_growth_speed = 0.20
		}
		weight = { factor = 1 }
	}

	ai_weight = { factor = 5000 }
}

tr_est_biogenesis_5 = {
	possible = { has_tradition = tr_est_biogenesis_4 }

	modifier = {
		BIOLOGICAL_species_trait_points_add = 1
		modify_species_cost_mult = -0.05
	}
	
	tradition_swap = {
		name = tr_est_biogenesis_5_pre_gene_mod
		inherit_icon = yes
		inherit_name = yes
		trigger = {
			is_hive_empire = yes
			Not = { has_technology = tech_gene_tailoring }
		}	
		modifier = {	
			country_society_tech_research_speed = 0.10
			category_biology_research_speed_mult = 0.10
		}
		weight = { factor = 1 }
	}

	ai_weight = { factor = 5000 }
}