﻿establish_camp_interaction = {
	category = interaction_category_diplomacy
	desc = establish_camp_interaction.desc
	use_diplomatic_range = yes
	icon = request_invasion_sponsorship_interaction

	interface_priority = 60

	is_shown = { 
	scope:actor = {
     is_ruler = no
	 is_ai = no
	 }
	 scope:recipient = scope:actor
	 
	}
	
	is_valid_showing_failures_only = { 
	scope:actor = {
		    custom_tooltip = { text = establish_camp_interaction.lowborn
			NOT = { dynasty = { has_dynasty_modifier = lowborn_modifier } }
			
		}
		has_occupation_blocker_trigger = no
		}
	}	
	
	
	
	cost = { gold = 200 prestige = 300 }


	on_accept = {
		scope:recipient = {
			create_landless_adventurer_title_effect = {
				REASON = flag:voluntary
				FLAVOR_CHAR = scope:recipient
			}
	
	   }
		
	}
}