﻿
NRoyalCourt = {
	MIN_MONTHS_BETWEEN_COURT_EVENTS = 64 # How many months must pass at a minimum before a new court can be triggered/added as pending
	RANDOM_MONTHS_BETWEEN_COURT_EVENTS = 21 # 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
}