﻿add_namespace = botswana

country_event = {
	id = botswana.1 #Growth of Bechuana Beef Industry
	immediate = { log = "[GetDateText]: [Root.GetName]: event botswana.1" }
	title = botswana.1.t
	desc = botswana.1.d
	picture = GFX_report_event_uac

	is_triggered_only = yes
	#minor_flavor = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	
	option = {
		name = botswana.1.a
		if = {
			limit = {
				owns_state = 542 #Bechuanaland
			}
			add_political_power = 10
		}
	}
}
country_event = {
	id = botswana.2 #Anti-Temperance Riots in Francistown
	immediate = { log = "[GetDateText]: [Root.GetName]: event botswana.2" }
	title = botswana.2.t
	desc = botswana.2.d
	picture = GFX_report_event_nurse

	is_triggered_only = yes
	#minor_flavor = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	
	option = {
		name = botswana.2.a
		if = {
			limit = {
				owns_state = 542 #Bechuanaland
			}
			add_stability =-0.02
		}
	}
}