on_yearly_pulse = {
	random_events = {
		celts_on_st_kilda = {
			2 = 0

			1 = ancrel.208 # Character Sick, Rumor of Celts on St Kilda
		}

		angry_spirits = {
			832 = 0

			1 = ancrel.247 # Spirits are angry
		}

		wicked_druid = {
			1 = 0

			1 = ancrel.261 # Druid can become known as wicked, if he can't hide his sins
		}
	}
}

# 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 = {
	random_events = {
		#changeling child events, moved from MTTH to childhood pulse
		10 = Plus.804 # Child stolen by the Fairies
		35 = Plus.805 # Changling Child acting strange
		25 = Plus.807 # Changeling Child kills courtier
		15 = Plus.810 # Druid offers to save child

		1500 = 0
	}
}

# character
on_adulthood = {
	events = {
		Plus.816 # Changeling child's true nature asserts itself
	}
}