﻿action_vts_scheme_warning = {
	type = alert
	is_dangerous = yes
	icon = generic_reactive_advice
	
	check_create_action = {
		
		if = {
			limit = {
				has_perk = vts_just_a_hunch_perk
				OR = {
					has_trait = paranoid
					any_targeting_scheme = {
						is_hostile = yes
					}
				}
			}
			try_create_important_action = {
				important_action_type = action_vts_scheme_warning
				actor = root
			}
		}
	}
	effect = {
		scope:recipient = {
			open_view_data = {
				view = intrigue_window
			}
		}
	}
}