This file is modified: Crusader Kings III/game/common/factions/00_factions.txt

For these types of factions:
	independence_faction
	liberty_faction
	claimant_faction

These scores have been modified:
	ai_join_score
	ai_create_score

By this condition:
	# FamilyLoyalty
	modifier = {
		add = -75
		OR = {
			any_parent = { this = scope:target }
			any_sibling = { this = scope:target }
			any_child = { this = scope:target }
			any_spouse = { this = scope:target }
		}
		AND = {
			scope:faction.faction_target = {
				is_ai = no
			}
		}
	}
	modifier = {
		add = -15
		OR = {
			house = scope:faction.faction_target.house
		}
		AND = {
			scope:faction.faction_target = {
				is_ai = no
			}
		}
	}
	modifier = {
		add = -15
		OR = {
			dynasty = scope:faction.faction_target.dynasty
		}
		AND = {
			scope:faction.faction_target = {
				is_ai = no
			}
		}
	}