
special_project = {
	key = "WL_LV_SEARCH_FAUNA_PROJECT_7"
#	cost = 0
	days_to_research = 10
	tech_department = society_technology
	picture = GFX_evt_alien_wildlife
	icon = "gfx/interface/icons/situation_log/situation_log_ai.dds"
	timelimit = 360
	
	event_scope = ship_event
	
	requirements = {
		shipclass_science_ship = 1
		leader = scientist
		#skill = 2
	}
	
	on_success = {
		random_list = {
			#Dead Creature
			40 = { ship_event = { id = WL_lv_f_search_result.1007 } }

			#Alive Creature
			60 = { ship_event = { id = WL_lv_f_search_result.1027 } }
		}
	}
	on_fail = {
		#Lost Creature -wrong scope (is country, should be planet)
		ship_event = { id = WL_lv_f_search_result.1017 }
	}
}
