on_yearly_pulse = {
	events = {
		ancrel.260 # add Druid trait to Celtic temple holders
		ancrel.2113 # Cleanup when a Flamines lost his title
		ancrel.2121 # A vestalis must retire after 30 years
		ancrel.2122 # Cleanup when a Vestalis lost her title by some way other than retireing
		ancrel.2581 # Character is approached by the Mithraic Mysteries (formerly mtth 6 months)
	}
	random_events = {
		#Holy Order Events
		200 = ancrel.2573

		#Hedge Knights Events
		50 = ancrel.1254
		50 = ancrel.154
		50 = ancrel.1260
		50 = ancrel.160

		#Celtic Events
		7 = ancrel.150  # Celtic Flavour - Meeting A Bard - Formerly 750 month MTTH
		5 = ancrel.151  # Celtic Flavour - Afanc - Formerly 1000 month MTTH
		5 = ancrel.1252  # Celtic Flavour - Banshee - Formerly 1000 month MTTH
		7 = ancrel.1253  # Celtic Flavour - Bran's Voyage - Formerly 750 month MTTH

		# Hellenic cult events
		1000 = ancrel.2575 # Approached by the Cult of Orpheus (formerly 6 months MTTH)
		1000 = ancrel.2576 # Approached by the Cult of Cybele (formerly 6 months MTTH)
		1000 = ancrel.2577 # Approached by the Cult of Serapis (formerly 6 months MTTH)
		1000 = ancrel.2578 # Approached by the Cult of Despoina (formerly 6 months MTTH)
		1000 = ancrel.2579 # Approached by the Cult of Trophonius (formerly 6 months MTTH)
	}
}

# 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 = {
		ancrel.2120 # The Vestalis Maxima should be the guardian of all underage Vestalis
	}
}

# character
on_adulthood = {
	events = {
		ancrel.184 # Celtic child comes of age
	}
}

# Sent to employers of both spouses - ROOT is employer. FROM is employers "employee". new_character is the other spouse.
on_marriage = {
	events = {
		Plus.620 # Egyptian Pagan marriage
 	}
}

on_death = {
	events = {
		ancrel.206 # Parent dies while child is off learning druidic arts
		ancrel.1194 # Ruler has died, the Aonach is over
		ancrel.2123 # Cleanup when a Vestalis dies
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder = {
	events = {
		ancrel.144 # Cleanup for a Keeper of Tr na ng/Son of Gwydion that inherits a title
		ancrel.260 # add Druid trait to Celtic temple holders
		ancrel.115 # add relevant traits to Celtic holy order heads
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_inheritance = {
	events = {
		ancrel.144 # Cleanup for a Keeper of Tr na ng/Son of Gwydion that inherits a title
	}
}

# ROOT is the character, FROM is the title, FROMFROM is the old holder
on_new_holder_usurpation = {
	events = {
		ancrel.144 # Cleanup for a Keeper of Tr na ng/Son of Gwydion that inherits a title
	}
}

# Character converts religion, for whatever reason. ROOT is the character after conversion and the FROM scope has the old religion.
on_character_convert_religion = {
	events = {
		ancrel.258 # Loses Celtic traits for characters who convert away from Celtic Paganism
	}
}
