###########################
### Motherly Hive Traits###
###########################

trait_WL_lv_mother_hive_mind = {
	icon = "gfx/interface/icons/traits/trait_WL_lv_mother_hive_mind.dds"
	sorting_priority = 19

	cost = 0
	initial = no
	randomized = no

	opposites = {
		trait_lv_all_male
		trait_WL_lv_young_maturity
	}

	allowed_archetypes = { BIOLOGICAL }
	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_young_maturity }
		has_trait = trait_hive_mind
	}
	species_possible_remove = { 
		from = {
			NOR = {
				has_civic = civic_WL_lv_motherly_hive	
				has_origin = origin_WL_lv_motherly_hive
			}
		} 
	}
	
	modifier = {
		leader_age = 40
		planet_pops_consumer_goods_upkeep_mult = -0.20
		pop_happiness = 0.1
	}
	
	ai_weight = {
		weight = 0
	}
	
	slave_cost = {
		energy = 300
	}
}
