﻿friend = {
	corresponding = friend
	title_grant_target = yes
	opposites = {
		rival
		grudge
		bully
		victim
		nemesis
		potential_friend
		potential_rival
	}
	opinion = 30

	flags = {
		has_been_confided_in
		vizierate_relation
	}
}

best_friend = {
	corresponding = best_friend
	title_grant_target = yes
	opposites = {
		rival
		nemesis
		grudge
		bully
		victim
		friend
		potential_friend
		potential_rival
	}
	relation_aliases = { friend }
	opinion = 60

	flags = {
		has_been_confided_in
		vizierate_relation
	}
}

mentor = {
	corresponding = student
	opinion = 10
}

student = {
	corresponding = mentor
	opinion = 15
}

lover = {
	corresponding = lover
	secret = secret_lover
	title_grant_target = yes
	opposites = {
		potential_lover
	}
	opinion = 30
	fertility = 1.25

	flags = { delay_further_breakup_events secret_relationship_caused_stress }
}

soulmate = {
	corresponding = soulmate
	secret = secret_lover
	title_grant_target = yes
	relation_aliases = { lover }
	opposites = {
		lover
		potential_lover
	}

	flags = { secret_relationship_caused_stress }

	opinion = 60
	fertility = 1.50
}

guardian = {
	corresponding = ward
	opinion = 10
}

crush = {
	opinion = 30
	flags = { auto_progress_to_lover }
}
