decisions = {
	#make claim on the empire
	jaclaim = {
		is_high_prio = yes
		potential = {
			is_title_active = e_gifter
			ai = no
		}
		allow = {
			is_title_active = e_gifter
			ai = no
			NOT = {
				OR = {
					has_claim = e_gifter
					has_landed_title = e_gifter
					has_character_flag = dejacfaced_claimant
				}
			}
		}
		effect = {
			add_claim = e_gifter
		}
	}
}
