eoanb_category_military = {
	TCS_decision_militia_expansion = {
	
		icon = generic_prepare_civil_war

		available = {
			has_completed_focus = TCS_focus_militia_expansion
		}

		allowed = { TAG = TCS }	

		visible = {
			has_completed_focus = TCS_focus_militia_expansion
		}
		
		fire_only_once = yes

		cost = 50

		days_remove = 60

		complete_effect = {
			add_manpower = -2000
		}

		modifier = {
		}

		remove_effect = {
			658 = {
				create_unit = {
					division = "name = \"Trucial Militia\" division_template = \"Line Infantry Regiment\"	start_experience_factor = 0.3"
					owner = TCS
				}
			}
		}
		
		ai_will_do = {
			base = 10
		}
	}

	TCS_decision_british_garrisons = {
	
		icon = generic_prepare_civil_war

		available = {
			has_completed_focus = TCS_focus_increase_uk_garrison
		}

		allowed = { TAG = TCS }	

		visible = {
			has_completed_focus = TCS_focus_increase_uk_garrison
		}
		
		fire_only_once = yes

		cost = 50

		days_remove = 60

		complete_effect = {
		}

		modifier = {
		}

		remove_effect = {
			658 = {
				create_unit = {
					division = "name = \"1st Trucial Garrison\" division_template = \"Line Infantry Regiment\"	start_experience_factor = 0.3"
					owner = TCS
				}
			}
			658 = {
				create_unit = {
					division = "name = \"2nd Trucial Garrison\" division_template = \"Line Infantry Regiment\"	start_experience_factor = 0.3"
					owner = TCS
				}
			}
		}
		
		ai_will_do = {
			base = 10
		}
	}

	TCS_decision_train_militias = {
	
		icon = generic_prepare_civil_war

		available = {
			has_completed_focus = TCS_focus_train_milltias
		}

		allowed = { TAG = TCS }	

		visible = {
			has_completed_focus = TCS_focus_train_milltias
		}
		
		fire_only_once = yes

		cost = 50

		days_remove = 60

		complete_effect = {
			add_manpower = -2000
		}

		modifier = {
		}

		remove_effect = {
			658 = {
				create_unit = {
					division = "name = \"Trucial Militia\" division_template = \"Line Infantry Regiment\"	start_experience_factor = 0.3"
					owner = TCS
				}
			}
		}
		
		ai_will_do = {
			base = 10
		}
	}

	ENG_defeat_trucial_rebellion = {

		icon= generic_civil_support
		ai_will_do = {
			factor = 1000
		}
		available = {
			controls_state = 658
			controls_state = 1192
			controls_state = 1193
		}
		allowed = { TAG = ENG }	

		days_mission_timeout = 365

		activation = {
			TCS={exists = yes}
			has_war_with = TCS
		}

		#cancel_trigger = {
		#
		#}

		highlight_states = {
			highlight_state_targets = {
				state = 658
				state = 1192
				state = 1193
			}
		}

		#visible = {
		#
		#}

		is_good = no

		timeout_effect = {
			country_event = britishafrica.25
			add_stability = -0.2
			add_political_power = -200
			add_war_support = -0.02
			TCS={
				white_peace = ENG
			}
		}

		complete_effect = {
			if={
				limit ={
					divisions_in_state = {
						state = 658
						size > 1
					}
					divisions_in_state = {
						state = 1192
						size > 1
					}
					divisions_in_state = {
						state = 1193
						size > 1
					}
				}
				add_political_power = 100
			}
			else ={
				add_political_power = 50
			}
		    add_stability = 0.05
			add_war_support = 0.05
			country_event = britishafrica.26
        }
    }
}

eoanb_category_diplomatic_actions = {
	TCS_decision_secret_meetings = {
	
		icon = generic_prepare_civil_war

		available = {
			has_completed_focus = TCS_focus_secret_meetings
		}

		allowed = { TAG = TCS }	

		visible = {
			has_completed_focus = TCS_focus_secret_meetings
		}
		
		fire_only_once = yes

		cost = 50

		days_remove = 15

		complete_effect = {
		}

		modifier = {
		}

		remove_effect = {
			FRA = {
				country_event = britishafrica.11
			}
			RUS = {
				country_event = britishafrica.12
			}
			OTO = {
				country_event = britishafrica.13
			}
		}
		
		ai_will_do = {
			base = 10
		}
	}

	TCS_decision_invite_foriegn_powers = {
	
		icon = generic_prepare_civil_war

		available = {
			has_completed_focus = TCS_focus_inv_foriegn_powers
		}

		allowed = { TAG = TCS }	

		visible = {
			has_completed_focus = TCS_focus_inv_foriegn_powers
		}
		
		fire_only_once = yes

		cost = 50

		days_remove = 15

		complete_effect = {
		}

		modifier = {
		}

		remove_effect = {
			FRA = {
				country_event = britishafrica.19
			}
			RUS = {
				country_event = britishafrica.20
			}
			OTO = {
				country_event = britishafrica.21
			}
		}
		
		ai_will_do = {
			base = 10
		}
	}
}