• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
Showing developer posts only. Show all posts in this thread.
defines.txt, these are the values you want to mess with

Code:
	10 		# _CHDEF_SPOUSE_CREATION_PROMINENCE_THRESHOLD_ ( Wives will be created for male chars with at least this prominence )
	2 		# _CHDEF_BASE_NR_OF_CHILDREN_PER_COUPLE_ ( The number of children allowed per couple )
	60 		# _CHDEF_ADDITIONAL_CHILD_PROMINENCE_THRESHOLD_1_ ( An additional child will be allowed at this prominence )
	120		# _CHDEF_ADDITIONAL_CHILD_PROMINENCE_THRESHOLD_2_ ( Yet an additional child will be allowed at this prominence )
	2			# _CHDEF_ADDITIONAL_CHILDREN_FOR_KING_ ( Additional children allowed for kings and queens )
	1			# _CHDEF_ADDITIONAL_CHILDREN_FOR_HEIR_ ( Additional children allowed for the heir to the throne in monarchies ) 
	100		# _CHDEF_COURT_SIZE_CHILD_PENALTY_THRESHOLD_ ( When the total number of characters in a country is above this, one less child will be allowed per couple )