﻿suggest_dragon_bond_traits_in_common = {
	value = 0
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_aggressive }
			scope:recipient = {
				OR = {
					has_trait = wrathful
					has_trait = vengeful
					has_trait = stubborn
					has_trait = irritable
					has_trait = rude
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_friendly }
			scope:recipient = {
				OR = {
					has_trait = calm
					has_trait = compassionate
					has_trait = gregarious
					has_trait = charming
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_solitary }
			scope:recipient = {
				OR = {
					has_trait = shy
					has_trait = callous
					has_trait = cynical
					has_trait = reclusive
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_cooperative }
			scope:recipient = {
				OR = {
					has_trait = gregarious
					has_trait = forgiving
					has_trait = honest
					has_trait = trusting
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_imperious }
			scope:recipient = {
				OR = {
					has_trait = arrogant
					has_trait = ambitious
					has_trait = zealous
					has_trait = bossy
					has_trait = authoritative
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_supporting }
			scope:recipient = {
				OR = {
					has_trait = humble
					has_trait = content
					has_trait = generous
					has_trait = improvident
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_impulsive }
			scope:recipient = {
				OR = {
					has_trait = impatient
					has_trait = arbitrary
					has_trait = eccentric
					has_trait = profligate
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_calculating }
			scope:recipient = {
				OR = {
					has_trait = patient
					has_trait = deceitful
					has_trait = fickle
					has_trait = curious
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_voracious }
			scope:recipient = {
				OR = {
					has_trait = gluttonous
					has_trait = greedy
					has_trait = lustful
					has_trait = rakish
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_restrained }
			scope:recipient = {
				OR = {
					has_trait = temperate
					has_trait = chaste
					has_trait = content
					has_trait = pensive
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_defiant }
			scope:recipient = {
				OR = {
					has_trait = stubborn
					has_trait = arbitrary
					has_trait = arrogant
					has_trait = rowdy
					has_trait = brave
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_accepting }
			scope:recipient = {
				OR = {
					has_trait = trusting
					has_trait = forgiving
					has_trait = compassionate
					has_trait = contrite
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_bloodthirsty }
			scope:recipient = {
				OR = {
					has_trait = sadistic
					has_trait = callous
					has_trait = vengeful
					has_trait = brave
					has_trait = kinslayer_1
					has_trait = kinslayer_2
					has_trait = kinslayer_3
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_skittish }
			scope:recipient = {
				OR = {
					has_trait = paranoid
					has_trait = craven
					has_trait = shy
					has_trait = fickle
				}
			}
		}
		add = 1
	}
	if = {
		limit = {
			scope:secondary_actor = { has_trait = dragon_cannibal }
			scope:recipient = { has_trait = cannibal }
		}
		add = 1
	}
}