########################################################
# MINOR TITLES
# Characters can have any number of these
########################################################

title_court_druid = {
	dignity = 0.2
	realm_in_name = yes
	grant_limit = 1
	opinion_effect = 10

	monthly_salary = 0.05
	monthly_prestige = 0.1
	monthly_piety = 0.1
	
	is_unique = yes
	is_high_prio = yes

	allowed_to_hold = {
		is_adult = yes
		
		OR = {
			trait = druid
			trait = bad_druid
		}
	}	
	allowed_to_grant = {
		religion_openly_celtic_or_reformed_trigger = yes
  	}	
	gain_effect = {
	}
	lose_effect = {
	}

	message = yes
}

title_royal_champion = {
	dignity = 0.2
	realm_in_name = yes
	grant_limit = 1
	opinion_effect = 10
	
	monthly_salary = 0.1
	monthly_prestige = 0.75
	
	is_unique = yes
	
	allowed_to_hold = {
		is_adult = yes
		religion_openly_in_celtic_subgroup_trigger = yes
		OR = {
			trait = head1
			trait = head2
			trait = fian
		}
	}
	
	allowed_to_grant = {
		OR = {
			is_feudal = yes
			is_tribal = yes
		}
		OR = {
			primary_title = {
				higher_tier_than = duke		# is a king or emperor
			}
			AND = {
				primary_title = {
					tier = duke			# or an independent duke
				}
				independent = yes
			}
		}
		religion_openly_in_celtic_subgroup_trigger = yes
	}
	
	gain_effect = {
	}
	lose_effect = {
	}

	message = yes
}

title_court_bard = {
	dignity = 0.15
	realm_in_name = yes
	grant_limit = 1
	opinion_effect = 10
	
	monthly_salary = 0.1
	monthly_prestige = 0.75
	
	is_unique = yes
	is_high_prio = yes
	
	allowed_to_hold = {
		is_ruler = no
		is_adult = yes
		trait = poet
	}
	allowed_to_grant = {
		is_ruler = yes
		religion_openly_in_celtic_subgroup_trigger = yes
	}

	gain_effect = {
	}
	lose_effect = {
	}

	message = yes
}

title_chariot_master = {
	dignity = 0.2
	realm_in_name = no
	grant_limit = 1
	opinion_effect = 10

	monthly_salary = 0.075
	monthly_prestige = 0.75

	is_unique = yes

	allowed_to_hold = {
		is_adult = yes
		OR = {
			trait = misguided_warrior
			trait = tough_soldier
			trait = skilled_tactician
			trait = brilliant_strategist
		}
	}

	allowed_to_grant = {
		religion_openly_in_celtic_subgroup_trigger = yes
	}

	gain_effect = {
	}
	lose_effect = {
	}

	message = yes
}

title_headsman = {
	dignity = 0.25
	realm_in_name = no
	grant_limit = 1
	opinion_effect = 20

	monthly_salary = 0.075
	monthly_prestige = 0.75

	is_unique = yes

	allowed_to_hold = {
		is_adult = yes
		religion_openly_celtic_or_reformed_trigger = yes
	}

	allowed_to_grant = {
		OR = {
			independent = yes
			higher_tier_than = count
		}
		religion_openly_celtic_or_reformed_trigger = yes
		OR = {
			is_feudal = yes
			is_tribal = yes
		}
		NOT = {
			has_religion_feature = religion_peaceful
		}
	}

	gain_effect = {
	}
	lose_effect = {
		clr_character_flag = ancrel_good_headsman_admin
		clr_character_flag = ancrel_bad_headsman_admin
	}

	message = yes
}

title_warden = {
	dignity = 0.1
	realm_in_name = no
	grant_limit = 4
	opinion_effect = 5

	monthly_salary = 0.05
	monthly_prestige = 0.5

	allowed_to_hold = {
		is_adult = yes
		martial = 6
	}

	allowed_to_grant = {
		OR = {
			is_feudal = yes
			is_tribal = yes
		}

		religion_openly_in_celtic_subgroup_trigger = yes
	}

	gain_effect = {
	}
	lose_effect = {
	}

	message = yes
}