﻿find_mercenary_interaction = {
	category = interaction_category_friendly
	common_interaction = yes
	desc = find_mercenary_interaction.desc
	interface_priority = 80
	auto_accept = yes
	ai_frequency = 0
	
	is_shown = {
		scope:actor = {
		 NOT = {
		    has_trait = mercenary
			has_trait = order_member
		    has_trait = slave
		 }
		 is_ruler = no
		 is_imprisoned = no
		 is_ai = no
		}
		scope:recipient = scope:actor
	}
	
	is_valid_showing_failures_only = { scope:actor = { is_courtier = no is_adult = yes prowess >= 9 prestige >= 50 } }
	
	on_accept = {
		scope:actor = { trigger_event = rtr.0020 }
		custom_tooltip = find_mercenary_interaction.tt
	}
}
