﻿divorced = {
	categories = { negative marriage }
	icon = "marriage.dds"
	description = {
		random_valid = {
			desc = divorced_desc
		}
	}

	second_perspective_description = {
		random_valid = {
			desc = divorced_desc_second_perspective
		}
	}

	third_perspective_description = {
		random_valid = {
			desc = divorced_desc_third_perspective
		}
	}

	participants = { spouse }

	duration = {
		years = memory_default_duration
	}
}

# Unop: This will cause issue with location (since the yml doesn't exists, don't know if this should really be added)
#stopped_being_blood_brother = {
#	categories = { negative relationships friend }
#	icon = "blood_brother.dds"
#	description = {
#		random_valid = {
#			desc = stopped_being_blood_brother_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = stopped_being_blood_brother_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = stopped_being_blood_brother_desc_third_perspective
#		}
#	}
#
#	participants = { old_blood_brother }
#
#	duration = {
#		years = memory_default_duration
#	}
#}

# Unop: Commented those out since they have not be reintegrated yet
#acquaintance_asked_to_join_holy_order = {
#	categories = { positive holy_order }
#	icon = "holy_order.dds"
#	description = {
#		random_valid = {
#			desc = acquaintance_asked_to_join_holy_order_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = acquaintance_asked_to_join_holy_order_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = acquaintance_asked_to_join_holy_order_desc_third_perspective
#		}
#	}
#
#	participants = { acquaintance grandmaster }
#
#	duration = {
#		years = memory_default_duration
#	}
#}
#
#acquaintance_sent_to_holy_order = {
#	categories = { positive holy_order }
#	icon = "holy_order.dds"
#	description = {
#		random_valid = {
#			desc = acquaintance_sent_to_holy_order_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = acquaintance_sent_to_holy_order_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = acquaintance_sent_to_holy_order_desc_third_perspective
#		}
#	}
#
#	participants = { acquaintance grandmaster }
#
#	duration = {
#		years = memory_default_duration
#	}
#}
#
#asked_to_join_holy_order = {
#	categories = { positive holy_order }
#	icon = "holy_order.dds"
#	description = {
#		random_valid = {
#			desc = asked_to_join_holy_order_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = asked_to_join_holy_order_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = asked_to_join_holy_order_desc_third_perspective
#		}
#	}
#
#	participants = { parent grandmaster }
#
#	duration = {
#		years = memory_default_duration
#	}
#}
#
#sent_to_holy_order = {
#	categories = { positive holy_order }
#	icon = "holy_order.dds"
#	description = {
#		random_valid = {
#			desc = sent_to_holy_order_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = sent_to_holy_order_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = sent_to_holy_order_desc_third_perspective
#		}
#	}
#
#	participants = { parent grandmaster }
#
#	duration = {
#		years = memory_default_duration
#	}
#}
#
#freed_from_holy_order = {
#	categories = { positive holy_order }
#	icon = "holy_order.dds"
#	description = {
#		random_valid = {
#			desc = freed_from_holy_order_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = freed_from_holy_order_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = freed_from_holy_order_desc_third_perspective
#		}
#	}
#
#	participants = { grandmaster }
#
#	duration = {
#		years = memory_default_duration
#	}
#}
#
#kicked_from_holy_order = {
#	categories = { negative holy_order }
#	icon = "holy_order.dds"
#	description = {
#		random_valid = {
#			desc = kicked_from_holy_order_desc
#		}
#	}
#
#	second_perspective_description = {
#		random_valid = {
#			desc = kicked_from_holy_order_desc_second_perspective
#		}
#	}
#
#	third_perspective_description = {
#		random_valid = {
#			desc = kicked_from_holy_order_desc_third_perspective
#		}
#	}
#
#	participants = { grandmaster }
#
#	duration = {
#		years = memory_default_duration
#	}
#}