﻿add_namespace = ethiopia

#Ethiopia offers integration
country_event = {
	id = ethiopia.1
	title = ethiopia.1.t
	desc = ethiopia.1.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {#accept
		name = ethiopia.1.a
		ai_chance = { factor = 75 }
		IF={
			limit ={
				set_temp_variable = { loan_size_to_check = 10 }
				has_less_than_specific_loan_size = no
			}
			set_temp_variable = { loans_amount = -5 }
			take_loan_without_inflation_effect = yes
		}
		FROM = { 
			annex_country = {
				target = ROOT
				transfer_troops = yes
			}
		}
		
	}
	
	option = {#decline
		name = ethiopia.1.b
		ai_chance = { factor = 25 }
		hidden_effect = {
			ROOT = { add_ideas = hidden_idea_never_surrender }
			ETH = { country_event = { days = 1 id = ethiopia.2 } }
		}
	}
	
}

#Ethiopia declares war on minors after they refused integration
country_event = {
	id = ethiopia.2
	title = ethiopia.2.t
	desc = ethiopia.2.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.2.a
		ai_chance = {factor = 100 }
		declare_war_on = { target = FROM type = annex_everything }
		hidden_effect = {
			set_country_flag = integration_war
			if = {
				limit = {
					FROM = { TAG = ORO}
				}
				ORO = {
					division_template = {
						name = "Elite Tribal Infantry"
						priority = 2
						division_names_group = KRU_TRIBAL_INFANTRY_01
						regiments = {
							tribal_infantry = { x = 0 y = 0 }
						
							tribal_infantry = { x = 1 y = 0 }
						}
					}
					set_division_template_lock = {
						division_template = "Elite Tribal Infantry"
						is_locked = yes
					}
				}
			
				271 = {
					create_unit = {
						division = "name = \"Elite Tribal Infantry\" division_template = \"Elite Tribal Infantry\" start_experience_factor = 3.0" 
						owner = ORO
					}
				}
			}
			else_if = {
				limit = {
					FROM = { TAG = SID}
				}
				SID = {
					division_template = {
					name = "Elite Tribal Infantry"
					priority = 2
						division_names_group = KRU_TRIBAL_INFANTRY_01
						regiments = {
							tribal_infantry = { x = 0 y = 0 }
						
							tribal_infantry = { x = 1 y = 0 }
						}
					}
					set_division_template_lock = {
						division_template = "Elite Tribal Infantry"
						is_locked = yes
					}
				}
				820 = {
					create_unit = {
						division = "name = \"Elite Tribal Infantry\" division_template = \"Elite Tribal Infantry\" start_experience_factor = 3.0" 
						owner = SID
					}
				}
			}
		}
	}
}


#Ethipia wins integration war against SID
country_event = {
	id = ethiopia.3
	title = ethiopia.3.t
	desc = ethiopia.3.d
	picture = GFX_report_event_soviet_finnish_pact
	
	fire_only_once = yes
	trigger = {
		TAG = ETH
		has_country_flag = integration_war
		SID = { surrender_progress > 0.3}
	}
	
	option = {
		name = ethiopia.3.a
		ETH = { transfer_state = 820 }
		clr_country_flag = integration_war
	}
}


#Ethipia wins integration war against ORO
country_event = {
	id = ethiopia.4
	title = ethiopia.4.t
	desc = ethiopia.4.d
	picture = GFX_report_event_soviet_finnish_pact
	
	fire_only_once = yes
	trigger = {
		TAG = ETH
		has_country_flag = integration_war
		ORO = { surrender_progress > 0.3}
	}
	
	option = {
		name = ethiopia.4.a
		ETH = { transfer_state = 271 }
		clr_country_flag = integration_war
	}
}

#Ethiopia Requests License Agreement
country_event = {
	id = ethiopia.5
	title = ethiopia.5.t
	desc = ethiopia.5.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.5.a
		ai_chance = { factor = 60 }
		FROM = {
				add_popularity = {
					ideology = chauvinist_populism
					popularity = 0.07
				}
		}
		FROM = {
				add_relation_modifier = {
					target = ROOT
					modifier = ROM_license_german_equipment
				}
		}
	}
	
	option = {
		name = ethiopia.5.b
		ai_chance = { factor = 40 }
	}
	
}

	# Offer Alliance to trading empire?
country_event = {
	id = ethiopia.6
	title = ethiopia.6.t
	desc = ethiopia.6.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = { # Lets ally	
		name = ethiopia.6.a
		ai_chance = { factor = 100 }
		trigger = {
			
		}
		ALZ = { country_event = {id = afr_EGY_vic.4} }
	}
	
	option = { # We dont need them

		name = ethiopia.6.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = {
	id = ethiopia.7
	title = ethiopia.7.t
	desc = ethiopia.7.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.7.a
		ai_chance = { factor = 100 }
		trigger = {
			TAG = EGY
			OR = {
				ALZ = { any_owned_state = { is_claimed_by = EGY } }
				ALZ = { any_owned_state = { is_core_of = EGY } }
				EGY = { any_owned_state = { is_claimed_by = ALZ } }
				EGY = { any_owned_state = { is_core_of = ALZ } }
			}
		}
		create_faction_from_template = faction_template_nile_prosperity
		add_to_faction = ETH
		ALZ = { country_event = {id = afr_EGY_vic.4} }
	}
	
	option = {
		name = ethiopia.7.b
		ai_chance = {
			factor = 0
		}
		create_faction_from_template = faction_template_nile_prosperity
		add_to_faction = ETH
	}
}

country_event = {
	id = ethiopia.8
	title = ethiopia.8.t
	desc = ethiopia.8.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.8.a
		ai_chance = { factor = 100 }
		trigger = {
			TAG = EGY
			NOT = {
				EGY = { any_owned_state = { is_claimed_by = ETH } }
				EGY = { any_owned_state = { is_core_of = ETH } }
				ETH = { any_owned_state = { is_claimed_by = EGY } }
				ETH = { any_owned_state = { is_core_of = EGY } }
				ALZ = { any_owned_state = { is_claimed_by = EGY } }
				ALZ = { any_owned_state = { is_core_of = EGY } }
				EGY = { any_owned_state = { is_claimed_by = ALZ } }
				EGY = { any_owned_state = { is_core_of = ALZ } }
			}
		}
		EGY = {
			set_truce = {
				target = ALZ
				days = 5400
			}
			set_truce = {
				target = ETH
				days = 5400
			}
			hidden_effect = {
				reverse_add_opinion_modifier = {
					target = ETH
					modifier = small_increase
				}
				add_opinion_modifier = {
					target = ETH
					modifier = small_increase
				}
				reverse_add_opinion_modifier = {
					target = ALZ
					modifier = small_increase
				}
				add_opinion_modifier = {
					target = ALZ
					modifier = small_increase
				}
			}
		}
		hidden_effect = { 
			HRR = {
				remove_ideas = ETH_idea_rally_with_egypt 
			}
			MED = {
				remove_ideas = ETH_idea_rally_with_egypt 
			}
			AWS = {
				remove_ideas = ETH_idea_rally_with_egypt 
			}
		}
	}
	option = {
		name = ethiopia.8.a
		ai_chance = { factor = 100 }
		trigger = {
			TAG = ALZ
		}
		ALZ = {
			set_truce = {
				target = ETH
				days = 5400
			}
			hidden_effect = {
				reverse_add_opinion_modifier = {
					target = ETH
					modifier = small_increase
				}
				add_opinion_modifier = {
					target = ETH
					modifier = small_increase
				}
			}
		}
	}
	
	option = {
		name = ethiopia.8.b
		ai_chance = { factor = 100 }
		trigger = {
			TAG = EGY
			OR = {
				ALZ = { any_owned_state = { is_claimed_by = EGY } }
				ALZ = { any_owned_state = { is_core_of = EGY } }
				EGY = { any_owned_state = { is_claimed_by = ALZ } }
				EGY = { any_owned_state = { is_core_of = ALZ } }
			}
		}
		EGY = {
			set_truce = {
				target = ETH
				days = 5400
			}
			hidden_effect = {
				reverse_add_opinion_modifier = {
					target = ETH
					modifier = small_increase
				}
				add_opinion_modifier = {
					target = ETH
					modifier = small_increase
				}
			}
		}
		hidden_effect = { 
			HRR = {
				remove_ideas = ETH_idea_rally_with_egypt 
			}
			MED = {
				remove_ideas = ETH_idea_rally_with_egypt 
			}
			AWS = {
				remove_ideas = ETH_idea_rally_with_egypt 
			}
		}
	}
	
	option = {
		name = ethiopia.8.c
		ai_chance = {
			factor = 0
		}
	}
}


country_event = {
	id = ethiopia.9
	title = ethiopia.9.t
	desc = ethiopia.9.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.9.a
		ai_chance = { factor = 100 }
		trigger = {
			command_power > 99.9
		}
	}
	
	option = {
		name = ethiopia.9.b
		ai_chance = {
			factor = 100
			modifier = {
				factor = 0
				command_power > 99.9
			}
		}
	}
}

country_event = {
	id = ethiopia.10
	title = ethiopia.10.t
	desc = ethiopia.10.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.10.a
		ai_chance = { factor = 100 }
		trigger = {
			command_power > 99.9
		}
	}
	
	option = {
		name = ethiopia.10.b
		ai_chance = {
			factor = 100
			modifier = {
				factor = 0
				command_power > 99.9
			}
		}
	}
}

country_event = {
	id = ethiopia.11
	title = ethiopia.11.t
	desc = ethiopia.11.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.11.a
		ai_chance = { factor = 100 }
	}
}

country_event = {
	id = ethiopia.12
	title = ethiopia.12.t
	desc = ethiopia.12.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	immediate = {
		if = {
			limit = {
				AND = {
					817 = { has_state_flag = ETH_martyr_created }
					815 = { has_state_flag = ETH_martyr_created }
					816 = { has_state_flag = ETH_martyr_created }
				}
			}
			hidden_effect = {
				ETH = {
					start_civil_war = {
						ruling_party = PREV
						ideology = chauvinist_populism
						size = 0.01
						capital = 815
						states = { 
							815 817
						}
					}
				}
			}
		}
		if = {
			limit = {
				NOT = {
					817 = { has_state_flag = ETH_martyr_created }
					816 = { has_state_flag = ETH_martyr_created }
				}
				815 = { has_state_flag = ETH_martyr_created }
			}
			hidden_effect = {
				ETH = {
					start_civil_war = {
						ruling_party = PREV
						ideology = chauvinist_populism
						size = 0.01
						capital = 815
						states = { 
							815 
						}
					}
					
				}
			}
		}
	}
	
	option = {
		name = ethiopia.12.a
		ai_chance = { factor = 100 }
		trigger = {
			OR = {
				815 = { has_state_flag = ETH_martyr_created }
				816 = { has_state_flag = ETH_martyr_created }
				817 = { has_state_flag = ETH_martyr_created }
			}
		}
		if = {
			limit = { has_civil_war = yes }
			hidden_effect = { 815 = { owner = { country_event = { id = ethiopia.15 } } } }
		}
		815 = { set_state_flag = ETH_oromo_independance_martyrs }
		hidden_effect = { 817 = { set_state_flag = ETH_martyr_created } }
	}
	
	option = {
		name = ethiopia.12.b
		ai_chance = { factor = 100 }
		trigger = {
			815 = { NOT = { has_state_flag = ETH_martyr_created } }
			816 = { NOT = { has_state_flag = ETH_martyr_created } }
			817 = { NOT = { has_state_flag = ETH_martyr_created } }
		}
	}
}

country_event = {
	id = ethiopia.13
	title = ethiopia.12.t
	desc = ethiopia.12.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	
	
	option = {
		name = ethiopia.12.a
		ai_chance = { factor = 100 }
		trigger = {
			OR = {
				815 = { has_state_flag = ETH_martyr_created }
				816 = { has_state_flag = ETH_martyr_created }
				817 = { has_state_flag = ETH_martyr_created }
			}
		}
		if = {
			limit = { has_civil_war = no }
			hidden_effect = { country_event = { id = ethiopia.12 days = 3 } }
		}
		hidden_effect = {
			815 = { set_state_flag = ETH_martyr_created }
			816 = { set_state_flag = ETH_martyr_created }
			817 = { set_state_flag = ETH_martyr_created }
		}
	}
	
	option = {
		name = ethiopia.12.b
		ai_chance = { factor = 100 }
		trigger = {
			815 = { NOT = { has_state_flag = ETH_martyr_created } }
			816 = { NOT = { has_state_flag = ETH_martyr_created } }
			817 = { NOT = { has_state_flag = ETH_martyr_created } }
		}
	}
}

country_event = {
	id = ethiopia.14
	title = ethiopia.12.t
	desc = ethiopia.12.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	immediate = {
		if = {
			limit = {
				NOT = {
					815 = { has_state_flag = ETH_martyr_created }
					816 = { has_state_flag = ETH_martyr_created }
				}
				817 = { has_state_flag = ETH_martyr_created }
			}
			hidden_effect = {
				ETH = {
					start_civil_war = {
						ruling_party = PREV
						ideology = chauvinist_populism
						size = 0
						capital = 817
						states = { 
							817 
						}
					}
				}
			}
		}
	}
	
	option = {
		name = ethiopia.12.a
		ai_chance = { factor = 100 }
		trigger = {
			817 = { has_state_flag = ETH_martyr_created }
		}
		if = {
			limit = { has_civil_war = yes }
			hidden_effect = { 817 = { owner = { country_event = { id = ethiopia.18 } } } }
		}
		817 = { set_state_flag = ETH_oromo_independance_martyrs }
	}
	
	option = {
		name = ethiopia.12.b
		ai_chance = { factor = 100 }
		trigger = {
			815 = { NOT = { has_state_flag = ETH_martyr_created } }
			816 = { NOT = { has_state_flag = ETH_martyr_created } }
			817 = { NOT = { has_state_flag = ETH_martyr_created } }
		}
	}
}


country_event = {
	id = ethiopia.15
	title = ethiopia.15.t
	desc = ethiopia.15.d
	picture = GFX_report_event_chinese_army_training
	
	is_triggered_only = yes
	
	hidden = yes

	immediate = {
				set_country_flag = ORO_south_eritrea_oromo_tribe_uprising
				hidden_effect = {
					add_to_variable = {Tribal_army_num = 2000}
					set_cosmetic_tag = ORO_south_eritrea_oromo_tribe
					set_country_flag = ORO_south_eritrea_oromo_tribe
					add_to_array = { national_culture_array = global.oromo }
					add_to_array = { national_religion_array = global.sunni }
					set_technology = { tribaltech = 1 }
					add_ideas = state_religion
					#add_ideas = religion_sunni
					add_ideas = tribal_slavery
					add_ideas = manpower_tribal_everyone
					add_ideas = law_army_tribal_neolithic
					add_ideas = no_borders
					add_ideas = closed_economy
					add_ideas = taxation_level_1
					add_ideas = state_controlled_press
					#add_ideas = no_heir
					add_ideas = pre_industrial_era
					add_ideas = agrarian
					add_ideas = oral_tradition
					#add_ideas = absolute_monarchy
					add_ideas = social_spending_level_1
					add_ideas = law_spending_level_1
					add_ideas = road_spending_level_1
					add_ideas = navy_spending_level_1
					
					remove_ideas = ETH_generals_inspire
					remove_ideas = ETH_strike_eritrea_plan
					remove_ideas = ETH_islamic_raid
					remove_ideas = ETH_the_generals_plan_1
					remove_ideas = ETH_the_generals_plan_2
					remove_ideas = ETH_the_generals_plan_3
					remove_ideas = ETH_german_ethiopian_shipyard_company
					remove_ideas = ETH_german_ethiopian_cotton_company
					remove_ideas = ETH_german_ethiopian_rubber_company
					remove_ideas = ETH_german_ethiopian_company_profits
					remove_ideas = ETH_german_ethiopian_shipyard_company_profits
					remove_ideas = ETH_anglo_ethiopian_shipyard_company
					remove_ideas = ETH_anglo_ethiopian_cotton_company
					remove_ideas = ETH_anglo_ethiopian_rubber_company
					remove_ideas = ETH_anglo_ethiopian_company_profits
					remove_ideas = ETH_anglo_ethiopian_shipyard_company_profits
					remove_ideas = ETH_portugese_ethiopian_shipyard_company
					remove_ideas = ETH_portugese_ethiopian_logging_company
					remove_ideas = ETH_portugese_ethiopian_cotton_company
					remove_ideas = ETH_portugese_ethiopian_company_profits
					remove_ideas = ETH_portugese_ethiopian_shipyard_company_profits
					remove_ideas = ETH_french_ethiopian_shipyard_company
					remove_ideas = ETH_french_ethiopian_logging_company
					remove_ideas = ETH_french_ethiopian_cotton_company
					remove_ideas = ETH_french_ethiopian_company_profits
					remove_ideas = ETH_french_ethiopian_shipyard_company_profits
					remove_ideas = ETH_french_ethiopian_rubber_company
					remove_ideas = ETH_idea_eritrean_sale_profits
					remove_ideas = ETH_idea_eritrean_sale_costs
					remove_ideas = ETH_idea_tewodros_social_reforms
					remove_ideas = ETH_idea_alienated_parish_clergy
					remove_ideas = ETH_idea_furious_parish_clergy
					remove_ideas = ETH_idea_heavily_taxed_peasantry
					remove_ideas = ETH_idea_tribal_military_structure
					remove_ideas = ETH_idea_reformed_military_staff
					remove_ideas = ETH_idea_isolated_villages
					remove_ideas = ETH_idea_isolated_villages_2
					remove_ideas = ETH_idea_internal_unrest
					remove_ideas = ETH_idea_internal_unrest_2
					remove_ideas = ETH_idea_northern_oromo_militias
					remove_ideas = ETH_idea_northern_oromo_militias_2
					remove_ideas = ETH_idea_northern_oromo_militias_3
					remove_ideas = ETH_idea_limited_northern_oromo_autonomy_1
					remove_ideas = ETH_idea_limited_oromo_autonomy
					remove_ideas = ETH_idea_rally_with_egypt
					
					complete_national_focus = AF_T_wisdom_ancients
					
					country_event = { id = ethiopia.16 }
				}
	}
}

country_event = {
	id = ethiopia.16
	title = ethiopia.16.t
	desc = ethiopia.16.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.16.a
		ai_chance = { factor = 100 }
		ORO = { give_military_access = ROOT }
		give_military_access = ORO
		diplomatic_relation = {
			country = ORO
			relation = non_aggression_pact
			active = yes
		}
		ORO = { country_event = { id = ethiopia.17 days = 1 } }
		if = {
			limit = { 
				NOT = { has_country_flag = Tribal_Army_Raised } 
				OR = {
					check_variable = { Tribal_army_num > 999 }
					check_variable = { Tribal_horse_army_num > 999 }
					check_variable = { Tribal_horse_pistoleer_army_num > 999 }
					check_variable = { Tribal_camel_army_num > 999 }
				}
			}
			hidden_effect = {
				set_country_flag = Tribal_Army_Raised
				
			}
		}
	}
}

country_event = {
	id = ethiopia.17
	title = ethiopia.17.t
	desc = ethiopia.17.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.17.a
		ai_chance = { factor = 100 }
		FROM = {
			add_manpower = 500
			add_war_support = 0.15
			add_command_power = 100
			add_equipment_to_stockpile = {
				type = tribal_weapons_0
				amount = 150
				producer = ORO
			}
		}
		add_war_support = 0.05
		add_stability = 0.075
		if = {
			limit = { 817 = { has_state_flag = ETH_martyr_created } }
			add_state_core = 817
		}
		if = {
			limit = { 816 = { has_state_flag = ETH_martyr_created } }
			add_state_core = 816
		}
		if = {
			limit = { 815 = { has_state_flag = ETH_martyr_created } }
			add_state_core = 815
		}
	}
}

country_event = {
	id = ethiopia.18
	title = ethiopia.18.t
	desc = ethiopia.18.d
	picture = GFX_report_event_chinese_army_training
	
	is_triggered_only = yes
	
	hidden = yes

	immediate = {
				set_country_flag = ORO_gedaref_oromo_tribe_uprising
				hidden_effect = {
					add_to_variable = {Tribal_army_num = 2000}
					set_cosmetic_tag = ORO_gedaref_oromo_tribe
					set_country_flag = ORO_gedaref_oromo_tribe
					add_to_array = { national_culture_array = global.oromo }
					add_to_array = { national_religion_array = global.sunni }
					set_technology = { tribaltech = 1 }
					add_ideas = state_religion
					#add_ideas = religion_sunni
					add_ideas = tribal_slavery
					add_ideas = manpower_tribal_everyone
					add_ideas = law_army_tribal_neolithic
					add_ideas = no_borders
					add_ideas = closed_economy
					add_ideas = taxation_level_1
					add_ideas = state_controlled_press
					#add_ideas = no_heir
					add_ideas = pre_industrial_era
					add_ideas = agrarian
					add_ideas = oral_tradition
					#add_ideas = absolute_monarchy
					add_ideas = social_spending_level_1
					add_ideas = law_spending_level_1
					add_ideas = road_spending_level_1
					add_ideas = navy_spending_level_1
					
					remove_ideas = ETH_generals_inspire
					remove_ideas = ETH_strike_eritrea_plan
					remove_ideas = ETH_islamic_raid
					remove_ideas = ETH_the_generals_plan_1
					remove_ideas = ETH_the_generals_plan_2
					remove_ideas = ETH_the_generals_plan_3
					remove_ideas = ETH_german_ethiopian_shipyard_company
					remove_ideas = ETH_german_ethiopian_cotton_company
					remove_ideas = ETH_german_ethiopian_rubber_company
					remove_ideas = ETH_german_ethiopian_company_profits
					remove_ideas = ETH_german_ethiopian_shipyard_company_profits
					remove_ideas = ETH_anglo_ethiopian_shipyard_company
					remove_ideas = ETH_anglo_ethiopian_cotton_company
					remove_ideas = ETH_anglo_ethiopian_rubber_company
					remove_ideas = ETH_anglo_ethiopian_company_profits
					remove_ideas = ETH_anglo_ethiopian_shipyard_company_profits
					remove_ideas = ETH_portugese_ethiopian_shipyard_company
					remove_ideas = ETH_portugese_ethiopian_logging_company
					remove_ideas = ETH_portugese_ethiopian_cotton_company
					remove_ideas = ETH_portugese_ethiopian_company_profits
					remove_ideas = ETH_portugese_ethiopian_shipyard_company_profits
					remove_ideas = ETH_french_ethiopian_shipyard_company
					remove_ideas = ETH_french_ethiopian_logging_company
					remove_ideas = ETH_french_ethiopian_cotton_company
					remove_ideas = ETH_french_ethiopian_company_profits
					remove_ideas = ETH_french_ethiopian_shipyard_company_profits
					remove_ideas = ETH_french_ethiopian_rubber_company
					remove_ideas = ETH_idea_eritrean_sale_profits
					remove_ideas = ETH_idea_eritrean_sale_costs
					remove_ideas = ETH_idea_tewodros_social_reforms
					remove_ideas = ETH_idea_alienated_parish_clergy
					remove_ideas = ETH_idea_furious_parish_clergy
					remove_ideas = ETH_idea_heavily_taxed_peasantry
					remove_ideas = ETH_idea_tribal_military_structure
					remove_ideas = ETH_idea_reformed_military_staff
					remove_ideas = ETH_idea_isolated_villages
					remove_ideas = ETH_idea_isolated_villages_2
					remove_ideas = ETH_idea_internal_unrest
					remove_ideas = ETH_idea_internal_unrest_2
					remove_ideas = ETH_idea_northern_oromo_militias
					remove_ideas = ETH_idea_northern_oromo_militias_2
					remove_ideas = ETH_idea_northern_oromo_militias_3
					remove_ideas = ETH_idea_limited_northern_oromo_autonomy_1
					remove_ideas = ETH_idea_limited_oromo_autonomy
					remove_ideas = ETH_idea_rally_with_egypt
					
					complete_national_focus = AF_T_wisdom_ancients
					
					country_event = { id = ethiopia.19 }
				}
	}
}

country_event = {
	id = ethiopia.19
	title = ethiopia.19.t
	desc = ethiopia.19.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.19.a
		ai_chance = { factor = 100 }
		ORO = { give_military_access = ROOT }
		give_military_access = ORO
		diplomatic_relation = {
			country = ORO
			relation = non_aggression_pact
			active = yes
		}
		ORO = { country_event = { id = ethiopia.20 days = 1 } }
		if = {
			limit = { 
				NOT = { has_country_flag = Tribal_Army_Raised } 
				OR = {
					check_variable = { Tribal_army_num > 999 }
					check_variable = { Tribal_horse_army_num > 999 }
					check_variable = { Tribal_horse_pistoleer_army_num > 999 }
					check_variable = { Tribal_camel_army_num > 999 }
				}
			}
			hidden_effect = {
				set_country_flag = Tribal_Army_Raised
				
			}
		}
	}
}

country_event = {
	id = ethiopia.20
	title = ethiopia.20.t
	desc = ethiopia.20.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.20.a
		ai_chance = { factor = 100 }
		FROM = {
			add_manpower = 500
			add_war_support = 0.15
			add_command_power = 100
			add_equipment_to_stockpile = {
				type = tribal_weapons_0
				amount = 150
				producer = ORO
			}
		}
		add_war_support = 0.05
		add_stability = 0.075
		if = {
			limit = { 817 = { has_state_flag = ETH_martyr_created } }
			add_state_core = 817
		}
		if = {
			limit = { 816 = { has_state_flag = ETH_martyr_created } }
			add_state_core = 816
		}
		if = {
			limit = { 815 = { has_state_flag = ETH_martyr_created } }
			add_state_core = 815
		}
	}
}

#Ethiopia wants to buy Eritrea
country_event = {
	id = ethiopia.21
	title = ethiopia.21.t
	desc = ethiopia.21.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.21.a
		ai_chance = { factor = 100 }
		add_political_power = 100
		#add_timed_idea = { idea = ETH_idea_eritrean_sale_profits days = 3650 }
		IF={
			limit ={
				set_temp_variable = { loan_size_to_check = 10 }
				has_less_than_specific_loan_size = no
			}
			set_temp_variable = { loans_amount = -5 }
			take_loan_without_inflation_effect = yes
		}
		ETH = { country_event = { days = 1 id = ethiopia.22 } }
		
	}
	
	option = {
		name = ethiopia.21.b
		ai_chance = { factor = 0 }
		ETH = { country_event = { days = 1 id = ethiopia.23 } }
	}
	
}

#Egypt says Yes
country_event = {
	id = ethiopia.22
	title = ethiopia.22.t
	desc = ethiopia.22.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.22.a
		ai_chance = { factor = 100 }
		ETH = { transfer_state = 550 }
		custom_effect_tooltip = ETH_exploit_egyption_economic_crises_debt_tooltip
		#add_timed_idea = { idea = ETH_idea_eritrean_sale_costs days = 3650 }
	}
	
}

#Egypt says No
country_event = {
	id = ethiopia.23
	title = ethiopia.23.t
	desc = ethiopia.23.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.7.a
		ai_chance = { factor = 100 }
	}
}
#Ethiopian_Egyption_Ties
country_event = {
	id = ethiopia.24
	title = ethiopia.24.t
	desc = ethiopia.24.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.24.a
		ai_chance = { factor = 75 }
		ETH = { country_event = { days = 1 id = ethiopia.25 } }
		hidden_effect = {
			clr_country_flag = ETH_EGY_Rivalry
			ETH = { clr_country_flag = ETH_EGY_Rivalry }
			ETH = { clear_variable = rival_country }
			EGY = { clear_variable = rival_country }
			set_country_flag = ETH_EGY_Ties
			ETH = { set_country_flag = ETH_EGY_Ties }
			EGY = {
				add_ai_strategy = {
					type = 	befriend
					id = ETH
					value = 200
				}
			}
			ETH = {
				add_ai_strategy = {
					type = 	befriend
					id = EGY
					value = 200
				}
			}
		}
		
	}
	
	option = {
		name = ethiopia.24.b
		ai_chance = { factor = 25 }
		ETH = { country_event = { days = 1 id = ethiopia.26 } }
		hidden_effect = {
			set_country_flag = ETH_EGY_Rivalry
			ETH = { set_country_flag = ETH_EGY_Rivalry }
			ETH = { set_variable = { rival_country = EGY.id } }
			EGY = { set_variable = { rival_country = ETH.id } }
			clr_country_flag = ETH_EGY_Ties
			ETH = { clr_country_flag = ETH_EGY_Ties }
			EGY = {
				add_ai_strategy = {
					type = 	antagonize
					id = ETH
					value = 200
				}
			}
			ETH = {
				add_ai_strategy = {
					type = 	antagonize
					id = EGY
					value = 200
				}
			}
		}
	}
	
}

#Egypt says Yes
country_event = {
	id = ethiopia.25
	title = ethiopia.25.t
	desc = ethiopia.25.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.25.a
		ai_chance = { factor = 100 }

	}
	
}

#Egypt says No
country_event = {
	id = ethiopia.26
	title = ethiopia.26.t
	desc = ethiopia.26.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.26.a
		ai_chance = { factor = 100 }
	}
}

#Appeal_Ethiopian_Egyption_Rivalry
country_event = {
	id = ethiopia.27
	title = ethiopia.27.t
	desc = ethiopia.27.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = Yes.129.a
		ai_chance = { factor = 50 }
		ETH = { country_event = { days = 1 id = ethiopia.28 } }
		hidden_effect = {
			clr_country_flag = ETH_EGY_Rivalry
			ETH = { clr_country_flag = ETH_EGY_Rivalry }
			ETH = { clear_variable = rival_country }
			EGY = { clear_variable = rival_country }
			EGY = {
				add_ai_strategy = {
					type = 	antagonize
					id = ETH
					value = -200
				}
			}
			ETH = {
				add_ai_strategy = {
					type = 	antagonize
					id = EGY
					value = -200
				}
			}
		}
		
	}
	
	option = {
		name = ethiopia.27.b
		ai_chance = { factor = 50 }
		ETH = { country_event = { days = 1 id = ethiopia.29 } }
	}
	
}

#Egypt says Yes
country_event = {
	id = ethiopia.28
	title = ethiopia.28.t
	desc = ethiopia.28.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.28.a
		ai_chance = { factor = 100 }
		HRR = {
			remove_ideas = ETH_idea_rally_with_egypt 
			clear_variable = rival_country
			add_ai_strategy = {
				type = 	antagonize
				id = ETH
				value = -200
			}
		}
		MED = {
			remove_ideas = ETH_idea_rally_with_egypt 
			clear_variable = rival_country
			add_ai_strategy = {
				type = 	antagonize
				id = ETH
				value = -200
			}
		}
		AWS = {
			remove_ideas = ETH_idea_rally_with_egypt 
			clear_variable = rival_country
			add_ai_strategy = {
				type = 	antagonize
				id = ETH
				value = -200
			}
		}
		ETH = {
			add_ai_strategy = {
				type = 	antagonize
				id = HRR
				value = -200
			}
			add_ai_strategy = {
				type = 	antagonize
				id = MED
				value = -200
			}
			add_ai_strategy = {
				type = 	antagonize
				id = AWS
				value = -200
			}
		}
	}
	
}

#Egypt says No
country_event = {
	id = ethiopia.29
	title = ethiopia.29.t
	desc = ethiopia.29.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.29.a
		ai_chance = { factor = 100 }
	}
}

#Fortify Egyption Border
country_event = {
	id = ethiopia.30
	title = ethiopia.30.t
	desc = ethiopia.30.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name =  ethiopia.30.a
		ai_chance = { factor = 50 }
		hidden_effect = {
			EGY = { country_event = { days = 27 id = ethiopia.31 } }
		}
	}
	
	option = {
		name = ethiopia.30.b
		ai_chance = { factor = 50 }
	}
	
}

#Fortify Egyption Border_Conflict
country_event = {
	id = ethiopia.31
	title = ethiopia.31.t
	desc = ethiopia.31.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.31.a
		ai_chance = { factor = 50 }
		hidden_effect = {
			set_border_war_data = {
				attacker = 549
				defender = 817
				combat_width = 100
			}
			ETH = { country_event = { days = 1 id = ethiopia.32 } }
		}
		start_border_war = {
				change_state_after_war = no
					attacker = {
						state = 549
						num_provinces = 4
						on_win = ethiopia.36
						on_lose = ethiopia.35
						on_cancel = ethiopia.37
					}
				
					defender = {
						state = 817
						num_provinces = 4
						on_win = ethiopia.35
						on_lose = ethiopia.36
						on_cancel = ethiopia.37
					}
		}
		hidden_effect = {
			add_command_power = -80
		}
		
	}
	
	option = {
		name = ethiopia.31.b
		ai_chance = { factor = 50 }
	}
	
}

#Fortify Egyption Border_Conflict
country_event = {
	id = ethiopia.32
	title = ethiopia.32.t
	desc = ethiopia.32.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.32.a
		ai_chance = { factor = 100 }
		if = {
			limit = {
				ETH = { 
					has_completed_focus = ETH_train_defensive_tactics
				}
			}
			add_ideas = ETH_the_generals_plan_1
			
		}
		if = {
			limit = {
				ETH = { 
					has_completed_focus = ETH_train_offensive_tactics
				}
			}
			add_ideas = ETH_the_generals_plan_2
			
		}
		if = {
			limit = {
				AND = {
					ETH = { 
						NOT = {
							has_completed_focus = ETH_train_defensive_tactics
						}
					}
					ETH = { 
						NOT = {
							has_completed_focus = ETH_train_offensive_tactics
						}
					}
				}
			}
			add_ideas = ETH_the_generals_plan_3
			
		}
		
	}
}


#Strike Eritrea
country_event = {
	id = ethiopia.33
	title = ethiopia.33.t
	desc = ethiopia.33.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.33.a
		ai_chance = { factor = 100 }
			if = {
				limit = {
					country_exists = ALZ
				}
				ALZ = { country_event = { days = 7 id = ethiopia.34 } }
			}
			EGY = { add_timed_idea = { idea = ETH_sudanese_islamic_unrest days = 270 } }
			hidden_effect = {
				set_country_flag = ETH_Encouraged_Sudan_Independance
			}
			ETH = {
				add_opinion_modifier = {
					target = EGY
					modifier = large_decrease
				}
			}
			EGY = {		
				add_opinion_modifier = {
						target = ETH
						modifier = large_decrease
				}
			}
			ALZ = {
				add_opinion_modifier = {
					target = ETH
					modifier = medium_increase
				}
			}
			hidden_effect = {
			
			}
	}
	
}

#Assist_Sudanese_Independance
country_event = {
	id = ethiopia.34
	title = ethiopia.34.t
	desc = ethiopia.34.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.34.a
		ai_chance = { factor = 100 }
		if = {
			limit = {
				AND = {
					ALZ = {
						has_opinion = {
							target = EGY
							value < 14
						}
					}
					num_divisions > 0
				}
			}
			hidden_effect = {
				set_border_war_data = {
					attacker = 833
					defender = 549
					combat_width = 40
				}
			}
			start_border_war = {
				change_state_after_war = no
				attacker = {
					state = 833
					num_provinces = 4
					on_win = ethiopia.36
					on_lose = ethiopia.35
					on_cancel = ethiopia.37
				}				
				defender = {
					state = 549
					num_provinces = 4
					on_win = ethiopia.35
					on_lose = ethiopia.36
					on_cancel = ethiopia.37
				}
			}
			if = {
				limit = {
					ETH = {
						AND = {
							has_country_flag = ETH_EGY_Rivalry
							has_completed_focus = ETH_friends_with_al_zubayr
						}
					}
				}
				ETH = { country_event = {id = ethiopia.93 } }
			}
			
			
		}
		if = {
			limit = {
				AND = {
					ALZ = {
						has_opinion = {
							target = EGY
							value < 14
						}
					}
					num_divisions > -1
					num_divisions < 1
				}
			}
			
		}
		
		ETH = {
			add_opinion_modifier = {
				target = ALZ
				modifier = medium_increase
			}
		}
		
	}
	
	option = {
		name = ethiopia.33.b
		ai_chance = { factor = 0 }
	}
	
}

#ALZ wins: This will add core of Mahdist state with a moderate Islamic focus tree
country_event = {
	id = ethiopia.35
	title = ethiopia.35.t
	desc = ethiopia.35.desc
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			if = {
				limit = { TAG = ALZ }
				EGY = {
					start_civil_war = {
						ruling_party = PREV
						ideology = fundamentalism
						size = 0.10
						capital = 549
						states = { 
							549 1191
						}
					}
				}
			}
		}
	}
	
	option = {
		name = ethiopia.35.a
		ai_chance = { factor = 100 }
		trigger = {
			NOT = { TAG = ALZ }
		}
		hidden_effect = {
			remove_ideas = ETH_generals_inspire
			remove_ideas = ETH_the_generals_plan_1
			remove_ideas = ETH_the_generals_plan_2
			remove_ideas = ETH_the_generals_plan_3
		}
		delete_unit_template_and_units = {
			division_template = "Elite Infantry"
		}
	}
	option = {
		name = ethiopia.35.a
		ai_chance = { factor = 100 }
		trigger = {
			TAG = ALZ
		}
		hidden_effect = {
			remove_ideas = ETH_generals_inspire
			remove_ideas = ETH_the_generals_plan_1
			remove_ideas = ETH_the_generals_plan_2
			remove_ideas = ETH_the_generals_plan_3
		}
		delete_unit_template_and_units = {
			division_template = "Elite Infantry"
		}
		hidden_effect = {
			549 = {
				set_state_flag = EGY_mahdist_insurgency_insurgency_uprising
				owner = {
					add_to_variable = {Tribal_army_num = 5000}
					set_cosmetic_tag = EGY_mahdist_insurgency 
					set_country_flag = EGY_mahdist_insurgency_flag
					country_event = { id = ethiopia.38 days = 1 }
					set_country_flag = afr_jihadist_tree
					add_to_array = { national_religion_array = global.sunni }
					set_technology = { tribaltech = 1 }
					add_ideas = theocratic_state
					#add_ideas = religion_sunni
					add_ideas = slavery
					add_ideas = manpower_tribal_every_fifth
					add_ideas = law_army_tribal_advanced
					add_ideas = no_borders
					add_ideas = closed_economy
					add_ideas = taxation_level_1
					add_ideas = state_controlled_press
					#add_ideas = no_heir
					add_ideas = pre_industrial_era
					add_ideas = agrarian
					add_ideas = oral_tradition
					#add_ideas = absolute_monarchy
					add_ideas = social_spending_level_1
					add_ideas = law_spending_level_1
					add_ideas = road_spending_level_1
					add_ideas = navy_spending_level_1
					remove_ideas = egy_sudan_slave_raids
					remove_ideas = egy_vic_postal_service
					remove_ideas = egy_public_consered_debt_1
					remove_ideas = egy_public_consered_debt_2
					remove_ideas = egy_public_consered_debt_3
					remove_ideas = egy_public_consered_debt_4
					remove_ideas = egy_public_consered_debt_5
					remove_ideas = egy_industry_cuts
					remove_ideas = edc_bankrupt
					remove_ideas = edc_bankrupt_reduced
					remove_ideas = EGY_ENG_controlled_government
					remove_ideas = EGY_FRA_controlled_government
					complete_national_focus = afr_generic_jihadist_jihad_way_not_thiers
					complete_national_focus = afr_generic_jihadist_the_values_of_islamic_traditions
					complete_national_focus = afr_generic_jihadist_fast_armys
					complete_national_focus = afr_generic_jihadist_quranic_military_values
					complete_national_focus = afr_generic_jihadist_unity_brings_stability
					complete_national_focus = afr_generic_jihadist_founding_traditions
					complete_national_focus = afr_generic_jihadist_unity_brings_stability
				}
			}
		}
	}
}

#ALZ loses
country_event = {
	id = ethiopia.36
	title = ethiopia.36.t
	desc = ethiopia.36.d
	picture = GFX_report_event_japanese_soldiers_03

	is_triggered_only = yes

	option = {
		name = ethiopia.36.b
		ai_chance = { factor = 100 }
		hidden_effect = {
			remove_ideas = ETH_generals_inspire
			remove_ideas = ETH_the_generals_plan_1
			remove_ideas = ETH_the_generals_plan_2
			remove_ideas = ETH_the_generals_plan_3
		}
		delete_unit_template_and_units = {
			division_template = "Elite Infantry"
		}
	}
}

#stalemate
country_event = {
	id = ethiopia.37
	title = ethiopia.37.t
	desc = ethiopia.37.desc
	picture = GFX_report_event_japanese_army_parade

	is_triggered_only = yes

	option = {
		name = ethiopia.37.a
		ai_chance = { factor = 100 }
		hidden_effect = {
			remove_ideas = ETH_generals_inspire
			remove_ideas = ETH_the_generals_plan_1
			remove_ideas = ETH_the_generals_plan_2
			remove_ideas = ETH_the_generals_plan_3
		}
		delete_unit_template_and_units = {
			division_template = "Elite Infantry"
		}
	}
}


country_event = {
	id = ethiopia.38
	title = ethiopia.38.t
	desc = ethiopia.38.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			if = {
				limit = {
					any_country = { has_country_flag = EGY_mahdist_insurgency_flag }
				}
				remove_state_core = 552
				remove_state_core = 752
				remove_state_core = 551
				remove_state_core = 456
				remove_state_core = 457
				remove_state_core = 446
				remove_state_core = 749
				remove_state_core = 447
				remove_state_core = 452
				remove_state_core = 453
			}
			
		}
	}
	
	option = {
		name = ethiopia.38.a
		ai_chance = { factor = 100 }
		trigger = {
			NOT = {
				SKT = { is_neighbor_of = ROOT }
				any_country = {
					AND = {
						is_neighbor_of = ROOT
						is_in_faction_with = SKT
					}
				}
				any_country = {
					AND = {
						is_neighbor_of = ROOT
						is_subject_of = SKT
					}
				}
			}
		}
		if = {
			limit = { 
				NOT = { has_country_flag = Tribal_Army_Raised } 
				OR = {
					check_variable = { Tribal_army_num > 999 }
					check_variable = { Tribal_horse_army_num > 999 }
					check_variable = { Tribal_horse_pistoleer_army_num > 999 }
					check_variable = { Tribal_camel_army_num > 999 }
				}
			}
			hidden_effect = {
				set_country_flag = Tribal_Army_Raised
				
			}
		}
		add_manpower = 3000
		add_war_support = 0.5
		add_command_power = 100
		create_corps_commander = {
			name = "Sati Mered"
			#picture = ""
			traits = { trickster brilliant_strategist }
			skill = 4
			attack_skill = 4
			defense_skill = 2
			planning_skill = 4
			logistics_skill = 3
		}
		ETH = { give_military_access = ROOT }
		give_military_access = ETH
		diplomatic_relation = {
			country = ETH
			relation = non_aggression_pact
			active = yes
		}
		diplomatic_relation = {
			country = ALZ
			relation = non_aggression_pact
			active = yes
		}
		hidden_effect = {
			ROOT = { country_event = { id = ethiopia.39 days = 100 } }
			add_equipment_to_stockpile = {
				type = tribal_weapons_0
				amount = 250
				#producer = ROOT
			}
		}
	}
	
	option = {
		name = ethiopia.38.b
		ai_chance = { factor = 100 }
		trigger = {
			OR = {
				SKT = { is_neighbor_of = ROOT }
				any_country = {
					AND = {
						is_neighbor_of = ROOT
						is_in_faction_with = SKT
					}
				}
				any_country = {
					AND = {
						is_neighbor_of = ROOT
						is_subject_of = SKT
					}
				}
			}
		}
		if = {
			limit = { 
				NOT = { has_country_flag = Tribal_Army_Raised } 
				OR = {
					check_variable = { Tribal_army_num > 999 }
					check_variable = { Tribal_horse_army_num > 999 }
					check_variable = { Tribal_horse_pistoleer_army_num > 999 }
					check_variable = { Tribal_camel_army_num > 999 }
				}
			}
			hidden_effect = {
				set_country_flag = Tribal_Army_Raised
				
			}
		}
		SKT = { country_event = { id = ethiopia.40 days = 3 } }
		add_manpower = 3000
		add_war_support = 0.5
		add_command_power = 100
		create_corps_commander = {
			name = "Sati Mered"
			#picture = ""
			traits = { trickster brilliant_strategist }
			skill = 4
			attack_skill = 4
			defense_skill = 2
			planning_skill = 4
			logistics_skill = 3
		}
		ETH = { give_military_access = ROOT }
		give_military_access = ETH
		diplomatic_relation = {
			country = ETH
			relation = non_aggression_pact
			active = yes
		}
		diplomatic_relation = {
			country = ALZ
			relation = non_aggression_pact
			active = yes
		}
		hidden_effect = {
			ROOT = { country_event = { id = ethiopia.39 days = 100 } }
			add_equipment_to_stockpile = {
				type = tribal_weapons_0
				amount = 250
				#producer = ROOT
			}
		}
	}
}

country_event = {
	id = ethiopia.39
	title = ethiopia.39.t
	desc = ethiopia.39.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.39.a
		ai_chance = { factor = 100 }
	}
}

country_event = {
	id = ethiopia.40
	title = ethiopia.40.t
	desc = ethiopia.40.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.40.a
		ai_chance = { factor = 100 }
		trigger = { 
			has_global_flag = SKT_has_started_the_african_caliphate
		}
		SKT = { add_to_faction = FROM }
		FROM = { country_event = { id = ethiopia.41 days = 3 } }
	}
	
	option = {
		name = ethiopia.40.a
		ai_chance = { factor = 100 }
		trigger = { 
			NOT = { has_global_flag = SKT_has_started_the_african_caliphate }
		}
		SKT = {
			add_ai_strategy = {
				type = send_volunteers_desire
				id = FROM
				value = 200
			}
		}
		FROM = { country_event = { id = ethiopia.41 days = 3 } }
	}
	
	option = {
		name = ethiopia.40.b
		ai_chance = { factor = 0 }
		
	}
}

country_event = {
	id = ethiopia.41
	title = ethiopia.41.t
	desc = ethiopia.41.d
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes
	
	option = {
		name = ethiopia.41.a
		ai_chance = { factor = 100 }
		ROOT = {
			division_template = {
				name = "Sokoto Tribal Volunteers"
				priority = 2
				division_names_group = KRU_TRIBAL_INFANTRY_01
				regiments = {
					tribal_infantry = { x = 0 y = 0 }
				}
				is_locked = yes
			}
		}
		add_equipment_to_stockpile = {
			type = tribal_weapons_0
			amount = 500
			producer = SKT
		}
		ROOT={
			random_owned_state ={
				create_unit = {
					division = "name = \"Sokoto Tribal Volunteers\" division_template = \"Sokoto Tribal Volunteers\" start_experience_factor = 3.0" 
					owner = ROOT
				}
			}
			random_owned_state ={
				create_unit = {
					division = "name = \"Sokoto Tribal Volunteers\" division_template = \"Sokoto Tribal Volunteers\" start_experience_factor = 3.0" 
					owner = ROOT
				}
			}
			random_owned_state ={
				create_unit = {
					division = "name = \"Sokoto Tribal Volunteers\" division_template = \"Sokoto Tribal Volunteers\" start_experience_factor = 3.0" 
					owner = ROOT
				}
			}
			random_owned_state ={
				create_unit = {
					division = "name = \"Sokoto Tribal Volunteers\" division_template = \"Sokoto Tribal Volunteers\" start_experience_factor = 3.0" 
					owner = ROOT
				}
			}
		}
	}
}

#Ethiopia chooses Protestant Denomination
country_event = {
	id = ethiopia.42
	title = ethiopia.42.t
	desc = ethiopia.42.d
	picture = GFX_report_event_hitler_handshake
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.42.a
		ai_chance = { factor = 100 }
		#add_ideas = religion_protestant
	}

}


#Ethiopia chooses Catholic Denomination
country_event = {
	id = ethiopia.43
	title = ethiopia.43.t
	desc = ethiopia.43.d
	picture = GFX_report_event_hitler_handshake
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.43.a
		ai_chance = { factor = 100 }
		#add_ideas = religion_catholic
	}

}

#Islamic surge
country_event = {
	id = ethiopia.44
	title = ethiopia.44.t
	desc = ethiopia.44.d
	picture = GFX_report_event_hitler_handshake
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.44.a
		ai_chance = { factor = 100 }
		#add_ideas = religion_sunni
	}

}

#Ethiopia chooses Islam
country_event = {
	id = ethiopia.45
	title = ethiopia.45.t
	desc = ethiopia.45.d
	picture = GFX_report_event_hitler_handshake
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.45.a
		ai_chance = { factor = 100 }
		#add_ideas = religion_sunni
	}

}

#Ethiopia opens merchant ports
country_event = {
	id = ethiopia.46
	title = ethiopia.46.t
	desc = ethiopia.46.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.46.a
		ai_chance = { factor = 100 }
		hidden_effect = {
			if = {
				limit = {
					tag = GRE
				}
				set_country_flag = ETH_GRE_Merchants
			}
			else_if = {
				limit = {
					tag = BRE
				}
				set_country_flag = ETH_BRE_Merchants
			}
			else_if = {
				limit = {
					tag = HAM
				}
				set_country_flag = ETH_HAM_Merchants
			}
			else_if = {
				limit = {
					tag = POR
				}
				set_country_flag = ETH_POR_Merchants
			}
			else_if = {
				limit = {
					tag = ITA
				}
				set_country_flag = ETH_ITA_Merchants
			}
			else_if = {
				limit = {
					tag = FRA
				}
				set_country_flag = ETH_FRA_Merchants
			}
			else_if = {
				limit = {
					tag = ENG
				}
				set_country_flag = ETH_ENG_Merchants
			}
			else_if = {
				limit = {
					tag = RUS
				}
				set_country_flag = ETH_RUS_Merchants
			}
			else_if = {
				limit = {
					tag = PRS
				}
				set_country_flag = ETH_PRS_Merchants
			}
		}
	}
}	


#Colonial company ressource event
country_event = {
	id = ethiopia.47
	title = ethiopia.47.t
	desc = ethiopia.47.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = cotton.2.c
		ai_chance = { factor = 33 }
		add_political_power = 100
		FROM = { country_event = { days = 1 id = ethiopia.48 } }
		hidden_effect = {
			set_variable = { FROM.afr_company_trade_good = 1 }
			set_variable = { FROM.company_country_var = ROOT.id }
			FROM = { give_military_access = ROOT }
		}
	}
	
	option = {
		name = logging.2.c
		ai_chance = { factor = 33 }
		FROM = { country_event = { days = 1 id = ethiopia.49 } }
		hidden_effect = {
			set_variable = { FROM.afr_company_trade_good = 2 }
			set_variable = { FROM.company_country_var = ROOT.id }
			FROM = { give_military_access = ROOT }
		}
	}
	
	option = {
		name = rubber.2.b
		ai_chance = { factor = 33 }
		FROM = { country_event = { days = 1 id = ethiopia.50 } }
		hidden_effect = {
			set_variable = { FROM.afr_company_trade_good = 3 }
			set_variable = { FROM.company_country_var = ROOT.id }
			FROM = { give_military_access = ROOT }
		}
	}
	
}

#A shipyard company
#country_event = {
#	id = ethiopia.49
#	title = ethiopia.49.t
#	desc = ethiopia.49.d
#	picture = GFX_report_event_soviet_finnish_pact
#	
#	is_triggered_only = yes
#	
#	option = {
#		name = ethiopia.49.a
#		ai_chance = { factor = 100 }
#		activate_decision = ETH_shipyard_company
#		ETH_company_military_access = yes
#	}
#	
#}

#A cotton company
country_event = {
	id = ethiopia.48
	title = ethiopia.48.t
	desc = ethiopia.48.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.48.a
		ai_chance = { factor = 100 }
	}
}

#A logging company
country_event = {
	id = ethiopia.49
	title = ethiopia.49.t
	desc = ethiopia.49.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.49.a
		ai_chance = { factor = 100 }	
	}
}

#A rubber company
country_event = {
	id = ethiopia.50
	title = ethiopia.50.t
	desc = ethiopia.50.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.50.a
		ai_chance = { factor = 100 }
	}
}

#Ethiopia Exports Ships
#country_event = {
#	id = ethiopia_export.1
#	title = ethiopia_export.1.t
#	desc = ethiopia_export.1.d
#	picture = GFX_report_event_merchant_ship_01
#	
#	is_triggered_only = yes
#	
#	option = {
#		name = ethiopia_export.1.a
#		ai_chance = { factor = 100 }
#		ETH = { country_event = { days = 1 id = ethiopia_export.2 } }
#		
#	}
#	
#}
#country_event = {
#	id = ethiopia_export.2
#	title = ethiopia_export.2.t
#	desc = ethiopia_export.2.d
#	picture = GFX_report_event_soviet_finnish_pact
#	
#	is_triggered_only = yes
#	
#	option = {
#		name = ethiopia_export.2.a
#		ai_chance = { factor = 100 }
#		ETH = {
#		custom_effect_tooltip = EDC_afr.3.t
#			hidden_effect = {
#				country_event = { id = EDC_afr.3 hours = 1 } 
#			}
#		}
#	}
#	
#}

#Company increases exports
country_event = {
	id = ethiopia.51
	title = ethiopia.51.t
	desc = ethiopia.51.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.51.a
		ai_chance = { factor = 100 }
		FROM = { country_event = { days = 1 id = ethiopia.52 } }
		
	}
	
}

country_event = {
	id = ethiopia.52
	title = ethiopia.52.t
	desc = ethiopia.52.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.52.a
		ai_chance = { factor = 100 }
		ROOT = {
			custom_effect_tooltip = EDC_afr.3.t
			hidden_effect = {
				country_event = { id = EDC_afr.3 hours = 1 } 
			}
		}
	}
	
}

#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.53
	title = ethiopia.53.t
	desc = ethiopia.53.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.53.a
		ai_chance = { factor = 50 }	
		ETH = { country_event = { days = 1 id = ethiopia.59 } }
		set_country_flag = coalition_against_islam
	}

	option = {
		name = ethiopia.53.b
		ai_chance = { factor = 50 }			
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}

#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.54
	title = ethiopia.54.t
	desc = ethiopia.54.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.54.a
		ai_chance = { factor = 0 }		
		ETH = { country_event = { days = 1 id = ethiopia.59 } }
		set_country_flag = coalition_against_islam
	}

	option = {
		name = ethiopia.54.b
		ai_chance = { factor = 100 }		
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}

#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.55
	title = ethiopia.55.t
	desc = ethiopia.55.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.55.a
		ai_chance = { factor = 25 }	
		ETH = { country_event = { days = 1 id = ethiopia.59 } }
		set_country_flag = coalition_against_islam
	}

	option = {
		name = ethiopia.55.b
		ai_chance = { factor = 75 }		
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}

#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.56
	title = ethiopia.56.t
	desc = ethiopia.56.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.56.a
		ai_chance = { factor = 60 }
		ETH = { country_event = { days = 1 id = ethiopia.59 } }
		set_country_flag = coalition_against_islam
	}

	option = {
		name = ethiopia.56.b
		ai_chance = { factor = 40 }			
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}

#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.57
	title = ethiopia.57.t
	desc = ethiopia.57.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.57.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 1 id = ethiopia.59 } }
		set_country_flag = coalition_against_islam
	}

	option = {
		name = ethiopia.57.b
		ai_chance = { factor = 0 }		
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}

#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.58
	title = ethiopia.58.t
	desc = ethiopia.58.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.58.a
		ai_chance = { factor = 80 }		
		ETH = { country_event = { days = 1 id = ethiopia.59 } }
		set_country_flag = coalition_against_islam
	}

	option = {
		name = ethiopia.58.b
		ai_chance = { factor = 20 }		
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}
#Proclaim_Coalition_Against_Islam
#England Accepts!
country_event = {
	id = ethiopia.59
	title = ethiopia.59.t
	desc = ethiopia.59.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.59.a
		ai_chance = { factor = 100 }
		set_country_flag = coalition_against_islam
		HRR = {
			remove_ideas = ETH_idea_rally_with_egypt
			clear_variable = rival_country
		}
		
		AWS = {
			remove_ideas = ETH_idea_rally_with_egypt
			clear_variable = rival_country
		}
		
		MED = {
			remove_ideas = ETH_idea_rally_with_egypt 
			clear_variable = rival_country
		}

	}
	
}
#Proclaim_Coalition_Against_Islam
#England Declines!
country_event = {
	id = ethiopia.60
	title = ethiopia.60.t
	desc = ethiopia.60.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.60.a
		ai_chance = { factor = 100 }
	}
	option = {
		name = ethiopia.60.b
		ai_chance = { factor = 100 }
		hidden_effect = {
		ENG = { country_event = { days = 1 id = ethiopia.61 } }
		}
		set_country_flag = purged_missionaries
	}
}
#Proclaim_Coalition_Against_Islam
#Ethiopia Purges The Missionaries!
country_event = {
	id = ethiopia.61
	title = ethiopia.61.t
	desc = ethiopia.61.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.61.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 15 id = ethiopia.62 } }
	}
}

#Proclaim_Coalition_Against_Islam
#Britain Invades Ethiopia!
country_event = {
	id = ethiopia.62
	title = ethiopia.62.t
	desc = ethiopia.62.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.62.a
		ai_chance = { factor = 100 }
		hidden_effect = {
		country_event = { days = 1 id = ethiopia.63 }
		}
	}
}
#Proclaim_Coalition_Against_Islam
#Tewodros_Dies!
country_event = {
	id = ethiopia.63
	title = ethiopia.63.t
	desc = ethiopia.63.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.63.a
		ai_chance = { factor = 100 }
		kill_country_leader = yes
		hidden_effect = {
			create_country_leader = {
				name = "Menelik II"
				desc = ""
				picture = "gfx/leaders/Europe/Portrait_Europe_Generic_5.png"
				expire = "1965.1.1"
				ideology = absolutism
				traits = {
				
				}
			}
		}
	}
}

#Proclaim_Coalition_Against_Islam_1
#Clergy Insurgents
country_event = {
	id = ethiopia.64
	title = ethiopia.64.t
	desc = ethiopia.64.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.64.a
		ai_chance = { factor = 50 }
		hidden_effect = {
		ETH = { country_event = { days = 5 id = ethiopia.65 } }
		}
		
		
	}

	option = {
		name = ethiopia.64.b
		ai_chance = { factor = 50 }
		hidden_effect = {
		ETH = { country_event = { days = 5 id = ethiopia.66 } }
		}
	}
	
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Sent The Military
country_event = {
	id = ethiopia.65
	title = ethiopia.65.t
	desc = ethiopia.65.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.65.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 30 id = ethiopia.67 } }
	}
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Did Nothing
country_event = {
	id = ethiopia.66
	title = ethiopia.66.t
	desc = ethiopia.66.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.66.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 30 id = ethiopia.67 } }
	}
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Civil War!
country_event = {
	id = ethiopia.67
	title = ethiopia.67.t
	desc = ethiopia.67.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.67.a
		ai_chance = { factor = 100 }

	}
}
#Proclaim_Coalition_Against_Islam
country_event = {
	id = ethiopia.68
	title = ethiopia.68.t
	desc = ethiopia.68.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.68.a
		ai_chance = { factor = 25 }
		hidden_effect = {
			ETH = { country_event = { days = 5 id = ethiopia.69 } }
		}
		
		
	}
	
	option = {
		name = ethiopia.68.b
		ai_chance = { factor = 50 }
		hidden_effect = {
			ETH = { country_event = { days = 5 id = ethiopia.70 } }
			ENG = { country_event = { days = 5 id = ethiopia.72 } }
		}

	}

	option = {
		name = ethiopia.68.c
		ai_chance = { factor = 25 }
		hidden_effect = {
			ETH = { country_event = { days = 5 id = ethiopia.71 } }
			ENG = { country_event = { days = 5 id = ethiopia.73 } }
		}
	}
	
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Sent The Military
country_event = {
	id = ethiopia.69
	title = ethiopia.69.t
	desc = ethiopia.69.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.69.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 30 id = ethiopia.74 } }
	}
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Guarded The Company Assets
country_event = {
	id = ethiopia.70
	title = ethiopia.70.t
	desc = ethiopia.70.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.70.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 30 id = ethiopia.74 } }
		
	}
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Did Nothing
country_event = {
	id = ethiopia.71
	title = ethiopia.71.t
	desc = ethiopia.71.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.71.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 30 id = ethiopia.74 } }
				
	}

	option = {
		name = ethiopia.53.b
		ai_chance = { factor = 50 }			
		ETH = { country_event = { days = 1 id = ethiopia.60 } }
	}
}

#Proclaim_Coalition_Against_Islam
#British Notification
#Company Assets In Ethiopia Protected
country_event = {
	id = ethiopia.72
	title = ethiopia.72.t
	desc = ethiopia.72.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.72.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 3 id = ethiopia.75 } }
		add_opinion_modifier = {
			target = ETH
			modifier = small_increase
		}
	}
}

#Proclaim_Coalition_Against_Islam
#British Notification
#Company Assets In Ethiopia Attacked
country_event = {
	id = ethiopia.73
	title = ethiopia.73.t
	desc = ethiopia.73.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.73.a
		ai_chance = { factor = 100 }
		ETH = { country_event = { days = 3 id = ethiopia.76 } }
		add_opinion_modifier = {
			target = ETH
			modifier = small_decrease
		}
	}
}

#Proclaim_Coalition_Against_Islam
#Clergy Insurgents
#Civil War!
country_event = {
	id = ethiopia.74
	title = ethiopia.74.t
	desc = ethiopia.74.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.74.a
		ai_chance = { factor = 100 }
		#ROOT = { country_event = { days = 1 id = ethiopia_company_coup.11 } }
		hidden_effect = {
					if = {
						limit = {
							ROOT = { 
								has_idea = ETH_idea_alienated_parish_clergy
							}
						}
						#ROOT = { country_event = { days = 1 id = ethiopia_company_coup.7 } }
					}
					if = {
						limit = {
							ROOT = { 
								has_idea = ETH_idea_furious_parish_clergy
							}
						}
						#ROOT = { country_event = { days = 1 id = ethiopia_company_coup.8 } }
					}
		}
		ROOT = { 
			set_capital = { state = 815 }	
			set_country_flag = is_trading_company
			if = {
				limit = {
					ROOT = { 
						has_country_flag = ETH_ENG_Coup_Forming
					}
				}
				set_cosmetic_tag = ETH_British_Trade_Company
				815 = {
					set_state_name = "New Manchester"
				}
			}		
			if = {
				limit = {
					ROOT = { 
						has_country_flag = ETH_POR_Coup_Forming
					}
				}
				set_cosmetic_tag = ETH_Portugal_Trade_Company
				815 = {
					set_state_name = "Novo Beja"
				}
				
			}	
			if = {
				limit = {
					ROOT = { 
						has_country_flag = ETH_GER_Coup_Forming
					}
				}
				set_cosmetic_tag = ETH_German_Trade_Company 
				815 = {
					set_state_name = "Neu Bernburg"
				}
			}	
			if = {
				limit = {
					ROOT = { 
						has_country_flag = ETH_FRA_Coup_Forming
					}
					
				}
				set_cosmetic_tag = ETH_French_Trade_Company
				815 = {
					set_state_name = "New Troyes"
				}
			}	
			
		}
		if = {
				limit = {
					ROOT = { 
							NOT = { 
								has_country_flag = ETH_corporate_coup_support
							}
					}
				}
					
					
					start_civil_war = {
						ruling_party = chauvinist_populism
						ideology = autocracy
						size = 1
						capital = 816
						states = { 
							816 817
						}
						keep_unit_leaders = {
							
						}
					}
			}
		if = {
				limit = {
					ROOT = { 
							has_country_flag = ETH_corporate_coup_support
					}
				}
					
					start_civil_war = {
						ruling_party = chauvinist_populism
						ideology = autocracy
						size = 1
						capital = 816
						states = { 
							816 817
						}
						keep_unit_leaders = {
							
						}
					}
					
		}
		
		ROOT = {
			hidden_effect = {
				remove_ideas = ETH_idea_tewodros_social_reforms
				if = {
					limit = {
						FROM = { has_government = centrism }
					}
					
					set_popularities = {
						centrism = 100
						traditional_conservatism = 0
						social_egalitarianism = 0
						ideology_radical_socialism = 0
						ideology_social_liberalism = 0
						autocracy = 0
						radical_democracy = 0
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = centrism
					}
				}
				if = {
					limit = {
						FROM = { has_government = traditional_conservatism }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 100
						social_egalitarianism = 0
						ideology_radical_socialism = 0
						ideology_social_liberalism = 0
						autocracy = 0
						radical_democracy = 0
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = traditional_conservatism
					}
				}
				
				
				if = {
					limit = {
						FROM = { has_government = social_egalitarianism }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 0
						social_egalitarianism = 100
						ideology_radical_socialism = 0
						ideology_social_liberalism = 0
						autocracy = 0
						radical_democracy = 0
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = social_egalitarianism
					}
				}
				
				if = {
					limit = {
						FROM = { has_government = ideology_radical_socialism }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 0
						social_egalitarianism = 0
						ideology_radical_socialism = 100
						ideology_social_liberalism = 0
						autocracy = 0
						radical_democracy = 0
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = ideology_radical_socialism
					}
				}
				
				if = {
					limit = {
						FROM = { has_government = ideology_social_liberalism }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 0
						social_egalitarianism = 0
						ideology_radical_socialism = 0
						ideology_social_liberalism = 100
						autocracy = 0
						radical_democracy = 0
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = ideology_social_liberalism
					}
				}
				
				if = {
					limit = {
						FROM = { has_government = autocracy }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 0
						social_egalitarianism = 0
						ideology_radical_socialism = 0
						ideology_social_liberalism = 0
						autocracy = 100
						radical_democracy = 0
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = autocracy
					}
				}
				
				if = {
					limit = {
						FROM = { has_government = radical_democracy }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 0
						social_egalitarianism = 0
						ideology_radical_socialism = 0
						ideology_social_liberalism = 0
						autocracy = 0
						radical_democracy = 100
						chauvinist_populism = 0
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = radical_democracy
					}
				}
				
				if = {
					limit = {
						FROM = { has_government = chauvinist_populism }
					}
					set_popularities = {
						centrism = 0
						traditional_conservatism = 0
						social_egalitarianism = 0
						ideology_radical_socialism = 0
						ideology_social_liberalism = 0
						autocracy = 0
						radical_democracy = 0
						chauvinist_populism = 100
						anarchism = 0
						fundamentalism = 0
					}
					set_politics = {
						ruling_party = chauvinist_populism
					}
				}
			}
		}
					
	}
}

#Proclaim_Coalition_Against_Islam
#British Response
#Britain Is Happy
country_event = {
	id = ethiopia.75
	title = ethiopia.75.t
	desc = ethiopia.75.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.75.a
		ai_chance = { factor = 100 }
	}
}

#Proclaim_Coalition_Against_Islam
#British Response
#Britain Is Mad
country_event = {
	id = ethiopia.76
	title = ethiopia.76.t
	desc = ethiopia.76.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.76.a
		ai_chance = { factor = 100 }
		
	}
}

#Initiate Islamic Raids

country_event = {
	id = ethiopia.77
	title = ethiopia.77.t
	desc = ethiopia.77.d
	picture = GFX_report_event_chinese_army_training
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.77.a
		ai_chance = {
			factor = 100
		}
		custom_effect_tooltip = set_border_war_data_afr_raid_christian_neighbor_detect_raid_combat_width_tooltip
		if = {
			limit = { 
				
				NOT = { has_country_flag = Tribal_Army_Raised } 
				OR = {
					check_variable = { Tribal_army_num > 999 }
					check_variable = { Tribal_horse_army_num > 999 }
					check_variable = { Tribal_horse_pistoleer_army_num > 999 }
					check_variable = { Tribal_camel_army_num > 999 }
				}
			}
			hidden_effect = {
				set_country_flag = Tribal_Army_Raised_Due_To_Border_War
				ROOT = { country_event = { id = first_nations_tribal_raid.22 days = 35 } }
				set_country_flag = Tribal_Army_Raised
				
			}
		}
	}
}

country_event = {
	id = ethiopia.78
	title = ethiopia.78.t
	desc = ethiopia.78.d
	picture = GFX_report_event_japanese_army_parade

	is_triggered_only = yes

	option = {
		name = ethiopia.78.a
		ai_chance = { factor = 100 }
		
	}
}

country_event = {
	id = ethiopia.79
	hidden = yes
	is_triggered_only = yes

	immediate = {
		hidden_effect = { FROM = { country_event = { id = ethiopia.80 } } }
	}
}

#Islamic Raids
country_event = {
	id = ethiopia.80
	title = ethiopia.80.t
	desc = ethiopia.80.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.80.a
		ai_chance = { factor = 100 }
	}
	
}

country_event = {
	id = ethiopia.81
	title = ethiopia.81.t
	desc = ethiopia.81.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.81.a
		ai_chance = { factor = 100 }
		if = { 
			limit = { ROOT = { has_border_war = no } }
			hidden_effect = { ROOT = { clr_country_flag = afr_raid_christian_neighbor_flag } }
		}
		army_experience = 5
		hidden_effect = { add_to_variable = {Tribal_army_num = -100} }
		custom_effect_tooltip= afr_remove_100_to_tribal_army
	}
	
}

country_event = {
	id = ethiopia.82
	title = ethiopia.82.t
	desc = ethiopia.82.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.82.a
		ai_chance = { factor = 100 }
		if = { 
			limit = { ROOT = { has_border_war = no } }
			hidden_effect = { ROOT = { clr_country_flag = afr_raid_christian_neighbor_flag } }
		}
		army_experience = 2
		hidden_effect = { add_to_variable = {Tribal_army_num = -500} }
		custom_effect_tooltip= afr_remove_500_to_tribal_army
	}
	
}

country_event = {
	id = ethiopia.83
	title = ethiopia.83.t
	desc = ethiopia.83.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.83.a
		ai_chance = { factor = 100 }
		if = { 
			limit = { ROOT = { has_border_war = no } }
			hidden_effect = { ROOT = { clr_country_flag = afr_raid_christian_neighbor_flag } }
		}
		ROOT = { army_experience = 2 }
	}
	
}
#Announce
country_event = {
	id = ethiopia.84
	title = ethiopia.84.t
	desc = ethiopia.84.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.84.a
		ai_chance = { factor = 100 }
		
	}
	
}
#Win
country_event = {
	id = ethiopia.85
	title = ethiopia.85.t
	desc = ethiopia.85.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.85.a
		ai_chance = { factor = 100 }
		if = { 
			limit = { ROOT = { has_border_war = no } }
			hidden_effect = { ROOT = { clr_country_flag = afr_raid_christian_neighbor_flag } }
		}
		army_experience = 5
		add_stability = 0.01
		hidden_effect = {
			clr_country_flag = ETH_caliphate_raid
		}
		if = {
			limit = { check_variable = { var = afr_border_war_defender_flag value = 1 compare = greater_than_or_equals } }
			hidden_effect = { subtract_from_variable = { afr_border_war_defender_flag = 1 } }
		}
	}
	
}
#Lose
country_event = {
	id = ethiopia.86
	title = ethiopia.86.t
	desc = ethiopia.86.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.86.a
		ai_chance = { factor = 100 }
		if = { 
			limit = { ROOT = { has_border_war = no } }
			hidden_effect = { ROOT = { clr_country_flag = afr_raid_christian_neighbor_flag } }
		}
		army_experience = 1
		add_stability = -0.01
		hidden_effect = {
			random_owned_state = {
				limit = { has_state_flag = ETH_caliphate_raid }
				state_event = { id = RCE_afr_regional_power.53 trigger_for = controller }
				clr_state_flag = ETH_caliphate_raid
			}
			clr_country_flag = ETH_caliphate_raid	
		}
		if = {
			limit = { check_variable = { var = afr_border_war_defender_flag value = 1 compare = greater_than_or_equals } }
			hidden_effect = { subtract_from_variable = { afr_border_war_defender_flag = 1 } }
		}
	}
	
}
#Stalemate
country_event = {
	id = ethiopia.87
	title = ethiopia.87.t
	desc = ethiopia.87.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.87.a
		ai_chance = { factor = 100 }
		if = { 
			limit = { ROOT = { has_border_war = no } }
			hidden_effect = { ROOT = { clr_country_flag = afr_raid_christian_neighbor_flag } }
		}
		army_experience = 1
		hidden_effect = {
			clr_country_flag = ETH_caliphate_raid
		}
		if = {
			limit = { check_variable = { var = afr_border_war_defender_flag value = 1 compare = greater_than_or_equals } }
			hidden_effect = { subtract_from_variable = { afr_border_war_defender_flag = 1 } }
		}
	}
	
}

country_event = {
	id = ethiopia.88
	title = ethiopia.88.t
	desc = ethiopia.88.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	hidden = yes
	immediate = {
		816 = {
			damage_building = {
				type = infrastructure
				damage = 0.10
			}
		}
		
	}
	
}

country_event = {
	id = ethiopia.89
	title = ethiopia.89.t
	desc = ethiopia.89.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	hidden = yes
	immediate = {
		816 = {
			damage_building = {
				type = infrastructure
				damage = 0.20
			}
		}
	}
	
}

country_event = {
	id = ethiopia.90
	title = ethiopia.90.t
	desc = ethiopia.90.d
	picture = GFX_report_event_soviet_finnish_pact
	
	is_triggered_only = yes
	hidden = yes
	immediate = {
		816 = {
			damage_building = {
				type = infrastructure
				damage = 0.30
			}
		}
	}
	
}


#Oromo damage
country_event = {
	id = ethiopia.91
	title = ethiopia.91.t
	desc = ethiopia.91.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.91.a
		random_owned_state = {
			limit = {
				is_fully_controlled_by = ROOT
				infrastructure >0
			}
			damage_building = {
				type = infrastructure
				damage = 0.6
			}
		}
	}
}

country_event = {
	id = ethiopia.92
	title = ethiopia.92.t
	desc = ethiopia.92.d
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	
	option = {
		name = ethiopia.92.a
		random_owned_state = {
			limit = {
				is_fully_controlled_by = ROOT
				cotton_farm >0
			}
			damage_building = {
				type = cotton_farm
				damage = 0.6
			}
		}
	}
}	

#ALZ Slave King's Raid is Started
country_event = {
	id = ethiopia.93
	title = ethiopia.93.t
	desc = ethiopia.93.desc
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes

	option = {
		name = ethiopia.93.a
		ai_chance = { factor = 100 }
		ETH = { complete_national_focus = ETH_enemy_of_my_enemy }
		ETH = { country_event = { days = 7 id = ethiopia.94 } }
	}
	
	option = {
		name = ethiopia.93.b
		ai_chance = { factor = 0 }
	}
}

#ALZ Sudanese Independance Movement
country_event = {
	id = ethiopia.94
	title = ethiopia.94.t
	desc = ethiopia.94.desc
	picture = GFX_report_event_japanese_transport_soldiers

	is_triggered_only = yes

	option = {
		name = ethiopia.94.a
		ai_chance = { factor = 100 }
		ETH = { complete_national_focus = ETH_sudanese_independance_movment }
	}
	
	option = {
		name = ethiopia.94.b
		ai_chance = { factor = 0 }
	}
}