#######################
# written by Aetherum #
#######################

namespace = et_sup

country_event = {
	id = et_sup.3
	title = et_support.3.t
	desc = et_support.3.d
	picture = GE_SPREAD_OF_CHRIST_eventPicture
	
	fire_only_once = yes
	
	trigger = {
	ai = yes
    OR = {
	tag = ROM
	tag = BYZ
	}
    NOT = { religion_group = christian }
	}
	
	mean_time_to_happen = {
		months = 1		
	}
	
	option = {
		name = et_support.1.a
		add_country_modifier = {
				name = "roc"
				duration = -1
			}
	}
	
}

country_event = {
	id = et_sup.4
	title = et_support.4.t
	desc = et_support.4.d
	picture = GE_RISE_OF_CHRIST_eventPicture
	
	trigger = {
    has_country_modifier = roc
	religion_group = christian
	}
	
	mean_time_to_happen = {
		months = 1		
	}
	
	option = {
		name = et_support.1.a
		remove_country_modifier = roc
	}
	
}

country_event = {
	id = et_sup.5
	title = et_support.5.t
	desc = et_support.5.d
	picture = GE_M_CRIST_eventPicture
	
	fire_only_once = yes
	
	trigger = {
    NOT = { is_year = 200 }
	religion_group = christian
	NOT = { has_country_modifier = early_christians }
	}
	
	mean_time_to_happen = {
		months = 1		
	}
	
	option = {
		name = et_support.5.a
		add_country_modifier = {
				name = "early_christians"
				duration = 9125
			}
	}
	
}