﻿can_use_befriend_scheme_trigger = {
	# Always allow to Befriend
	exists = $TARGET$

	# Below is the vanilla code, which is not needed for the purposes of this mod
	# OR = {
		# has_perk = befriend_perk
		# AND = {
			# exists = dynasty
			# dynasty = {
				# has_dynasty_perk = fp1_adventure_legacy_5
			# }
			# target_is_vassal_or_below = $TARGET$
		# }
		# culture = { has_cultural_parameter = automatic_befriend_access }
		# any_character_struggle = {
			# involvement = involved
			# is_struggle_type = iberian_struggle
			# has_struggle_phase_parameter = struggle_unlocks_befriend_schemes_for_everyone
		# }
	# }
}
