﻿on_16th_birthday = {
	on_actions = {
		regula_on_16th_birthday
	}
}

regula_on_16th_birthday = {
	events = { # Charm your ward, either yourself or by an already charmed spouse
		delay = { days = 1 }
		fascinare_outcome.2500
	}
}

on_3rd_birthday = {
	on_actions = {
		regula_on_3rd_birthday
	}
}

regula_on_3rd_birthday = {
	events = {
		regula_childhood_event.0011
		regula_childhood_event.0012
		regula_childhood_event.0013
		regula_bloodline.1000 # Passes on bloodlines that have skipped a generation.
	}
}