﻿HierarchicalStatus  = {
	type = character

	text = {
		localization_key = notification.hierarchy.vassal
		trigger = {
			liege = scope:second
		}
	}

	text = {
		localization_key = notification.hierarchy.liege
		trigger = {
			scope:second = {
				liege = root
			}
		}
	}

	text = {
		localization_key = notification.hierarchy.ruler
	}
}