﻿
agot_coronation_is_arrogant_trigger = {
	has_trait = arrogant
	is_male = yes
	age >= 14
	prowess >= 20
	is_healthy = yes
	NOR = {
		has_trait = humble
		has_trait = content
		has_trait = shy
		has_trait = calm
		has_trait = craven
	}	
}



agot_coronation_king_is_well_liked_trigger = {
    any_vassal = {
        count >= 4
        highest_held_title_tier >= tier_kingdom     
		opinion = {
			target = root
			value >= 1
		}          
    }   	
}

