add_namespace = Researchslots
add_namespace = integrate_puppet_command

country_event = {
	id = integrate_puppet_command.1
	title = integrate_puppet_command.1.t
	desc =  integrate_puppet_command.1.d
	picture = GFX_report_event_french_british_officers

	is_triggered_only = yes
	
	option = {
		name = integrate_puppet_command.1.a
		FROM = {
			every_unit_leader = {
				set_nationality = ROOT
			}
		}
	}
	
	option = {
		name = integrate_puppet_command.1.b
	}
}

country_event = {
	## adds two more research slots for player only
	id = Researchslots.1
	title = "Two More Research Slots"
	desc = "Congratulations. Your petition has been approved. You received two more labs for research."
	picture = GFX_report_event_generic_conference
	is_triggered_only = yes	
	option = {
		name = "Yeahhh!"
		add_research_slot = 2
		set_country_flag = research_slots		
	}
}
