war_measures = {
	diversify_special_forces_again = {
		
		icon = GFX_decision_generic_military

		available = {
			date > 1942.1.1
		}

		visible = {
			has_dlc = "Arms Against Tyranny"
		}

		fire_only_once = yes

		cost = 50

		complete_effect = {
			add_potential_special_forces_tree = yes
		}
		ai_will_do = {
			factor = 201
			modifier = {
				factor = 0
				is_major = no
			}
		}
	}
	
	diversify_special_forces_again_again = {
		
		icon = GFX_decision_generic_military

		available = {
			date > 1943.1.1
		}

		visible = {
			has_dlc = "Arms Against Tyranny"
		}

		fire_only_once = yes

		cost = 50

		complete_effect = {
			add_potential_special_forces_tree = yes
		}
		ai_will_do = {
			factor = 201
			modifier = {
				factor = 0
				is_major = no
			}
		}
	}

	diversify_special_forces_again_again_again = {
		
		icon = GFX_decision_generic_military

		available = {
			date > 1944.1.1
		}

		visible = {
			has_dlc = "Arms Against Tyranny"
		}

		fire_only_once = yes

		cost = 50

		complete_effect = {
			add_potential_special_forces_tree = yes
		}
		ai_will_do = {
			factor = 201
			modifier = {
				factor = 0
				is_major = no
			}
		}
	}

	decision_training_program = {
		icon = GFX_decision_generic_army_support
		
		available = {
		#	has_completed_focus = GER_army_innovation	
		}
		
		visible = {
		#	has_dlc = "Arms Against Tyranny"
			NOT = { has_idea = idea_more_special_forces_cap }
		}
		
		fire_only_once = yes
		cost = 100
		days_remove = 90
		
		remove_effect = {
			add_ideas = idea_more_special_forces_cap
		}
	}
}
