#######################################
# SPECIAL FORCES
#######################################
title_blue_stripes_commander = { # Temeria
	is_high_prio = yes
	
	attribute = martial
	dignity = 10
	grant_limit = 1
	realm_in_name = no
	revoke_allowed = no
	opinion_effect = 15
	
	monthly_salary = 0.2
	monthly_prestige = 0.06
	
	allowed_to_hold = {
		is_adult = yes
		is_female = no
		is_ruler = no
		NOT = {
			trait = incapable
			trait = infirm
			trait = witcher
			trait = sorcerer
		}
		
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	
	allowed_to_grant = {
		primary_title = { title = k_temeria }
		crownlaw_title = { 
			# Tolerant realms don't have Scoia'tael presence
			OR = {
				has_law = tolerance_0
				has_law = tolerance_1
			}
		}
	}
	
	gain_effect = { }
	lose_effect = { }
	
	message = no
}
title_red_bows_commander = { # Aedirn
	is_high_prio = yes
	
	attribute = martial
	dignity = 10
	grant_limit = 1
	realm_in_name = no
	revoke_allowed = no
	opinion_effect = 15
	
	monthly_salary = 0.2
	monthly_prestige = 0.06
	
	allowed_to_hold = {
		is_adult = yes
		is_female = no
		is_ruler = no
		NOT = {
			trait = incapable
			trait = infirm
			trait = witcher
			trait = sorcerer
		}
		
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	
	allowed_to_grant = {
		primary_title = { title = k_aedirn }
		crownlaw_title = { 
			# Tolerant realms don't have Scoia'tael presence
			OR = {
				has_law = tolerance_0
				has_law = tolerance_1
			}
		}
	}
	
	gain_effect = { }
	lose_effect = { }
	
	message = no
}
title_special_forces_commander = { # Generic
	is_high_prio = yes
	
	attribute = martial
	dignity = 10
	grant_limit = 1
	realm_in_name = no
	revoke_allowed = no
	opinion_effect = 15
	
	monthly_salary = 0.2
	monthly_prestige = 0.06
	
	allowed_to_hold = {
		is_adult = yes
		is_female = no
		is_ruler = no
		NOT = {
			trait = incapable
			trait = infirm
			trait = witcher
			trait = sorcerer
		}
		
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	
	# Note: in case of change also update potential of decision appoint_special_forces_commander 
	allowed_to_grant = {
		higher_tier_than = duke
		
		primary_title = {
			# Uses dedicated title
			NOR = { 
				title = k_temeria
				title = k_aedirn
			}
		}
		crownlaw_title = { 
			# Tolerant realms don't have Scoia'tael presence
			OR = {
				has_law = tolerance_0
				has_law = tolerance_1
			}
		}
	}
	
	gain_effect = { }
	lose_effect = { }
	
	message = no
}

#######################################
# AUTOMATICLY ASSIGNED
#######################################
title_sorcerer = {
	dignity = 10
	grant_limit = 100
	realm_in_name = no
	revoke_allowed = no
	
	allowed_to_hold = {
		is_adult = yes
		is_female = no
		trait = sorcerer
		always = no
		
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	
	allowed_to_grant = {
	}
	
	gain_effect = { }
	lose_effect = { }
	
	message = no
}
title_sorceress = {
	dignity = 10
	grant_limit = 100
	realm_in_name = no
	revoke_allowed = no
	
	allowed_to_hold = {
		is_adult = yes
		is_female = yes
		trait = sorcerer
		always = no
		
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	
	allowed_to_grant = {
	}
	
	gain_effect = { }
	lose_effect = { }
	
	message = no
}
title_druid = {
	attribute = learning
	dignity = 10
	grant_limit = 100
	realm_in_name = no
	revoke_allowed = no
	
	allowed_to_hold = {
		is_adult = yes
		trait = druid
		always = no
		
		NOT = { 
			primary_title = { temporary = yes } 
		}
	}
	
	allowed_to_grant = {
	}
	
	gain_effect = { }
	lose_effect = { }
	
	message = no
}