﻿is_not_hostile_towards_root = {
	NOR = {
		AND = {
			is_a_faction_member = yes
			# [LTAF]
			LTAF_is_loyalist = no
			# [/LTAF]
		}
		any_scheme = {
			hostile_scheme_trigger = yes
			scheme_target = root
		}
		is_at_war_with = root
	}
}