﻿
NRoyalCourt = {
	MIN_ROYAL_COURT_TIER = "duchy" # Min tier for a character to have a royal court if their government allows it
	
	COURT_LANGUAGE_COUNTY_SHARES_MULTIPLIER = 0.05 # Court language is known personally to us, multiplier for every county in realm that's culture speaks that language 				#Was .05. Nerfed since Dukes have courts. 1066 French is 3.12 with just Kingdom courts. Vanilla is 2.06
	
	GRANDEST_COURT_LANGUAGE_MULTIPLIER = 0.05 # We are the grandest court using our language, multiplier on number of other courts using our language eg: 25 other courts * 0.4 = 10	#Was .05 Doesn't lower the overall bonus but does make the 'Greatest court' have a smaller bonus to offset other changes here
	SHARES_COURT_LANGUAGE_WITH_GRANDEST_DIFF_MULTIPLIER = 0.049 # We share court language with the grandest court using it, multiplier on difference between our grandeur and theirs	#Was .2. By making it .047 France ends up with 2.07 even with Ducal courts. 
	SHARES_COURT_LANGUAGE_WITH_GRANDEST_DIFFERENT_RELIGION_MULTIPLIER = -1.5 # Reduce by 50% if grandest court and us are of different religions										#Was -0.5. Makes deciding to speak Arabic as a Christian less appealing
	SHARES_COURT_LANGUAGE_WITH_GRANDEST_DIFFERENT_GOVERNMENT_MULTIPLIER = -0.90 # Reduce by 25% if grandest court and us are of different governments
	
	COURT_LANGUAGE_NATIVELY_KNOWN_MULTIPLIER = 0.4 # If your court language is natively known then multipliy the impact of the above with this
	
	COURT_LANGUAGE_ADOPTION_COOLDOWN = 3650 # Number of days in between able to adopt a new court language 																				#Made 10 years instead of 5. I feel this should be considered a major decision and thus should be more limited
	
	#COURT_LANGUAGE_ADOPTION_COOLDOWN = 0 # Number of days in between able to adopt a new court language

	MIN_MONTHS_BETWEEN_COURT_EVENTS = 96 # How many months must pass at a minimum before a new court can be triggered/added as pending
	RANDOM_MONTHS_BETWEEN_COURT_EVENTS = 32 # Random extra months that must pass before a new court event can be triggered/added as pending
	MAX_NUM_PENDING_COURT_EVENTS = 3 # How many court events can be added and pending to be triggered
	MONTHS_FOR_ABSENT_FROM_COURT = 100 # How many months must you have not visited your court to be considered absent
}