﻿NChildbirth = {
	PRIMARY_SPOUSE_FERTILITY_MULTIPLIER = 1.2
	SECONDARY_SPOUSE_FERTILITY_MULTIPLIER = 0.4
	CONCUBINE_FERTILITY_MULTIPLIER = 0.4
}

#NPowerfulVassal = {
#	# The number of vassals that are considered 'powerful' depending on the primary title tier (unlanded, baron, count, duke, king, emperor)
#	NUM_PER_TIER = { 0 0 3 4 5 5 }
#
#	# To calculate the value (rank):
#	VALUE_FACTOR = 5 #1.25					# Rubber banding value for current powerful vassals
#	VALUE_MILITARY_MULT = 1				# Multiplier applied to the military strength of the vassal
#	VALUE_TIER_MULT = 300 #100				# Multiplier applied to the tier of the vassal
#	VALUE_INCOME_MULT = 50				# Multiplier applied to the income of the vassal
#}