
namespace = byzantine_help

country_event = {
	id = byzantine_help.1
	title = byzantine_help.1.t
	desc = byzantine_help.1.d
	picture = CITY_VIEW_eventPicture
	
	fire_only_once = yes
	
	trigger = {
		tag = BYZ
		ai = no
	}

	
	option = { 
		name = byzantine_help.1.a
		add_years_of_income = 3
		add_stability_or_adm_power = yes
		add_adm_power = 200
		add_dip_power = 200
		add_mil_power = 200
		add_manpower = 5
		BYZ = {
				add_country_modifier = {
		     	name = byz_help
			    duration = 3650
		        }
			}
	}
	
	option = { #Our current capital fit our current needs
		name = byzantine_help.1.b
		add_adm_power = 1
	}
}

country_event = {
	id = byzantine_help.2
	title = byzantine_help.2.t
	desc = byzantine_help.2.d
	picture = MILITARY_CAMP_eventPicture
		
	is_triggered_only = yes

	
	option = { 
		name = byzantine_help.2.a
		
		ai_chance = { factor = 0.9 }
		
		add_years_of_income = -0.5
		add_mil_power = 150
		BYZ = {
				add_country_modifier = {
		     	name = byz_agreement
			    duration = 3650
		        }
			}
	}
	
	option = { #Our current capital fit our current needs
		name = byzantine_help.2.b
		
		ai_chance = { factor = 0.1 }
		
		BYZ = {
		
			add_prestige = 10
			
			}
	}
}