﻿force_tuiwei_interaction = {
	category = interaction_category_vassal
	common_interaction = yes
	
	is_shown = {
		NOT = { scope:actor = scope:recipient }
		scope:recipient = {
			OR = {
				target_is_liege_or_above = scope:actor
				is_pool_guest_of = scope:actor
			}
		}
		scope:recipient.highest_held_title_tier > tier_barony
	}

	on_accept = {
		scope:recipient = {
			depose = yes
			scope:recipient = {
				target = scope:actor = {
						set_relation_rival = scope:actor
					}
				}
			}
		}
	auto_accept = yes
	ai_will_do = 0
}