
special_project = {
	key = "WL_LV_EXPEDITION_PROJECT"
	cost = 0
	days_to_research = 30
	tech_department = society_technology
	picture = GFX_evt_landing_ship
	timelimit = 720
	
	event_scope = ship_event
	
	requirements = {
		shipclass_science_ship = 1
		leader = scientist
		#skill = 3
	}
	
	on_success = {
		random_list = {
			5 = {
				#Scientist have sex and damage ship
				ship_event = { id = WL_lv_decision_solo_expedition_events.10 }
			}
			5 = {
				#Nothing Surprising
				ship_event = { id = WL_lv_decision_solo_expedition_events.11 }
			}
			8 = {
				#Preliminary Biological Survey 2
				ship_event = { id = WL_lv_decision_solo_expedition_events.12 }
			}
			12 = {
				#Preliminary Biological Survey 1
				ship_event = { id = WL_lv_decision_solo_expedition_events.13 }
			}
			3 = {
				#New Pet for Scientist
				ship_event = { id = WL_lv_decision_solo_expedition_events.14 }
			}
			5 = {
				#Universal Pheromones
				ship_event = { id = WL_lv_decision_solo_expedition_events.15 }
			}
			5 = {
				#A plant like a phallus
				ship_event = { id = WL_lv_decision_solo_expedition_events.16 }
			}
			10 = {
				#Nothing to See 50 experience
				ship_event = { id = WL_lv_decision_solo_expedition_events.17 }
			}
			3 = {
				#Mushroom inside female
				ship_event = { id = WL_lv_decision_solo_expedition_events.18 }
			}
			4 = {
				#Waste of time
				ship_event = { id = WL_lv_decision_solo_expedition_events.19 } 
			}
			4 = {
				#Fuck Land
				ship_event = { id = WL_lv_decision_solo_expedition_events.20 }
			}
			4 = {
				#Fuck Bird
				ship_event = { id = WL_lv_decision_solo_expedition_events.21 }
			}
			4 = {
				#Fuck Water
				ship_event = { id = WL_lv_decision_solo_expedition_events.22 }
			}
			4 = {
				#Presentient Hive
				ship_event = { id = WL_lv_decision_solo_expedition_events.23 }
			}
			4 = {
				#Hive Sex
				ship_event = { id = WL_lv_decision_solo_expedition_events.24 }
			}
			1 = {
				#Scientist Lost - Offering Sexual Ritual
				ship_event = { id = WL_lv_decision_solo_expedition_events.27 }
			}
			1 = {
				#Scientist Lost - Lost in the Wild
				ship_event = { id = WL_lv_decision_solo_expedition_events.28 }
			}
			1 = {
				#Scientist Lost - Mindbreak Toxins
				ship_event = { id = WL_lv_decision_solo_expedition_events.29 }
			}
			5 = {
				modifier = {
					factor = 0
					leader = {
						OR = {
							has_trait = leader_trait_traumatized 
							has_trait = leader_trait_adaptable
						}
					}		
				}
				#Scientist Trait - Encounter in the Wild - leader_trait_traumatized or leader_trait_adaptable
				ship_event = { id = WL_lv_decision_solo_expedition_events.30 }
			}
			5 = {
				modifier = {
					factor = 0
					leader = {
						OR = {
							has_trait = leader_trait_scientist_lv_zoophile
							has_trait = leader_trait_expertise_biology
						}
					}
				}
				#Scientist Trait - Seductive Fauna - leader_trait_scientist_lv_zoophile or leader_trait_expertise_biology
				ship_event = { id = WL_lv_decision_solo_expedition_events.31 } 
			}
			1 = {
				modifier = {
					factor = 3
					from = {
						has_country_flag = WL_lv_zinara_existence
						OR = {
							any_country = {
								NOR = {
									has_country_flag = WL_lv_tomb_of_zinara
									has_country_flag = WL_lv_temple_of_zinara_found 
									has_country_flag = WL_lv_discovered_ancient_tomb	
									has_country_flag = WL_lv_zinara_init_s	
								}	
							}
							NOT = {
								any_planet = { has_planet_flag = WL_lv_zinara_random_generated }
							}
						}
					}
				}
				modifier = {
					factor = 0
					any_planet = { has_planet_flag = WL_lv_zinara_random_generated }
					any_country = {
						OR = {
							has_country_flag = zinara
							has_country_flag = WL_lv_discovered_ancient_tomb
							has_country_flag = WL_lv_tomb_of_zinara
							has_country_flag = WL_lv_temple_of_zinara_found 	
							has_country_flag = WL_lv_zinara_init_s		
						}
					}		
				}
				#Temple of Zinara
				ship_event = { id = WL_lv_decision_solo_expedition_events.50 }
			}
			3 = {
				modifier = {
					factor = 0
					OR = {
						any_planet = { has_planet_flag = WL_lv_zinara_random_generated }
						any_country = {
							OR = {
								has_country_flag = zinara
								has_country_flag = WL_lv_discovered_ancient_tomb
								has_country_flag = WL_lv_zinara_existence  
								has_country_flag = WL_lv_tomb_of_zinara
								has_country_flag = WL_lv_temple_of_zinara_found	
								has_country_flag = WL_lv_zinara_init_s
							}
						}
					}
				}
				#Zinara Exist
				from = { country_event = { id = WL_lv_decision_solo_expedition_events.51 }}
			}
			6 = {
				#
				ship_event = { id = WL_lv_decision_solo_expedition_events.40 }
			}
		}
	}
	
	on_fail = {
		#reset
		country_event = { id = WL_lv_decision_solo_expedition_events.12000 }
	}
}