###########################
###		Biological		###
###########################
###		Fauna		###
#	Zoophilic Uplift MAT LV
trait_WL_lv_zoophilic_uplift = {
	cost = 0
	initial = no
	randomized = no
	allowed_archetypes = { BIOLOGICAL }
	species_potential_add = { always = no }
	species_possible_remove = {
		exists = from
		from = {
			OR = {
				can_remove_beneficial_genetic_traits = yes
				has_country_flag = lv_cheat_mode
			}
		}
	}

	tags = { organic positive interesting special }

	opposites = {
		trait_lv_sexually_inept
		trait_lv_sexually_repressed
		trait_WL_lv_domestic_uplift
	}
	
	icon = "gfx/interface/icons/traits/trait_lv_zoophilic_uplift.dds"
	modifier = {
		pop_happiness = 0.20
	}
	custom_tooltip = trait_WL_lv_zoophilic_uplift_effect
	
	ai_weight = {
		weight = 0
	}
	
	slave_cost = {
		energy = 275
	}
}

trait_WL_lv_domestic_uplift = {		
	cost = 0
	initial = no
	randomized = no
	forced_happiness = yes
	allowed_archetypes = { BIOLOGICAL }
	species_potential_add = { always = no }
	species_possible_remove = {
		exists = from
		from = {
			OR = {
				can_remove_beneficial_genetic_traits = yes
				has_country_flag = lv_cheat_mode
			}
		}
	}

	tags = { organic positive interesting special }

	opposites = {
		trait_lv_dominant
		trait_WL_lv_zoophilic_uplift
	}
	
	icon = "gfx/interface/icons/traits/trait_WL_lv_domestic_uplift.dds"
	modifier = {
		pop_happiness = 0.12
	}
	custom_tooltip = trait_WL_lv_domesticated_fauna_effect
	
	ai_weight = {
		weight = 0
	}
	
	slave_cost = {
		energy = 200
	}
}

###		Others		###
#	Young Maturity
trait_WL_lv_young_maturity = {		
	cost = 1
	initial = yes
	randomized = no
	allowed_archetypes = { BIOLOGICAL LITHOID }
	species_possible_remove = { always = yes }	
	species_potential_add = { 
		from = {
			is_hive_empire = yes
			OR = {
				has_civic = civic_WL_lv_motherly_hive
				has_origin = origin_WL_lv_motherly_hive
			}
		}  
		NOT = { has_trait = trait_WL_lv_mother_hive_mind }
	}

	tags = { organic positive leader habitability }

	opposites = {
		trait_WL_lv_mother_hive_mind
	}
	
	icon = "gfx/interface/icons/traits/trait_WL_lv_young_maturity.dds"
	modifier = {
		leader_age = -35
		planet_pops_consumer_goods_upkeep_mult = -0.35
		pop_environment_tolerance = 0.20
	}
	
	leader_age_min = 12
	leader_age_max = 18
	
	ai_weight = {
		weight = 10
	}
	
	slave_cost = {
		energy = 420
	}
}