###########################
# BBA Events for the 2nd Italo-Ethiopian War
###########################

add_namespace = BBA_italo_ethiopian_war_events

### MUSSOLINI AMBITION SYSTEM STARTS AS CHRISTMAS OFFENSIVE ENDS ###
# Event for ITA 
unit_leader_event = { # THIS IS ACTUALLY THE FIRST MISSIOLINI! 
	id = BBA_italo_ethiopian_war_events.01
	title = BBA_italo_ethiopian_war_events.01.t
	desc = BBA_italo_ethiopian_war_events.01.desc
	
	is_triggered_only = yes

	fire_only_once = yes

	immediate = { # INITIALIZE MISSIOLINIS SYSTEM
		hidden_effect = {
			ITA_missiolinis_initialize_missiolinis_system = yes
			#First time it's two missions at once
			ITA_missiolinis_initialize_new_mission_effect = yes
			ITA_missiolinis_initialize_new_mission_effect = yes
		}
	}

	trigger = {
		has_war_with = ETH
		has_country_leader = {
			character = ITA_benito_mussolini
			ruling_only = yes
		}
	}

	# Lets go on the offensive!
	option = { 
		name = BBA_italo_ethiopian_war_events.01.a
		ai_chance = {
			base = 10
			modifier = {
				factor = 0.5
				NOT = { has_government = fascism }
			}
		}

		# Set Mission Timers 
		set_variable = { ETH.ETH_hold_the_north_time = 120 } # Timer for Holding/Conquering northern Ethiopia
		set_variable = { ETH.ETH_hold_the_south_time = 120 } # Timer for Holding/Conquering southern Ethiopia and Harar

		if = { # Effects to Ethiopia and LoN stuff only for BBA
			limit = {
				has_dlc = "By Blood Alone"
			}
		
			# Increase War escalation and trigger loc for GUI
			ETH = { set_country_flag = italian_major_offensive_against_ethiopia_flag }
			# ETH_escalate_the_war_effect = yes 
			custom_effect_tooltip = ITA_war_escalation_inc_tt
			add_to_variable = { ETH.ETH_war_escalation_level = 1 }
			#ITA = {
			#	add_named_threat = { 
			#		threat = 0.6
			#		name = ETH_major_offensive_threat
			#	}
			#}

			hidden_effect = { # Ethiopian missions activated only with BBA
				ETH = { activate_mission = ETH_hold_the_north_mission }
				ETH = { activate_mission = ETH_hold_the_south_mission }
			}
		}
	
		#START MISSIOLINIS SYSTEM
		set_country_flag = ITA_missiolinis_active_flag #This will unlock Missiolini's decision cat with the two first missions 
		hidden_effect = {
			ITA = {
				activate_mission = ITA_conquer_the_north_mission
				activate_mission = ITA_conquer_the_south_mission
				add_ideas = ITA_aggressive_policy_in_ethiopia
			}
		}

		# other effects for ITA 
		add_timed_idea = {
			idea = ITA_offensive_in_ethiopia
			days = 180
		}
		ETH =  {
			add_timed_idea = {
				idea = ETH_italian_offensive_idea
				days = 180
			}
		}

		# Other effects for ETH
		ETH = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.02
				hours = 1
			}
		}		
	}

	# We need to be more cautious .... 
	option = { 
		name = BBA_italo_ethiopian_war_events.01.b
		ai_chance = {
			base = 2
			modifier = {
				factor = 0
				is_historical_focus_on = yes 
			}
		}
		# No escalation of war

		# Set Mission Timers 
		set_variable = { ETH.ETH_hold_the_north_time = 180 } # Timer for Holding/Conquering northern Ethiopia
		set_variable = { ETH.ETH_hold_the_south_time = 180 } # Timer for Holding/Conquering southern Ethiopia and Harar

		hidden_effect = {
			ETH = { activate_mission = ETH_hold_the_north_mission }
			ETH = { activate_mission = ETH_hold_the_south_mission }
			ITA = { activate_mission = ITA_conquer_the_north_mission }
			ITA = { activate_mission = ITA_conquer_the_south_mission }
		}
		# other effects for ITA

		add_timed_idea = {
			idea = ITA_logistics_in_ethiopia
			days = 240
		}

		# Other effects for ETH
		ETH = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.02
				hours = 1
			}
		}
	
	}
}

# Event for ETH - ITA starts major offensive
country_event = {
	id = BBA_italo_ethiopian_war_events.02
	title = BBA_italo_ethiopian_war_events.02.t
	desc = BBA_italo_ethiopian_war_events.02.desc
	picture = GFX_report_event_gre_italian_troops
	
	is_triggered_only = yes

	fire_only_once = yes

	immediate = {
		
	}

	trigger = {
		has_war_with = ETH
	}

	# Oh bleep
	option = { 
		name = BBA_italo_ethiopian_war_events.02.a
		ai_chance = {
			base = 10
		}
	
	}
	
}


# Event for ETH - ITA starts slow buildup
country_event = {
	id = BBA_italo_ethiopian_war_events.03
	title = BBA_italo_ethiopian_war_events.03.t
	desc = BBA_italo_ethiopian_war_events.03.desc
	picture = GFX_report_event_military_planning
	
	is_triggered_only = yes

	fire_only_once = yes

	immediate = {
		
	}

	trigger = {
		has_war_with = ETH
	}

	# Oh bleep
	option = { 
		name = BBA_italo_ethiopian_war_events.03.a
		ai_chance = {
			base = 10
		}
	
	}
	
}



#### Embargo events
# is_league_of_nations_member

# Event with Embargo Resolution against ITA
country_event = {
	id = BBA_italo_ethiopian_war_events.10
	title = BBA_italo_ethiopian_war_events.10.t
	desc = BBA_italo_ethiopian_war_events.10.desc
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes

	immediate = {
		
	}

	trigger = {
		is_league_of_nations_member = yes
	}

	# great idea
	option = { 
		name = BBA_italo_ethiopian_war_events.10.a
		# Not available for countries that are in faction with Italy
		trigger = {
			NOT = {
				is_in_faction_with = ITA
			}
		}
		ai_chance = {
			base = 10
			modifier = {
				factor = 0
				has_idea = SWI_swiss_neutrality	
			}
			modifier = {
				factor = 0.25
				has_idea = neutrality_idea	
			}
		}
		send_embargo = ITA
		custom_effect_tooltip = embargo_relation_tt
		add_stability = 0.200
		# add_war_support = -0.01
	}

	# no we won't
	option = { 
		name = BBA_italo_ethiopian_war_events.10.b
		# Not available for countries that are in faction with Italy
		trigger = {
			NOT = {
				is_in_faction_with = ITA
			}
		}
		ai_chance = {
			base = 1
			modifier = {
				factor = 5
				has_opinion = {
					target = ITA
					value > 0
				}
			}
			modifier = {
				factor = 2
				has_opinion = {
					target = ITA
					value > 49
				}
			}
		}
		add_political_power = -25
		IF = {
			limit = {
				NOT = { has_idea = SWI_swiss_neutrality }
				NOT = { has_idea = neutrality_idea }
			}
			leave_the_league_of_nations = yes 
		}
	}

	# Italy is our friend
	option = { 
		name = BBA_italo_ethiopian_war_events.10.c
		# Only available for countries that are in faction with Italy or that have a high opinion of Italy
		trigger = {
			OR = {
				is_in_faction_with = ITA
				has_opinion = {
					target = ITA
					value > 49
				}
			}
		}
		ai_chance = {
			base = 10
			modifier = {
				factor = 2
				has_opinion = {
					target = ITA
					value > 49
				}
			}
		}
		ITA = {
			add_opinion_modifier = {
				target = ROOT
				modifier = refused_sanctions_modifier
			}
		}
		add_stability = -0.02
		# add_war_support = 0.100
		leave_the_league_of_nations = yes 
	
	}
	
	
}

# Close the Suez event 
country_event = {
	id = BBA_italo_ethiopian_war_events.11
	title = BBA_italo_ethiopian_war_events.11.t
	desc = BBA_italo_ethiopian_war_events.11.desc
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	fire_only_once = yes 

	immediate = {
		
	}

	trigger = {
		is_league_of_nations_member = yes
	}

	# great idea - lets block them
	option = { 
		name = BBA_italo_ethiopian_war_events.11.a
		trigger = {
			
		}
		ai_chance = {
			base = 10
			modifier = {
				factor = 0.1
				has_government = ITA 
			}
		}
		add_popularity = {
			ideology = ROOT
			popularity = 0.05
		}
		custom_effect_tooltip = suez_blocked_sanctions_tt
		ITA = { set_country_flag = SUEZ_SANCTIONS_FLAG }
		ETH = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.13
				hours = 4
			}
		}
	}

	# no we won't
	option = { 
		name = BBA_italo_ethiopian_war_events.11.b
		trigger = {
			
		}
		ai_chance = {
			base = 1
			modifier = {
				factor = 5
				has_opinion = {
					target = ITA
					value > 0
				}
			}
			modifier = {
				factor = 2
				has_opinion = {
					target = ITA
					value > 49
				}
			}
			modifier = {
				factor = 5
				is_in_faction_with = ITA
			}
		}
		
		add_political_power	= -100
		add_popularity = {
			ideology = ITA
			popularity = 0.05
		}
		leave_the_league_of_nations = yes 
		ETH = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.12
				hours = 4
			}
		}
	}
	
}

# UK refuses to close the Suez
country_event = {
	id = BBA_italo_ethiopian_war_events.12
	title = BBA_italo_ethiopian_war_events.12.t
	desc = BBA_italo_ethiopian_war_events.12.desc
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	fire_only_once = yes 

	immediate = {
		
	}
	# great idea
	option = { 
		name = BBA_italo_ethiopian_war_events.12.a
		trigger = {
			
		}
		ai_chance = {
			base = 10

		}
	}
	
}

# UK agrees to close the Suez
country_event = {
	id = BBA_italo_ethiopian_war_events.13
	title = BBA_italo_ethiopian_war_events.13.t
	desc = BBA_italo_ethiopian_war_events.13.desc
	picture = GFX_report_event_merchant_ship_01
	
	is_triggered_only = yes
	fire_only_once = yes 

	immediate = {
		
	}
	# great idea
	option = { 
		name = BBA_italo_ethiopian_war_events.13.a
	}
	
}

# Request Volunteers Event for LoN member countries 
country_event = {
	id = BBA_italo_ethiopian_war_events.14
	title = BBA_italo_ethiopian_war_events.14.t
	desc = BBA_italo_ethiopian_war_events.14.desc
	picture = GFX_report_event_generic_rally2
	
	is_triggered_only = yes
	trigger = {
		is_league_of_nations_member = yes 
		NOT = { has_war_with = ETH }
	}

	immediate = {
		
	}
	# we should organize this properly
	option = { 
		name = BBA_italo_ethiopian_war_events.14.a
		trigger = { 
			NOT = { is_in_faction_with = ITA } 
			has_opinion = {
				target = ITA
				value < 0
			}
			has_war = no 
		}
		ai_chance = {
			base = 10
			modifier = {
				factor = 0.5
				is_major = no 
			}
			modifier = {
				factor = 0.5
				has_opinion = {
					target = ITA
					value > 0
				}
			}
			modifier = {
				factor = 0
				has_opinion = {
					target = ITA
					value > 75
				}
			}
			modifier = {
				factor = 2
				has_opinion = {
					target = ITA
					value < -50
				}
			}
			modifier = {
				factor = 0.25
				any_owned_state = {
					is_on_continent = asia
					is_capital = yes
				}
			}
			modifier = {
				factor = 1.5
				has_government = democratic
			}
			modifier = {
				factor = 0.1
				has_government = ITA
			}
			modifier = {
				factor = 0.1
				has_war_support < 0.1
			}
			modifier = {
				factor = 0
				OR = {
					has_idea = SWI_swiss_neutrality
					has_idea = neutrality_idea
				}
			}
		}

		add_relation_modifier = {
			target = ETH
			modifier = ETH_league_of_nations_volunteer_resolution
		}
		add_relation_rule_override = {
			target = ETH
			can_send_volunteers = yes
		}
		set_country_flag = ETH_support_for_ethiopia_flag
		#add_timed_idea = {
		#	idea = ETH_support_for_ethiopia_idea
		#	days = 30
		#}
		ITA = {
			add_opinion_modifier = {
				target = ROOT 
				modifier = supporting_ethiopia_modifier_ITA
			}
		}
		ETH = {
			add_opinion_modifier = {
				target = ROOT 
				modifier = supporting_ethiopia_modifier_ETH
			}
		}
		# Send message to Ethiopia that help might be coming
		hidden_effect = {
			IF = {
				limit = { 
					ROOT = { is_major = yes } 
				}
				ETH = {
					country_event = {
						id = BBA_italo_ethiopian_war_events.16
						hours = 4
						random_hours = 4
					}
				}
			}
		}
	}
	# let people go if they want to
	option = { 
		name = BBA_italo_ethiopian_war_events.14.b
		trigger = { 
			NOT = { is_in_faction_with = ITA } 
			has_war = no 
		}
		ai_chance = {
			base = 10
			modifier = {
				factor = 0.5
				is_major = yes  
			}
			modifier = {
				factor = 0.5
				has_opinion = {
					target = ITA
					value > 0
				}
			}
			modifier = {
				factor = 0
				has_opinion = {
					target = ITA
					value > 75
				}
			}
			modifier = {
				factor = 0.5
				has_war_support < 0.1
			}
			modifier = {
				factor = 0
				has_idea = SWI_swiss_neutrality	
			}
			modifier = {
				factor = 0.25
				has_idea = neutrality_idea	
			}
			
		}

		custom_effect_tooltip = ETH_volunteers_leave_2000
		add_manpower = -2000
		add_to_variable = { ETH.number_of_volunteers = 1 }
		ITA = {
			add_opinion_modifier = {
				target = ROOT 
				modifier = supporting_ethiopia_modifier_ITA
			}
		}
	}
	# No!
	option = { 
		name = BBA_italo_ethiopian_war_events.14.c
		trigger = { 
			has_war = no 
		}
		ai_chance = {
			base = 10
			modifier = {
				factor = 0.5
				has_opinion = {
					target = ITA
					value < 0
				}
			}
		}
		custom_effect_tooltip = ETH_volunteers_leave_200
		add_manpower = -200
		add_to_variable = { ETH.number_of_volunteers = 0.2 }
	}
	# We have our own war to fight
	option = { 
		name = BBA_italo_ethiopian_war_events.14.d
		trigger = { has_war = yes }

		
	}
	
}

# international volunteer brigades forming
country_event = {
	id = BBA_italo_ethiopian_war_events.15
	title = BBA_italo_ethiopian_war_events.15.t
	desc = {
		text = BBA_italo_ethiopian_war_events.15.desc_a
		trigger = { 
			check_variable = { ETH.number_of_volunteers > 0 }
		}
	}
	desc = {
		text = BBA_italo_ethiopian_war_events.15.desc_b
		trigger = { 
			check_variable = { ETH.number_of_volunteers < 1 }
		}
	}
	picture = GFX_report_event_generic_army
	
	is_triggered_only = yes
	trigger = {
		has_war_with = ITA 
	}

	immediate = {
		divide_variable = {
			ETH.number_of_volunteers = 5
		}
		round_variable = ETH.number_of_volunteers
	}
	# Forming brigades
	option = { 
		name = BBA_italo_ethiopian_war_events.15.a
		trigger = { 
			check_variable = { ETH.number_of_volunteers > 0 }
		}
		division_template = {
			name = "International brigade"
			is_locked = yes
			division_names_group = ETH_INT_BRIG
			priority = 1
			template_counter = 0
			regiments = {
				infantry = { x = 0 y = 0 }
				infantry = { x = 0 y = 1 }
				infantry = { x = 0 y = 2 }
				infantry = { x = 0 y = 3 }
				infantry = { x = 0 y = 4 }
			}
		}
		IF = {
			limit = { 838 = { is_controlled_by_ROOT_or_ally = yes } }
			838 = {
				create_unit = {
					division = "division_template = \"International brigade\" start_experience_factor = 0.1 start_equipment_factor = 1"
					owner = ETH
					count = ETH.number_of_volunteers
					prioritize_location = 13244
				}
			}
		}
		ELSE = {
			random_owned_controlled_state = {
				create_unit = {
					division = "division_template = \"International brigade\" start_experience_factor = 0.1 start_equipment_factor = 1"
					owner = ETH
					count = ETH.number_of_volunteers
				}
			}
		}

	}
	# Sad... 
	option = { 
		name = BBA_italo_ethiopian_war_events.15.b
		trigger = { 
			check_variable = { ETH.number_of_volunteers < 1 }
		}
		add_manpower = 1000
		
	}
	
	
}

# ETH - confirmation that expeditionary forces are forming
country_event = {
	id = BBA_italo_ethiopian_war_events.16
	title = BBA_italo_ethiopian_war_events.16.t
	desc = BBA_italo_ethiopian_war_events.16.desc
	
	picture = GFX_report_event_generic_army
	fire_only_once = yes 
	is_triggered_only = yes
	trigger = {
		has_war_with = ITA 
	}

	immediate = {

	}
	# Are they coming to help
	option = { 
		name = BBA_italo_ethiopian_war_events.16.a
	}
}




# Notification for Italy that Haile Selassie has escaped
country_event = {
	id = BBA_italo_ethiopian_war_events.20
	title = BBA_italo_ethiopian_war_events.20.t
	desc = BBA_italo_ethiopian_war_events.20.desc
	picture = GFX_report_event_generic_train
	
	is_triggered_only = yes
	fire_only_once = yes 

	immediate = {
		
	}
	# We will defeat them
	option = { 
		name = BBA_italo_ethiopian_war_events.20.a
		trigger = {
			
		}
		ai_chance = {
			base = 10

		}
		custom_effect_tooltip = ITA_occupation_tt

	}
	
}

#### Host country events
# ETH requests possible exile status
country_event = {
	id = BBA_italo_ethiopian_war_events.100
	title = BBA_italo_ethiopian_war_events.100.t
	desc = BBA_italo_ethiopian_war_events.100.desc
	picture = GFX_report_event_generic_battle
	
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			set_variable = { var_opinion = ROOT.opinion@FROM}
			divide_variable = { var_opinion = 100 } # make it go from -1 to 1
			add_to_variable = { var_opinion = 2 } # 0 to 2 
		}
	}
	# great idea, do come here
	option = { 
		name = BBA_italo_ethiopian_war_events.100.a
		trigger = {
			NOT = { is_in_faction_with = ITA }
		}
		ai_chance = {
			
			base = 10
			modifier = { # We don't generally like foreigners
				factor = 0.5
				has_government = fascism
			}
			modifier = { # Kodoha - Ethiopian Friendship
				factor = 5
				has_completed_focus = JAP_support_the_kodoha_faction
			}
			modifier = { # If we really like them
				factor = var_opinion
				always = yes 
			}


		}
		set_variable = { ETH.host_nation = ROOT }
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.101
				hours = 8
				random_hours = 8
			}
		}
		ITA = {
			add_opinion_modifier = {
				target = PREV 
				modifier = Hosting_ETH
			}
		}
	}

	# Sorry, we're closed
	option = { 
		name = BBA_italo_ethiopian_war_events.100.b
		ai_chance = {
			base = 10
			modifier = {
				factor = 0.5
				has_government = democratic 
			}
			modifier = {
				factor = 0.1
				has_opinion = {
					target = ITA
					value < -50
				}
			}
			modifier = {
				factor = 2
				has_opinion = {
					target = FROM
					value < 0
				}
			}
			modifier = {
				factor = 0 
				tag = ENG 
				is_historical_focus_on = yes
			}
		}
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.102
				hours = 8
				random_hours = 8
			}
		}
	}
}

# ETH Allowed 
country_event = {
	id = BBA_italo_ethiopian_war_events.101
	title = BBA_italo_ethiopian_war_events.101.t
	desc = BBA_italo_ethiopian_war_events.101.desc
	picture = GFX_report_event_generic_sign_treaty1
	
	is_triggered_only = yes
	# Great
	option = { 
		name = BBA_italo_ethiopian_war_events.101.a
		set_country_flag = ETH_host_confirmed_flag
		mark_focus_tree_layout_dirty = yes
		custom_effect_tooltip = change_focus_to_from_tt 
	}
}

# ETH Not allowed
country_event = {
	id = BBA_italo_ethiopian_war_events.102
	title = BBA_italo_ethiopian_war_events.102.t
	desc = BBA_italo_ethiopian_war_events.102.desc
	picture = GFX_report_event_generic_sign_treaty1
	
	is_triggered_only = yes
	# Great
	option = { 
		name = BBA_italo_ethiopian_war_events.102.a
		clr_country_flag = ETH_request_sent_flag
	}
}

### International Mediation
# Event for Italy
country_event = {
	id = BBA_italo_ethiopian_war_events.110
	title = BBA_italo_ethiopian_war_events.110.t
	desc = BBA_italo_ethiopian_war_events.110.desc
	picture = GFX_report_event_generic_sign_treaty1
	
	is_triggered_only = yes
	# We probably need to accept
	option = { 
		name = BBA_italo_ethiopian_war_events.110.a
		ai_chance = {
			base = 10
			modifier = {
				factor = 5
				has_government = democratic 
			}
			modifier = {
				factor = 4
				is_historical_focus_on = yes 
			}
			modifier = { # Not as keen if already part of the Axis
				factor = 0.5 
				has_government = fascism
				is_in_faction_with = GER
			}
		}
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.111
				hours = 4
				random_hours = 6
			}
		}
	}

	# We will fight on!
	option = { 
		name = BBA_italo_ethiopian_war_events.110.b
		ai_chance = {
			base = 2
			modifier = {
				factor = 0.5
				ETH = {
					any_controlled_state = {
						is_core_of = ITA
					}
				}
			}
			modifier = { # We are already at war with the UK and France, and we are winning
				factor = 10
				OR = {
					has_war_with = FRA
					has_war_with = ENG
				}
				OR = {
					FRA = { surrender_progress > 0.05}
					ENG = { surrender_progress > 0.05}
				}
				any_controlled_state = {
					OR = {
						is_owned_by = ENG
						is_owned_by = FRA
					}
				}
			}
			
		}
		add_war_support = -0.05
		add_political_power = -100
		remove_ideas = league_of_nations_member_idea 
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.112
				hours = 1
			}
		}
		custom_effect_tooltip = BBA_italo_ethiopian_war_events_wargoal_tt
		hidden_effect = {
			every_other_country = {
				limit = {
					is_major = yes 
					is_league_of_nations_member = yes
					has_government = democratic
				}
				country_event = {
					id = BBA_italo_ethiopian_war_events.113
					hours = 12 #TODO_TA set correct timer
				}
			}
		}
	}
}

# For ETH if ITA says yes 
country_event = {
	id = BBA_italo_ethiopian_war_events.111
	title = BBA_italo_ethiopian_war_events.111.t
	desc = BBA_italo_ethiopian_war_events.111.desc
	picture = GFX_report_event_generic_sign_treaty1
	
	is_triggered_only = yes
	# Great
	option = { 
		name = BBA_italo_ethiopian_war_events.111.a
		white_peace = FROM
		set_global_flag = ethiopia_recognized_flag # Ethiopia can now call allies to war etc
		clr_global_flag = italo_ethiopian_peace_negotiations_ongoing
	}
}

# For ETH if ITA says no 
country_event = {
	id = BBA_italo_ethiopian_war_events.112
	title = BBA_italo_ethiopian_war_events.112.t
	desc = BBA_italo_ethiopian_war_events.112.desc
	picture =GFX_report_event_generic_read_write
	
	is_triggered_only = yes
	#We will have to defeat them then
	option = { 
		name = BBA_italo_ethiopian_war_events.112.a
		add_war_support = 0.500
		add_political_power = 1000.000
		set_global_flag = ethiopia_recognized_flag # Ethiopia can now call allies to war etc
		clr_global_flag = italo_ethiopian_peace_negotiations_ongoing
	}
}

# For LoN Manjors if ITA says no 
country_event = {
	id = BBA_italo_ethiopian_war_events.113
	title = BBA_italo_ethiopian_war_events.113.t
	desc = BBA_italo_ethiopian_war_events.113.desc
	picture = GFX_report_event_generic_battle
	
	is_triggered_only = yes
	# We will have to do something 
	option = { 
		name = BBA_italo_ethiopian_war_events.113.a
		trigger = {
			NOT = { is_in_faction_with = ITA }
		}
		ai_chance = {
			base = 10
			modifier = { # We really don't like them
				factor = 2
				has_opinion = {
					target = FROM
					value < -50
				}
			}
			modifier = { # If not weaker
				factor = 2
				strength_ratio = {
					tag = FROM
					ratio > 1
				}
			}
		}
		create_wargoal = {
			type = topple_government
			target = FROM
		}
	}

	# That's unfortunate
	option = { 
		name = BBA_italo_ethiopian_war_events.113.b
		ai_chance = {
			base = 5 # More inclined to say yes than no at this stage
		}
		leave_the_league_of_nations = yes 
	}
}


#### Fait Accompli
# Event for Italy
country_event = {
	id = BBA_italo_ethiopian_war_events.120
	title = BBA_italo_ethiopian_war_events.120.t
	desc = BBA_italo_ethiopian_war_events.120.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	
	is_triggered_only = yes
	immediate = {
		# mark Ethiopian controlled states as "taken"
		hidden_effect = {
			every_owned_state = {
				limit = {
					is_on_continent = africa 
					is_controlled_by = ETH 
				}
				set_state_flag = peace_treaty_flag
			}
		}
	}

	# We probably need to accept
	option = { 
		name = BBA_italo_ethiopian_war_events.120.a
		ai_chance = {
			base = 10
			modifier = {
				factor = 5
				has_government = democratic 
			}
			modifier = { # Not as keen if already part of the Axis
				factor = 0.5 
				has_government = fascism
				is_in_faction_with = GER
			}
			modifier = { # Not as keen if already part of the Axis
				factor = 0.2 
				OR = {
					is_in_faction_with = FRA
					is_in_faction_with = ENG
				}
			}
		}
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.121
				hours = 4
				random_hours = 6
			}
			
		}
		custom_effect_tooltip = ETH_peace_treaty_tt
		custom_effect_tooltip = ETH_gets_the_following_states_tt
		effect_tooltip = {
			every_state = {
				limit = {
					is_owned_by = ROOT
					has_state_flag = peace_treaty_flag
				}
			}
		}
		set_country_flag = ITA_defeat_in_ethiopia_flag
	}

	# We will fight on!
	option = { 
		name = BBA_italo_ethiopian_war_events.120.b
		ai_chance = {
			base = 2
			modifier = {
				factor = 0 
				OR = {
					has_civil_war = yes 
					has_government = communism 
				}
			}
			modifier = { # We are already at war with the UK and France, and we are winning
				factor = 10
				OR = {
					has_war_with = FRA
					has_war_with = ENG
				}
				OR = {
					FRA = { surrender_progress > 0.05}
					ENG = { surrender_progress > 0.05}
				}
				any_controlled_state = {
					OR = {
						is_owned_by = ENG
						is_owned_by = FRA
					}
				}
			}
			
		}
		custom_effect_tooltip = ITA_war_escalation_inc_tt
		add_to_variable = { ETH.ETH_war_escalation_level = 1 }
		add_war_support = -0.25
		add_stability = -0.2
		add_political_power = -250
		add_popularity = {
			popularity = -0.2
			ideology = ROOT 
		}
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.122
				hours = 1
			}
		}
		
	}
}

# For ETH if ITA says yes 
country_event = {
	id = BBA_italo_ethiopian_war_events.121
	title = BBA_italo_ethiopian_war_events.121.t
	desc = BBA_italo_ethiopian_war_events.121.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			ITA_end_the_italo_ethiopian_war = yes
		}
	}

	# Great
	option = { 
		name = BBA_italo_ethiopian_war_events.121.a
		white_peace = FROM
		hidden_effect = {
			if = {
				limit = {
					any_country = {
						is_in_faction_with = FROM
						has_war_with = ROOT
					}
				}
				every_other_country = {
					limit = {
						is_in_faction_with = FROM
						has_war_with = ROOT
					}
					white_peace = ROOT
				}
			}
		}
		custom_effect_tooltip = ETH_gets_the_following_states_tt
		effect_tooltip = {
			every_state = {
				limit = {
					is_owned_by = FROM
					has_state_flag = peace_treaty_flag
				}
			}
		}
		hidden_effect = {
			FROM = {
				every_owned_state = {
					limit = { has_state_flag = peace_treaty_flag }
					ETH = { transfer_state = PREV }
					clr_state_flag = peace_treaty_flag
				}
			}
		}
		set_global_flag = ethiopia_recognized_flag # Ethiopia can now call allies to war etc
		clr_global_flag = italo_ethiopian_peace_negotiations_ongoing
	}
}

# For ETH if ITA says no 
country_event = {
	id = BBA_italo_ethiopian_war_events.122
	title = BBA_italo_ethiopian_war_events.122.t
	desc = BBA_italo_ethiopian_war_events.122.desc
	picture = GFX_report_event_generic_battle
	is_triggered_only = yes
	#We will have to defeat them then
	option = { 
		name = BBA_italo_ethiopian_war_events.122.a
		add_war_support = 1.500
		add_stability = 1.000
		add_political_power = 1500.000
		set_global_flag = ethiopia_recognized_flag # Ethiopia can now call allies to war etc
		clr_global_flag = italo_ethiopian_peace_negotiations_ongoing
	}
}

###############################################################################################

#   #  ##  ###      ###  ##  ##   ##  #    ##  ### ###  ##  #  #     ### #   # ### #  # ###  ## 
#   # #  # #  #     #   #   #  # #  # #   #  #  #   #  #  # ## #     #   #   # #   ## #  #  #   
# # # #### ###      ##   #  #    #### #   ####  #   #  #  # # ##     ##   # #  ##  # ##  #   #  
# # # #  # #  #     #     # #  # #  # #   #  #  #   #  #  # #  #     #    # #  #   #  #  #    # 
 # #  #  # #  #     ### ##   ##  #  # ### #  #  #  ###  ##  #  #     ###   #   ### #  #  #  ##  

###############################################################################################

# Ethiopian events start at 200
# Italian ones start at 300 


# ETHIOPIA 
# International Reputation Grows 
country_event = {
	id = BBA_italo_ethiopian_war_events.200
	title = BBA_italo_ethiopian_war_events.200.t
	desc = BBA_italo_ethiopian_war_events.200.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.200.a
		add_political_power = 1500.000 
	}
}

# Army Morale Boost
country_event = {
	id = BBA_italo_ethiopian_war_events.201
	title = BBA_italo_ethiopian_war_events.201.t
	desc = BBA_italo_ethiopian_war_events.201.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.201.a
		custom_effect_tooltip = ETH_morale_boost_tt
		add_to_variable = { ETH_army_army_defence_factor = 1.000 }
		add_to_variable = { ETH_army_army_org_factor = 0.500 }
		ETH_improve_army_spirit_effect = yes # increase bling value
	}
}

# Enemy Desertions
country_event = {
	id = BBA_italo_ethiopian_war_events.202
	title = BBA_italo_ethiopian_war_events.202.t
	desc = BBA_italo_ethiopian_war_events.202.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.202.a
		add_manpower = 15000
		add_equipment_to_stockpile = { 
			type = infantry_equipment_1
			amount = 12000.000
			producer = ITA
		}
		add_equipment_to_stockpile = { 
			type = support_equipment
			amount = 5000.000
			producer = ITA
		}
		add_equipment_to_stockpile = { 
			type = artillery_equipment_1
			amount = 500.000
			producer = ITA
		}
		
	}
}

# Survival against all odds 
country_event = {
	id = BBA_italo_ethiopian_war_events.203
	title = BBA_italo_ethiopian_war_events.203.t
	desc = BBA_italo_ethiopian_war_events.203.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.203.a
		custom_effect_tooltip = ETH_for_the_duration_of_the_war_tt
		add_ideas = ETH_survival_against_all_odds_idea
		add_manpower = 10000
	}
}

# The People's War 
country_event = {
	id = BBA_italo_ethiopian_war_events.204
	title = BBA_italo_ethiopian_war_events.204.t
	desc = BBA_italo_ethiopian_war_events.204.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.204.a
		every_owned_state = {
			limit = {
				is_core_of = ROOT 
				NOT = { is_controlled_by = ROOT }
				has_resistance = yes 
			}
			add_resistance = 45
		}
		custom_effect_tooltip = ETH_for_the_duration_of_the_war_tt
		add_ideas = ETH_local_weapons_manufactories_idea 	
	}
}


# ITALY
# Italian Public Concerned
country_event = {
	id = BBA_italo_ethiopian_war_events.300
	title = BBA_italo_ethiopian_war_events.300.t
	desc = BBA_italo_ethiopian_war_events.300.desc
	picture = GFX_report_event_generic_riot
	fire_only_once = yes 
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.300.a
		add_popularity = {
			ideology = ROOT
			popularity = -0.1
		}
	}
}

# Army of Africa Disheartened
country_event = {
	id = BBA_italo_ethiopian_war_events.301
	title = BBA_italo_ethiopian_war_events.301.t
	desc = BBA_italo_ethiopian_war_events.301.desc
	picture = GFX_report_event_generic_soldiers_surrendering
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.301.a
		add_ideas = ITA_army_of_africa_disheartened_idea
		IF = {
			limit = { has_idea = ITA_offensive_in_ethiopia }
			remove_ideas = ITA_offensive_in_ethiopia
		}
		ELSE_IF = {
			limit = { has_idea = ITA_logistics_in_ethiopia }
			remove_ideas = ITA_logistics_in_ethiopia
		}
	}
}

# Unrest in the Colonies
country_event = {
	id = BBA_italo_ethiopian_war_events.302
	title = BBA_italo_ethiopian_war_events.302.t
	desc = BBA_italo_ethiopian_war_events.302.desc
	picture = GFX_report_event_generic_riot
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.302.a
		every_owned_state = {
			limit = {
				has_resistance = yes
			}
			add_compliance = -15
			add_resistance_target = {
				amount = 150.000
				occupier = ROOT 
				days = 730 
				tooltip = ITA_colonial_unrest_tt
			}
		}
	}
}

# Italian Public Questions War Effort
country_event = {
	id = BBA_italo_ethiopian_war_events.303
	title = BBA_italo_ethiopian_war_events.303.t
	desc = BBA_italo_ethiopian_war_events.303.desc
	picture = GFX_report_event_gathering_protest
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.303.a
		custom_effect_tooltip = ETH_for_the_duration_of_the_war_tt
		IF = {
			limit = { has_government = fascism }
			add_ideas = ITA_public_questions_war_effort_idea_fascism
		}
		ELSE_IF = {
			limit = { has_government = democratic }
			add_ideas = ITA_public_questions_war_effort_idea_democratic
		}
		IF = {
			limit = { has_government = communism }
			add_ideas = ITA_public_questions_war_effort_idea_communism
		}
		IF = {
			limit = { has_government = neutrality }
			add_ideas = ITA_public_questions_war_effort_idea_neutrality
		}
	}
}

# Mass Desertions
country_event = {
	id = BBA_italo_ethiopian_war_events.304
	title = BBA_italo_ethiopian_war_events.304.t
	desc = BBA_italo_ethiopian_war_events.304.desc
	picture = GFX_report_event_generic_battle
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.304.a
		custom_effect_tooltip = ITA_desertions_east_africa_tt
		hidden_effect = {
			every_state = {
				limit = {
					OR = {
						region = 17
						region = 273
						region = 274
						region = 216
						region = 217
					}
				}
				damage_units = {
					state = THIS 
					limit = { tag = ITA } 
					damage = 0.35
					ratio = yes  
					army = yes
				}
			}
		}
	}
}

# Uproar in the Colonies
country_event = {
	id = BBA_italo_ethiopian_war_events.305
	title = BBA_italo_ethiopian_war_events.305.t
	desc = BBA_italo_ethiopian_war_events.305.desc
	picture = GFX_report_event_generic_battle
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.305.a
		every_owned_state = {
			limit = {
				is_on_continent = africa
				has_resistance = yes 
			}
			add_compliance = -30
			add_resistance = 15
			add_resistance_target = {
				amount = 800.000
				occupier = ITA 
				days = 730 
				tooltip = ITA_colonial_uproar_tt
			}
			
		}
	}
}

# Pressure on the Aussa Sultan
country_event = {
	id = BBA_italo_ethiopian_war_events.400
	title = BBA_italo_ethiopian_war_events.400.t
	desc = BBA_italo_ethiopian_war_events.400.desc
	picture = GFX_report_event_generic_parliament
	fire_only_once = yes 
	
	is_triggered_only = no 
	trigger = {
		has_global_flag = second_italo_ethiopian_war_flag
		original_tag = ITA
		AFA = { 
			exists = yes 
			is_subject = no 
		}
		908 = { #Afar
		    any_neighbor_state = {
		        is_core_of = ETH
		        is_fully_controlled_by = ROOT
		    }
		}
	}
	immediate = {
		hidden_effect = {
			random_controlled_state = {
				limit = {
					is_core_of = ETH
					is_fully_controlled_by = ROOT
					any_neighbor_state = { state = 908 }
				}
				set_variable = {ITA.ITA_capture_state = THIS }
			}
			ETH = {
				news_event = {
					id = bba_news.7
					hours = 1
				}
			}
		}
	}
	option = { 
		name = BBA_italo_ethiopian_war_events.400.a
		ai_chance = {
			base = 10
		}
		AFA = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.401
				days = 2
			}
		}
	}
	option = { 
		name = BBA_italo_ethiopian_war_events.400.b
		ai_chance = {
			base = 1
			modifier = {
				factor = 0 
				is_historical_focus_on = yes 
			}
		}
		add_political_power = -50
		add_popularity = {
			ideology = ROOT
			popularity = -0.05
		}
	}
}

# Italy demands subjugation
country_event = {
	id = BBA_italo_ethiopian_war_events.401
	title = BBA_italo_ethiopian_war_events.401.t
	desc = BBA_italo_ethiopian_war_events.401.desc
	picture = GFX_report_event_mussolini_hotel
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.401.a
		ai_chance = {
			base = 10
		}
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.402
				hours = 4 
				random_hours = 8 
			}
		}
		news_event = {
			id = bba_news.8
			hours = 1
		}
		effect_tooltip = {
			ITA = {
				annex_country = {
					target = ROOT
					transfer_troops = no
				}
			}
		}

	}

	option = { 
		name = BBA_italo_ethiopian_war_events.401.b
		ai_chance = {
			base = 1
			modifier = {
				factor = 0 
				OR = {
					is_historical_focus_on = yes 
					is_tutorial = yes
				}
			}
		}
		FROM = {
			country_event = {
				id = BBA_italo_ethiopian_war_events.403
				hours = 4 
				random_hours = 8 
			}
		}
	}
}

# Aussa folds
country_event = {
	id = BBA_italo_ethiopian_war_events.402
	title = BBA_italo_ethiopian_war_events.402.t
	desc = BBA_italo_ethiopian_war_events.402.desc
	picture = GFX_report_event_generic_sign_treaty2
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.402.a
		annex_country = {
			target = FROM
			transfer_troops = no 
		}
		908 = {
			create_unit = {
				division = "division_template = \"Banda Indigena Irregolare\" start_experience_factor = 0.1 start_equipment_factor = 1 start_manpower_factor = 1"
				owner = ROOT
				prioritize_location = 13240 # optional 
				allow_spawning_on_enemy_provs = yes
				
				count = 2 
				
			}
		}
	}
}

# Aussa remains defiant
country_event = {
	id = BBA_italo_ethiopian_war_events.403
	title = BBA_italo_ethiopian_war_events.403.t
	desc = BBA_italo_ethiopian_war_events.403.desc
	picture = GFX_report_event_ger_civil_war
	fire_only_once = yes 
	
	is_triggered_only = yes
	option = { 
		name = BBA_italo_ethiopian_war_events.403.a
		declare_war_on = {
			target = FROM
			type = annex_everything
		}
	}
}




####PEACE EVENTS
#Italy is notified that England or France wants a peace treaty with Ethiopia before helping Italy
country_event = {  
	id = BBA_italo_ethiopian_war_events.500
	title = BBA_italo_ethiopian_war_events.500.t 
	desc = BBA_italo_ethiopian_war_events.500.desc
	picture = GFX_report_event_generic_sign_treaty2 
	
	is_triggered_only = yes
 
	option = { #Peace for territory
		name = BBA_italo_ethiopian_war_events.500.a 
		trigger= {
			FROM = {	
				NOT = {
					has_country_flag = ITA_italy_asks_ethiopian_host_for_help
				}
			}
		}
		ai_chance = { 
			base = 10
		}
		ETH = { 
			country_event = { id = BBA_italo_ethiopian_war_events.501 hours = 2 random_hours = 1 }
		}
		effect_tooltip = {
			custom_effect_tooltip = ITA_peace_with_ethiopia_tt
			ITA_forced_italo_ethiopian_peace_deal = yes
			ENG = { 
				country_event = { id = BBA_italy_interaction_events.31 }
			}
		}
	}
	option = { #Peace for guaranteeing Austria
		name = BBA_italo_ethiopian_war_events.500.b 
		trigger= {
			FROM = {	
				has_country_flag = ITA_italy_asks_ethiopian_host_for_help
			}
		}
		ai_chance = { 
			base = 10
		}
		ETH = { 
			country_event = { id = BBA_italo_ethiopian_war_events.501 hours = 2 random_hours = 1 }
		}
		effect_tooltip = {
			custom_effect_tooltip = ITA_peace_with_ethiopia_tt
			ITA_forced_italo_ethiopian_peace_deal = yes
			FROM = { 
				country_event = { id = BBA_italy_interaction_events.60 }
			}
		}
	}
	option = { #The War continues
		name = BBA_italo_ethiopian_war_events.500.c
		ai_chance = { 
			base = 1
		}
		custom_effect_tooltip = BBA_italo_ethiopian_war_events.500_tt

		hidden_effect = {	
			FROM = { 
				country_event = { id = BBA_italo_ethiopian_war_events.502 hours = 6 random_hours = 3 }
			}
		}
	}	
}

#Ethiopia gets notified about the peace conference
country_event = {
	id = BBA_italo_ethiopian_war_events.501
	title = BBA_italo_ethiopian_war_events.501.t
	desc = BBA_italo_ethiopian_war_events.501.desc
	picture = GFX_report_event_generic_sign_treaty2
	
	is_triggered_only = yes
	
	option = { #We'll fold....
		name = BBA_italo_ethiopian_war_events.501.a
		ai_chance = { 
			base = 10
		}
		hidden_effect = {
			if = { #These flags are used in the PC and are intended to incentivise ETH to take these states, and not Italian states far away
				limit = {
					has_global_flag = second_italo_ethiopian_war_flag
				}
				550 = { set_state_flag = ITA_forced_peace_states_flag }
				908 = { set_state_flag = ITA_forced_peace_states_flag }
				559 = { set_state_flag = ITA_forced_peace_states_flag }
				844 = { set_state_flag = ITA_forced_peace_states_flag }	
				set_global_flag = end_of_second_italo_ethiopian_war_flag
			}
			if = {
				limit = {#Checks if ENG is the host of exiled ETH or is allied to the host 
					ITA_hosting_exiled_ethiopia = yes
					if = {
						limit = { 
							ENG = {
								has_country_flag = ITA_italy_asks_ethiopian_host_for_help
							}
						}
					}
				}
				ENG = { #If ENG is the host of the exiled ETH government or is allied to the host 		and have been asked by ITA to guarantee AUS, then do this
					country_event = { id = BBA_italy_interaction_events.60 days = 1 }
				}
			}
			else = {
				ENG = { #If ENG is the host of the exiled ETH government or is allied to the host and 	ITA wants to negotiate land claims, then do this
					country_event = { id = BBA_italy_interaction_events.31 days = 1 }
				}
			}
		}
		ITA_forced_italo_ethiopian_peace_deal = yes
	}	

	option = { #We'll fight on!
		name = BBA_italo_ethiopian_war_events.501.b
		trigger = {
			ROOT = {
				any_core_state = {
					is_controlled_by = ROOT
				}
				is_government_in_exile = no
			}
		}
		ai_chance = { 
			base = 0
		}

		custom_effect_tooltip = BBA_ethiopia_is_expelled_tt
		if = {
			limit = {
				ROOT = { is_in_faction_with = ENG }
			}
			ROOT = { leave_faction = yes}
		}

		set_truce = {
			target = ENG
			days = 365
		}

		hidden_effect = {
			if = {
				limit = {
					has_country_flag = ETH_host_confirmed_flag
				}
				clr_country_flag = ETH_host_confirmed_flag
			}
			if = {
				limit = {
					has_country_flag = ETH_request_sent_flag
				}
				clr_country_flag = ETH_request_sent_flag
			}
			set_country_flag = ETH_refused_forced_peace_flag
			if = {
				limit = {
					check_variable = { ETH.host_nation = ENG }
				}
				clear_variable = ETH.host_nation
			}
		}
		ENG = { country_event = { id = BBA_italy_interaction_events.31 hours = 6 }}
		ITA = { country_event = { id = BBA_italo_ethiopian_war_events.503 hours = 6 }}
	}
}

#Event for England or France if Italy refuses to sue for peace
country_event = {  
	id = BBA_italo_ethiopian_war_events.502
	title = BBA_italo_ethiopian_war_events.502.t 
	desc = BBA_italo_ethiopian_war_events.502.desc
	picture = GFX_report_event_fascist_speech 
	
	is_triggered_only = yes
 
	option = { #Such a shame
		name = BBA_italo_ethiopian_war_events.502.a 
		hidden_effect = {
			clr_country_flag = ITA_italy_asks_ethiopian_host_for_help
		}
	}
}

#Event for ITA if ETH refuses to sign the forced peace deal
country_event = {  
	id = BBA_italo_ethiopian_war_events.503
	title = BBA_italo_ethiopian_war_events.503.t 
	desc = BBA_italo_ethiopian_war_events.503.desc
	picture = GFX_report_event_ETH_ethiopian_warriors
	
	is_triggered_only = yes
 
	option = { #Such a shame
		name = BBA_italo_ethiopian_war_events.503.a 
		custom_effect_tooltip = BBA_ethiopia_is_expelled_tt
		hidden_effect = {
			if = {
				limit = {
					has_country_flag = ITA_italy_asks_ethiopian_host_for_help
				}
				clr_country_flag = ITA_italy_asks_ethiopian_host_for_help
			}
		}
	}
}

#Event for Ethiopia after Italy finishes Topple Amhara Rule
country_event = {  
	id = BBA_italo_ethiopian_war_events.510
	title = BBA_italo_ethiopian_war_events.510.t 
	desc = BBA_italo_ethiopian_war_events.510.desc
	picture = GFX_report_event_fascist_speech 
	
	is_triggered_only = yes

	fire_only_once = yes
 
	option = { #Lying, thieving villians!
		name = BBA_italo_ethiopian_war_events.510.a 
		add_legitimacy = -10
	}
}
