######################
###  Hive Mind     ###
######################

origin_WL_lv_motherly_hive = {
	is_origin = yes
	icon = "gfx/interface/icons/origins/origin_WL_lv_motherly_hive.dds"
	picture = GFX_evt_origin_WL_lv_motherly_hive_1
	description = "origin_tooltip_WL_lv_motherly_hive"

	flags = { init_flag_motherly_hive }
	
	playable = {
		host_has_dlc = "Utopia"
	}

	possible = {
		authority = { value = auth_hive_mind }
		civics = {
			NOR = {
				value = civic_hive_devouring_swarm
				value = civic_lv_nymphic_hosts
				value = civic_lv_propagating_throng
				value = civic_lv_brood_swarm
				value = civic_WL_lv_motherly_hive
				value = civic_lv_propagating_throng
			}
		}
	}

	traits = {
		trait = trait_lv_all_female
		trait = trait_WL_lv_mother_hive_mind
	}

	modifier = {
		planet_stability_add = 5
		pop_demotion_time_mult = -0.3
	}
	
	advanced_start = yes
	
	random_weight = {
		base = 1
	}
}

######################
###     Others     ###
######################

origin_WL_lv_oedipus_complex = {
	is_origin = yes
	icon = "gfx/interface/icons/origins/origin_WL_lv_oedipus_complex.dds"
	picture = GFX_evt_origin_WL_lv_oedipus_complex_1
	description = origin_tooltip_WL_lv_oedipus_complex_effects

	playable = {
			always = yes
	}

	possible = {
		NOT = { authority = { value = auth_hive_mind } }
		ethics = {
			OR = {
				value = ethic_xenophile
				value = ethic_fanatic_xenophile
			}
			NOT = { value = ethic_gestalt_consciousness }
		}
		NOR = {
			has_trait = trait_WL_lv_young_maturity
		}
	}

	has_secondary_species = {	# see game_start.11
		title = origin_WL_lv_oedipus_complex_secondary_species
		traits = {
			trait = trait_lv_all_male
			trait = trait_WL_lv_young_maturity
		}
	}

	traits = {
		trait = trait_lv_all_female
	}
	
	advanced_start = no

	random_weight = {
		base = 5
	}
}

origin_WL_lv_subdued_progenitor = {
	is_origin = yes
	icon = "gfx/interface/icons/origins/origin_WL_lv_subdued_progenitor.dds"
	picture = GFX_evt_origin_WL_lv_subdued_progenitor_1
	description = origin_tooltip_WL_lv_subdued_progenitor_effects

	playable = {
			always = yes
	}

	possible = {
		NOT = { authority = { value = auth_hive_mind } }
		ethics = {
			OR = {
				value = ethic_authoritarian
				value = ethic_fanatic_authoritarian
			}
			NOR = {
				value = ethic_gestalt_consciousness
				value = ethic_fanatic_xenophobe
				value = ethic_fanatic_xenophile
				value = ethic_xenophile
			}
			
		}
		NOR = {
			has_trait = trait_lv_submissive
		}
	}

	has_secondary_species = {	# see game_start.11
		title = origin_WL_lv_subdued_progenitor_secondary_species
		traits = {
			trait = trait_lv_all_female
			trait = trait_lv_submissive
		}
	}

	traits = {
		trait = trait_WL_lv_young_maturity
	}
	
	advanced_start = no

	random_weight = {
		base = 2
	}
}
