﻿start_diarchy_interaction = {
	icon = icon_entrench_regency
	category = interaction_category_diarch
	common_interaction = yes

	use_diplomatic_range = no
	ignores_pending_interaction_block = yes

	is_shown = {
		scope:actor = {
			is_ai = no
			is_landed = yes
			highest_held_title_tier >= 2
		}
		scope:recipient = {
			this = scope:actor
			basic_eligible_for_diarchy_trigger = yes
			has_active_diarchy = no
		}
	}
	on_accept = {
		scope:recipient = { try_start_diarchy = regency }
	}

	auto_accept = yes
}