﻿ao_cc_same_sex_fertility_penalty_200_value = {
	# Basics, other mod overwrites and adds more
	value = -100
	if = {
		limit = {
			OR = {
				scope:secondary_recipient = { has_legitimacy = yes }
				scope:recipient = {
					has_legitimacy = yes
					primary_heir ?= scope:secondary_recipient
				}
			}
		}
		add = -100
	}
	else_if = {
		limit = {
			scope:recipient = { has_legitimacy = yes }
			scope:secondary_recipient = {
				any_ancestor = {
					this = scope:recipient
				}
			}
		}
		add = -50
	}
}

ao_fertility_penalty_100_value = {
	# Basics, other mod overwrites and adds more
	value = -100
}

ao_fertility_penalty_200_value = {
	value = -200
}