﻿add_namespace = diplomatic_response

#FROM accepts!
country_event = {
	id = diplomatic_response.1
	title = diplomatic_response.1.t
	desc = diplomatic_response.1.d
	picture = GFX_political_deal
	
	is_triggered_only = yes
	
	option = {	#Excellent.
		name = diplomatic_response.1.o1
		log = "[GetDateText]: [This.GetName]: diplomatic_response.1.o1 executed"
	}
}

#FROM rejects!
country_event = {
	id = diplomatic_response.2
	title = diplomatic_response.2.t
	desc = diplomatic_response.2.d
	picture = GFX_political_deal
	
	is_triggered_only = yes
	
	option = {	#Well, too bad.
		name = diplomatic_response.2.o1
		log = "[GetDateText]: [This.GetName]: diplomatic_response.3.o1 executed"
	}
}

#FROM bows to our will!
country_event = {
	id = diplomatic_response.3
	title = diplomatic_response.3.t
	desc = diplomatic_response.3.d
	picture = GFX_political_deal
	
	is_triggered_only = yes
	
	option = {	#Well, too bad.
		name = diplomatic_response.3.o1
		log = "[GetDateText]: [This.GetName]: diplomatic_response.3.o1 executed"
	}
}

#FROM defies us!
country_event = {
	id = diplomatic_response.4
	title = diplomatic_response.4.t
	desc = diplomatic_response.4.d
	picture = GFX_political_deal
	
	is_triggered_only = yes
	
	option = {	#Well, too bad.
		name = diplomatic_response.4.o1
		log = "[GetDateText]: [This.GetName]: diplomatic_response.4.o1 executed"
	}
}