on_yearly_pulse = {
	random_events = {
		# Childhood Trait Reveal Events
		40 = Plus.4055 # Child is smart or stupid
		40 = Plus.4057 # Child is tall or a dwarf
		40 = Plus.4059 # Child is strong or weak
		40 = Plus.4061 # Child is fair or ugly
	}
}

# For characters older than AGE_CHILDHOOD_PULSE but not an adult as defined by ADULT_AGE_FEMALE and ADULT_AGE_MALE
on_yearly_childhood_pulse = {
	events = {
		# Childhood traits revealed if they haven't yet
		Plus.4057 # Child is tall or a dwarf
	}
	random_events = {
		#Youngsters flavour events (age 11-15), not very common, but some will get then..
		50 = Plus.4050 #replacing redundant vanilla event 1934
	}
}

# character
on_adulthood = {
	events = {
		# Childhood traits revealed if they haven't yet
		Plus.4061 # Child is fair or ugly
	}
}

on_adolescence = { # Checked on 12th birthday.
	events = {
		# Childhood traits revealed if they haven't yet
		Plus.4055 # Child is smart or stupid
		Plus.4059 # Child is strong or weak
	}
}
