﻿start_populist_faction_interaction = {
	category = interaction_category_diplomacy
	common_interaction = yes
	use_diplomatic_range = yes
	desc = start_populist_faction_interaction.desc
	interface_priority = 80
	auto_accept = yes
	ai_frequency = 0
	icon = faction
	
	
	is_shown = {
		scope:actor = {
			is_ai = no
			is_ruler = no
			OR = {
			is_foreign_court_or_pool_guest_of = scope:recipient
			is_courtier_of = scope:recipient
			}
			has_character_modifier = oppressed_modifier
			is_a_faction_member = no
		}
		scope:recipient = {
			is_landed = yes
		}
	}
	
	can_send = {
		scope:actor = {
			is_ai = no
			is_ruler = no
			prowess >= 9
			NOT = { has_trait = slave }
		}
	}	
	
	
	on_accept = {
		scope:actor = {
			create_faction = { type = rtr_populist_faction target = scope:recipient }
	    } 
    }		
}