############################################################
###                   Special Projects                   ###
############################################################

### Machine empires learn about psionics
special_project = {
	key = "ESC_MACHINE_EMPIRE_PSIONICS"
	picture = GFX_evt_psionics
	icon = "gfx/interface/icons/situation_log/situation_log_quest.dds"
	cost = @tier2cost3
	tech_department = society_technology
	sound = no
	days_to_research = 0
	location = no
	timelimit = -1

	event_scope = planet_event
	requirements = {}
	abort_trigger = {}

	on_success = { owner = { country_event = { id = esc_special_projects.1002 } } }
	on_fail = {}
}

### special project to give country access to Automated Dreadnought Computer
special_project = {
	key = "ESC_DREADNOUGHT_OBSERVATION"
	picture = GFX_evt_automated_dreadnought
	icon = "gfx/interface/icons/situation_log/situation_log_quest.dds"
	cost = @tier1cost2
	tech_department = physics_technology
	sound = no
	days_to_research = 0
	location = no
	timelimit = -1

	event_scope = planet_event
	requirements = {}
	abort_trigger = {}

	on_success = { owner = { country_event = { id = esc_special_projects.2003 } } }
	on_fail = {}
}

### developing nanite thought matrix computers on our own
special_project = {
	key = "ESC_NANITE_THOUGHT_MATRIX_DEVELOP"
	picture = "GFX_evt_engineering_research"
	icon = "gfx/interface/icons/situation_log/situation_log_quest.dds"
	cost = @tier4cost1
	tech_department = physics_technology
	sound = no
	days_to_research = 0
	location = no
	timelimit = -1

	event_scope = planet_event
	requirements = {}
	abort_trigger = {}

	on_success = { owner = { country_event = { id = esc_special_projects.3004 days = 0 } } }
	on_fail = { }
}

### reverse-engineering  nanite thought matrix computers
special_project = {
	key = "ESC_NANITE_THOUGHT_MATRIX_RENGINEER"
	picture = "GFX_evt_gray_goo_ships"
	icon = "gfx/interface/icons/situation_log/situation_log_quest.dds"
	cost = @tier4cost1
	tech_department = physics_technology
	sound = no
	days_to_research = 0
	location = no
	timelimit = -1

	event_scope = planet_event
	requirements = {}
	abort_trigger = {}

	on_success = { owner = { country_event = { id = esc_special_projects.3004 days = 0 } } }
	on_fail = { }
}

### special project to give country access to Gigapredator Insticts computer
special_project = {
	key = "ESC_GIGAPREDATOR_STUDY"
	picture = GFX_evt_space_monster
	icon = "gfx/interface/icons/situation_log/situation_log_quest.dds"
	cost = @tier1cost2
	tech_department = society_technology
	sound = no
	days_to_research = 0
	location = no
	timelimit = -1

	event_scope = planet_event
	requirements = {}
	abort_trigger = {}

	on_success = { owner = { country_event = { id = esc_special_projects.4003 } } }
	on_fail = {}
}
