﻿can_be_commander_now_trigger = {
	can_be_commander_basic_trigger = { ARMY_OWNER = $ARMY_OWNER$ }
	is_imprisoned = no
	custom_description = {
		text = ALREADY_IN_ACTIVITY
		NOR = {
			exists = involved_activity
			has_variable = homage_liege_scope
			has_character_flag = meditation_character_flag
			has_character_flag = petition_liege_character_flag
			has_character_flag = holding_court_character_flag
			is_being_visited_on_tour_strict = yes
		}
	}
	# Must not be currently coming from or going somewhere
	is_travelling = no
	
	#custom_description = {
		#text = CANNOT_BE_COMMANDER		
	NOT = { has_character_flag = commandership_recently_revoked }
	#}
}

ambitious_character_trigger = {
	OR = {
		has_trait = ambitious
		has_trait = arrogant
	}
	
	NOT = { has_trait = shy }
	NOT = { has_trait = content }
	
	is_lowborn = no
}
