# 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 = {
		PlusBabyPort.002 # Remove baby around 2 years
	}
}

# Character scope
on_birth = {
	events = {
		PlusBabyPort.001 # Give newborn baby trait
	}
}